Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Why won't my laravel development server start

I have installed laravel using composer but my development serve won’t start serving. What could be the issue?
enter image description here

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

seems to be working, check on your browser

http://127.0.0.1:8000

if it still doesn’t work, serve it on the 0.0.0.0 IP number

also check port is open or not

example custom host and port

 php artisan serve --host=0.0.0.0 --port=1233

if not working still ,likely port not accessable

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading