Hello Friends php artisan serve not working
it's say started in terminal
once i open 127.0.0.1:8000 in browser not loading and terminal say
accepting -- closing
accepting -- closing
accepting -- closing
accepting -- closing
accepting -- closing
etc
i tried another port
php artisan serve --port=9000
exact same thing
it was working since 1 hour a go but i dont know what happend
Double check your .env for anything that might look a bit strange maybe you accidentally typed something, try also just using the php built in server maybe you'll get a different error that'll will help you out more.
php -S localhost:8000
Also have you looked into using homestead etc it really takes the head ache out of local environment setups.