This commit is contained in:
2023-10-04 13:32:30 +03:00
parent 215d238505
commit 1ca5f4e521
82 changed files with 519 additions and 1889 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
cp -r ./ ~/temp-lucent
cd ~/temp-lucent && npm run build
rm -rf ~/temp-lucent/node_modules
rm -rf ~/temp-lucent/.git
cd ~/
zip -r lucent.zip temp-lucent/
rm -rf ~/temp-lucent
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
php8.2 artisan serve --port 8197
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
php8.2 ./vendor/bin/phpstan analyse -c phpstan.neon