mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Add clear cache, for issue #237
This commit is contained in:
@@ -57,6 +57,7 @@
|
|||||||
"php artisan key:generate"
|
"php artisan key:generate"
|
||||||
],
|
],
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
|
"php artisan cache:clear",
|
||||||
"php artisan clear-compiled",
|
"php artisan clear-compiled",
|
||||||
"php artisan optimize",
|
"php artisan optimize",
|
||||||
"php artisan firefly:upgrade-instructions"
|
"php artisan firefly:upgrade-instructions"
|
||||||
@@ -65,6 +66,7 @@
|
|||||||
"php artisan clear-compiled"
|
"php artisan clear-compiled"
|
||||||
],
|
],
|
||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
|
"php artisan cache:clear",
|
||||||
"php artisan optimize",
|
"php artisan optimize",
|
||||||
"php artisan firefly:upgrade-instructions"
|
"php artisan firefly:upgrade-instructions"
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user