mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-25 18:30:55 -06:00
Add clear cache, for issue #237
This commit is contained in:
parent
ac27659a59
commit
2d7f1af52c
@ -57,6 +57,7 @@
|
||||
"php artisan key:generate"
|
||||
],
|
||||
"post-install-cmd": [
|
||||
"php artisan cache:clear",
|
||||
"php artisan clear-compiled",
|
||||
"php artisan optimize",
|
||||
"php artisan firefly:upgrade-instructions"
|
||||
@ -65,6 +66,7 @@
|
||||
"php artisan clear-compiled"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"php artisan cache:clear",
|
||||
"php artisan optimize",
|
||||
"php artisan firefly:upgrade-instructions"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user