first commit

This commit is contained in:
sbb45
2026-06-02 20:35:48 +05:00
parent d6441abdd2
commit b81ab27553
11 changed files with 649 additions and 380 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
set -e
php artisan migrate --force
php artisan config:cache
php artisan route:cache
php artisan view:cache
exec "$@"