first commit
This commit is contained in:
11
dev.sh
Executable file
11
dev.sh
Executable 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';
|
||||
Reference in New Issue
Block a user