persiapan uji coba
parent
e21b18f420
commit
dcbbbe3a48
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue