commit 08-2025
This commit is contained in:
parent
9ae662f63e
commit
480fdc65ed
404 changed files with 65310 additions and 2600431 deletions
10
clean_script_server.sh
Normal file
10
clean_script_server.sh
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
echo $(date) # Will print the output of date command
|
||||
/usr/bin/php82 -v
|
||||
/usr/bin/php82 artisan config:clear
|
||||
/usr/bin/php82 artisan cache:clear
|
||||
/usr/bin/php82 artisan view:clear
|
||||
/usr/bin/php82 artisan optimize:clear
|
||||
/usr/bin/php82 artisan optimize
|
||||
# php /path/to/artisan schedule:run 1>> /dev/null 2>&1
|
||||
# cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
|
||||
Loading…
Add table
Add a link
Reference in a new issue