Larvel / artisan serve external access
-
I had a program built, and am running XAMPP on windows. I am unable to get it to work externally. I tried changing the port, and have windows firewall disabled and the port forwarded. Wondering if someone can help take a look at it.
it runs locally fine from what I can tell by running php artisan serve --host {ip} --port {port}
help