WAMP Virtualhost not working with Laravel instance
问题 I'm working on a Laravel project locally using WAMP 3.1.0 and everything was working correctly until there was a windows update today. When I go to my project I get an error page I followed this post WAMP Virtual Host not working but that didn't solve my problem. I've edited my C:\Windows\System32\drivers\etc\hosts file in admin mode which looks like this: 127.0.0.1 localhost ::1 localhost 127.0.0.1 test.dev ::1 test.dev 127.0.0.1 shoppingcart.dev ::1 shoppingcart.dev 127.0.0.1 gitproject.dev