I'm trying to develop a Laravel app locally and I'm running php artisan serve
. It works until I visit localhost:8000
and then the server stops. I've tried changing the port using sudo php artisan server --port=80
but that doesn't fix it.
I haven't written a line of code yet. If it helps I'm running PHP 5.4 on OS X Mavericks.