Change Laravel server port from 8080 to 8081

This commit is contained in:
Fernando
2026-05-11 00:16:18 -06:00
committed by GitHub
parent b41f94f436
commit ca2813ade3
+1 -1
View File
@@ -7,7 +7,7 @@ autostart=true
autorestart=true autorestart=true
[program:laravel] [program:laravel]
command=php -d upload_max_filesize=50M -d post_max_size=55M -d memory_limit=256M /app/artisan serve --host=0.0.0.0 --port=8080 command=php -d upload_max_filesize=50M -d post_max_size=55M -d memory_limit=256M /app/artisan serve --host=0.0.0.0 --port=8081
autostart=true autostart=true
autorestart=true autorestart=true