created a clear cache file
This commit is contained in:
parent
bf8e68253e
commit
a4bc983660
9
clearCache.sh
Normal file
9
clearCache.sh
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# Clear all Laravel caches
|
||||||
|
|
||||||
|
php artisan optimize:clear
|
||||||
|
# Or, if you prefer explicit commands:
|
||||||
|
# php artisan cache:clear
|
||||||
|
# php artisan config:clear
|
||||||
|
# php artisan route:clear
|
||||||
|
# php artisan view:clear
|
||||||
Loading…
x
Reference in New Issue
Block a user