Use ComposerScripts
Use ComposerScripts to avoid loading any configuration/compiled files.
This commit is contained in:
parent
1d5e88d0fb
commit
40e5e164a9
|
@ -36,11 +36,11 @@
|
|||
"php artisan key:generate"
|
||||
],
|
||||
"post-install-cmd": [
|
||||
"php artisan clear-compiled",
|
||||
"Illuminate\\Foundation\\ComposerScripts::postInstall",
|
||||
"php artisan optimize"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"php artisan clear-compiled",
|
||||
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
|
||||
"php artisan optimize"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue