persiapan uji coba

main-gitea
Zelda Ababil 2024-03-08 13:58:47 +07:00
parent e21b18f420
commit dcbbbe3a48
4 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,3 @@
@echo off
cd E:/laragon/www/stk-web
cd E:/Kerja/JMBDEV/Grand-Apps/Stk/stk-web
E:/laragon/bin/php/php-8.1.10-Win32-vs16-x64/php.exe artisan queue:work

3
local-serve.bat Normal file
View File

@ -0,0 +1,3 @@
@echo off
cd E:/Kerja/JMBDEV/Grand-Apps/Stk/stk-web
E:/laragon/bin/php/php-8.1.10-Win32-vs16-x64/php.exe artisan serve --host=0.0.0.0 --port=8081

3
run-antrian-print.bat Normal file
View File

@ -0,0 +1,3 @@
@echo off
cd C:/laragon/www/stk-web
C:/laragon/bin/php/php-8.1.10-Win32-vs16-x64/php.exe artisan queue:work

3
run-local-serve.bat Normal file
View File

@ -0,0 +1,3 @@
@echo off
cd C:/laragon/www/stk-web
C:/laragon/bin/php/php-8.1.10-Win32-vs16-x64/php.exe artisan serve --host=0.0.0.0 --port=8081