Hello to all, welcome to therichpost.com. In this post, I am sharing how to solve Php Artisan Serve Not Working Problem?
1. Here is the new command, you need to run:
php artisan serve to php -S localhost:8000 -t public/
If have any query related this post, then please do comment below or ask questions.
Hello every one, here every person is sharing these kinds of familiarity, so it’s pleasant to read
this web site, and I used to visit this weblog all the time.
Thank you mega
i really want to know the difference between the two commands :
php artisan serve
and
php -S localhost:8000 -t public/
when i try the normal php artisan serve the page keeps on loading forever
but when i try the other command my project launches perfectly
tried to google but everybody says to use the second command but no one explains why or what is the problem may be ?!!!!
can you please provide an answer ?
because some time port is busy or took time to come in command and if we write port(8000) then it cleary know the number and hit to single point only.
Could not open input file: artisan
Are you running artisan command in correct folder?