I'm working on laravel project. First I encountered a fatal error of maximum number of bytes. I fixed that, after fixing and restarting my Apache when I started to run php artisan it worked correctly but now I'm not able to access my project in browser (after running) php artisan
. The browser just says page not found and the buffering of that page is like infinite. what's happening don't know !!! :(
Try to change port using --port
param,
php artisan serve --port=8000
Try this command and use 8080 port number: php artisan serve --host=127.0.0.1 --port=8080
Why not try running Laravel on a virtual host?