Your base path in WAMP must be set to the Laravel project's public directory (e.g C:\wamp\www\l4\public)
Yes, when using other web servers you need to set them up to serve from the "public" directory.
localhost:8000 is the URL set up by using the "php artisan serve" command. This is for development purposes only, it uses PHPs in-built mini web server.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community