Updated pre-update composer hook
This commit is contained in:
@@ -63,8 +63,10 @@
|
||||
"php artisan optimize",
|
||||
"chmod -R 755 storage"
|
||||
],
|
||||
"pre-update-cmd": [
|
||||
"php artisan clear-compiled"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"php artisan clear-compiled",
|
||||
"php artisan optimize",
|
||||
"chmod -R 755 storage"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user