Why is command php artisan serve not working anymore?

Multi tool use
up vote
0
down vote
favorite
I am new to laravel development and have been migrating my web app to laravel for the past two weeks but suddenly my local server has stopped responding.
localhost:8000 does not load any page, previously it loaded my app's home page. Now, it looks like it is in an infinite request loop or something as indicated by the circle on the top of the tab.
I've tried the following solutions but still no luck:
php -S localhost:8000 -t public/
as referred here Why command "php artisan serve" not working
I have also tried other ports but I cannot successfully make a request to the server on those ports either
php artisan serve --port=8888
I have also run the code below to see which ports are active and kill those ports with the command below but starting the server after that still does not respond.
ps -ef | grep php
sudo kill some number
I think my issue is something deeper than switching the ports up because regardless of the port, I still do not get a server response.
However, if I whip up MAMP I do get a response from that server, if that helps.
Any thoughts?
laravel
add a comment |
up vote
0
down vote
favorite
I am new to laravel development and have been migrating my web app to laravel for the past two weeks but suddenly my local server has stopped responding.
localhost:8000 does not load any page, previously it loaded my app's home page. Now, it looks like it is in an infinite request loop or something as indicated by the circle on the top of the tab.
I've tried the following solutions but still no luck:
php -S localhost:8000 -t public/
as referred here Why command "php artisan serve" not working
I have also tried other ports but I cannot successfully make a request to the server on those ports either
php artisan serve --port=8888
I have also run the code below to see which ports are active and kill those ports with the command below but starting the server after that still does not respond.
ps -ef | grep php
sudo kill some number
I think my issue is something deeper than switching the ports up because regardless of the port, I still do not get a server response.
However, if I whip up MAMP I do get a response from that server, if that helps.
Any thoughts?
laravel
Update: restarted my computer and left my laptop for a few hours and it works now. Very odd behavior.
– Biniyam Asnake
Nov 10 at 20:08
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am new to laravel development and have been migrating my web app to laravel for the past two weeks but suddenly my local server has stopped responding.
localhost:8000 does not load any page, previously it loaded my app's home page. Now, it looks like it is in an infinite request loop or something as indicated by the circle on the top of the tab.
I've tried the following solutions but still no luck:
php -S localhost:8000 -t public/
as referred here Why command "php artisan serve" not working
I have also tried other ports but I cannot successfully make a request to the server on those ports either
php artisan serve --port=8888
I have also run the code below to see which ports are active and kill those ports with the command below but starting the server after that still does not respond.
ps -ef | grep php
sudo kill some number
I think my issue is something deeper than switching the ports up because regardless of the port, I still do not get a server response.
However, if I whip up MAMP I do get a response from that server, if that helps.
Any thoughts?
laravel
I am new to laravel development and have been migrating my web app to laravel for the past two weeks but suddenly my local server has stopped responding.
localhost:8000 does not load any page, previously it loaded my app's home page. Now, it looks like it is in an infinite request loop or something as indicated by the circle on the top of the tab.
I've tried the following solutions but still no luck:
php -S localhost:8000 -t public/
as referred here Why command "php artisan serve" not working
I have also tried other ports but I cannot successfully make a request to the server on those ports either
php artisan serve --port=8888
I have also run the code below to see which ports are active and kill those ports with the command below but starting the server after that still does not respond.
ps -ef | grep php
sudo kill some number
I think my issue is something deeper than switching the ports up because regardless of the port, I still do not get a server response.
However, if I whip up MAMP I do get a response from that server, if that helps.
Any thoughts?
laravel
laravel
asked Nov 10 at 16:57
Biniyam Asnake
255
255
Update: restarted my computer and left my laptop for a few hours and it works now. Very odd behavior.
– Biniyam Asnake
Nov 10 at 20:08
add a comment |
Update: restarted my computer and left my laptop for a few hours and it works now. Very odd behavior.
– Biniyam Asnake
Nov 10 at 20:08
Update: restarted my computer and left my laptop for a few hours and it works now. Very odd behavior.
– Biniyam Asnake
Nov 10 at 20:08
Update: restarted my computer and left my laptop for a few hours and it works now. Very odd behavior.
– Biniyam Asnake
Nov 10 at 20:08
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53241257%2fwhy-is-command-php-artisan-serve-not-working-anymore%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
HW,1O,Z,CWBWGKJvWhRfl22vfY7rtvtijc9PWSu KkOtk,yfxwgnt10QjtHHKNIFNcsbT1WC 5
Update: restarted my computer and left my laptop for a few hours and it works now. Very odd behavior.
– Biniyam Asnake
Nov 10 at 20:08