not load complate

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
parsahostco
Posts: 1
Joined: 06 Mar 2020, 22:50

not load complate

Post by parsahostco » 06 Mar 2020, 22:55

hi
after install in localhost
Attachments
Capture.JPG
Capture.JPG (30.64 KiB) Viewed 776 times

User avatar
aimeos
Administrator
Posts: 7919
Joined: 01 Jan 1970, 00:00

Re: not load complate

Post by aimeos » 07 Mar 2020, 16:12

Your domain must point to the public folder of your installation. It's not allowed that "/public/" is a subfolder of your domain. If you use "php artisan serve", it will be automatically correct. When using the integrated PHP web server, it must be:

Code: Select all

php -S localhost -t public
For Apache or Nginx, your document root must point to the ./public/ folder of your installation, not to the base directory of your application.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply