The way I setup my projects is in a folder under my documents. I use wamp only for MySQL. You will just go to the folder of your project start up the laravel server and it should work. I have found trying to run laravel in Wamp it becomes troublesome.
WAMP localhost
I recently upgraded my WAMP server and here is what happens with Laravel.
When I run php artisan serve and enter http://127.0.0.1:8000 my project runs fine. I understand that Laravel sets up it's own server config at port 8000.
Since I use the same folder, it used to also work when I simply entered localhost/projectname into my browser.
Now when I enter localhost/projectname into my browser, I get a directory listing of the folder contents. However, localhost/projectname/server.php works.
I am assuming I need to add server.php to my httpd.conf file, but want to confirm if that's the right way to handle it. I ask this because I don't see server.php referred to in my previous WAMP httpd.conf file (I installed the WAMP update to a new folder).
thanks, Howard
Please or to participate in this conversation.