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

nikunj001's avatar

trying to load the php artisan serve on windows but it is not working?

i have recently installed laravel using composer in windows. and created project using

laravel new blog

. My project is created but . when i type the command php artisan server it showes me link to access the project but when i open my browser and load 127.0.0.1:8000 it is continuesly loading what to do please help

0 likes
11 replies
jlrdw's avatar

Do you have everything else setup, env, your database, etc

php artisan serve
nikunj001's avatar

@JLRDW - yes. i have followed all the steps of laravel documentation. i have edited .env file and database file in config folder

jlrdw's avatar

when i type the command php artisan server

Should be php artisan serve

Are you getting any errors?

nikunj001's avatar

i am not getting any sort of error but when i open 127.0.0.1:8000 link it is continuesly loading . i have made few project before this also but never got this king of issue

munazzil's avatar

just use on your browser as like below after the command.

  localhost:8000
Webiondev123's avatar

Have you configured a different port? See which port is serve using

nikunj001's avatar
nikunj001
OP
Best Answer
Level 2

it is working now i don't know how but i have deleted complete project and created project using composer command . But my questing still remains that if i am creating project using " laravel new project_name" my server is started but it is continuesly loading

Please or to participate in this conversation.