Add (ai gen)
This commit is contained in:
18
dev.sh
Normal file
18
dev.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
eval 'php artisan optimize:clear';
|
||||
# eval 'php artisan responsecache:clear';
|
||||
# eval 'php artisan opcache:clear';
|
||||
eval 'php artisan ziggy:generate';
|
||||
eval 'blade-formatter --write resources/**/*.blade.php';
|
||||
eval './vendor/bin/pint';
|
||||
# eval 'npm run dev';
|
||||
|
||||
tmux \
|
||||
new-session 'npm run dev' \; \
|
||||
# split-window 'php artisan queue:work' \; \
|
||||
# split-window 'php artisan schedule:work' \; \
|
||||
# split-window 'php artisan horizon' \; \
|
||||
# new-window \; \
|
||||
# detach-client
|
||||
tmux a
|
||||
Reference in New Issue
Block a user