You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in app\Providers\RouteServiceProvider.php tried changing public const HOME to '/webmall/home';
But always goes to /home
Maybe Laravel will not work in a sub-folder, so I setup a virtual host webmall.local which points to DocumentRoot "D:\mypath\public" and now the home page shows.
After seeding the database the categories show but only the home page and login and register pages load, is that because this is work-in-progress?
The text was updated successfully, but these errors were encountered:
Ezyweb-uk
changed the title
How to install in sub-folder
Testing on XAMPP - only home page loads
Apr 12, 2020
I tried installing this project on XAMPP in a sub-folder for testing, eg http://10.0.0.3/webmall/ by updating the following settings:
But always goes to /home
Maybe Laravel will not work in a sub-folder, so I setup a virtual host webmall.local which points to DocumentRoot "D:\mypath\public" and now the home page shows.
After seeding the database the categories show but only the home page and login and register pages load, is that because this is work-in-progress?
The text was updated successfully, but these errors were encountered: