How to have to localhost port for example 127.0.0.1:8000 and 127.0.0.1:8080
-
I have 2 laravel project which is related by each other and when i ran it on laragon, it not works, until I use php built in server by command php artisan serve,
so the first project is localhost:8000
and second project is localhost:8080does laragon support to change port on different project?
-
May have to modify the Nginx configuration. hope this helps.
-
@muhdammar : You can change Nginx/Apache settings or you can use the Procfile:
https://forum.laragon.org/topic/476/laragon-feature-procfile-what-is-it