mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Clear the cache in init.sh
This commit is contained in:
parent
b13283c9f3
commit
0c7a2cbf66
1 changed files with 3 additions and 0 deletions
3
init.sh
3
init.sh
|
@ -75,6 +75,9 @@ while read -r; do
|
||||||
}
|
}
|
||||||
done < .env
|
done < .env
|
||||||
|
|
||||||
|
msg "Running: ${c_m}php artisan route:clear"
|
||||||
|
php artisan cache:clear
|
||||||
|
|
||||||
msg "Running: ${c_m}php artisan route:clear"
|
msg "Running: ${c_m}php artisan route:clear"
|
||||||
php artisan route:clear
|
php artisan route:clear
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue