first commit

This commit is contained in:
ct
2025-05-28 12:59:01 +08:00
commit 21526508b1
230 changed files with 60411 additions and 0 deletions

11
dev.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
eval 'php artisan optimize:clear';
# eval 'php artisan responsecache:clear';
# eval 'php artisan opcache:clear';
eval "eval 'find . -name '.DS_Store' -type f -exec rm {} +'";
eval "php artisan ide-helper:generate";
eval 'php artisan ziggy:generate';
eval 'blade-formatter --write resources/**/*.blade.php';
eval './vendor/bin/pint';
eval 'composer run dev';