Search code examples
phplaravellaravel-5windows-10laravel-artisan

Will Laravel 5.2 run on windows 10?


I was using Laravel 5.2 on windows 7/Wamp 3.0.6 perfectly fine. My company upgraded to Windows 10 and now localhost:8000 just hangs, and does not load anything. Still using Wamp 3.0.6 on windows 10.

I did a clean install of 5.2 as well as cloning my repo, and they both hang at localhost:8000.

I did a clean install of 5.3 as well as 5.5, and they both seem to work fine. (Does not hang at localhost:8000. It shows the Laravel welcome page)

Has anyone gotten laravel 5.2 to work with windows 10?


Solution

  • 192..168.0.1 was being blocked at my firewall level, I have to specify host to be 127.0.0.1. Strange