Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

imraj123's avatar

php artisan serve problem

Dear Sirs,

I have installed the laravel in my system and i have executed the command php artisan serve it works well. but when i shutdown my system and reopening at the time i could not access my laravel url what is the problem of it can u help me out sir,

0 likes
4 replies
richard's avatar

You need to run the php artisan serve to run the inbuilt PHP server. when you shutdown the system, the server is terminated until you start it again.

imraj123's avatar

Is there any way to start it manually and access the url sir

amitshrestha221's avatar

are you on linux or windows? in windows xampp does it all..

     localhost/project 

if you are on linux you need to set up virtual host for your laravel project..

Please or to participate in this conversation.