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

ilex01's avatar

Blank page after running php artisan serve

I have a Blank Page after running php artisan serve (http://127.0.0.1:8000).

I've no error.

I'm using Windows.

Wamp is ready and green and I have a VirtualHost.

There is a screen capture of the problem you can check-out: https://i.gyazo.com/2940652b82faafa5fb8e300f45598d7f.png

0 likes
4 replies
neilstee's avatar

@ilex01 try to stop your wamp. when you do php artisan serve it be served by PHP (unless you need your MySQL on the wamp)

If you go to your terminal where you run the php artisan serve you can see info there regarding your error if there's any.

Or check also the storage/logs files. your screen capture doesn't give us any more info about the issue other than the blank page.

ederson's avatar

You opened a cmd windows to run the php artisan serve command. Under the command do you see any error messages ???

Go to the project's folder there and then in logs on the storage folder. You should have one or more log files. There should be more info

Snapey's avatar

you don't do both artisan serve AND use wamp

Please or to participate in this conversation.