Commit 40e5e164 authored by Barry vd. Heuvel's avatar Barry vd. Heuvel

Use ComposerScripts

Use ComposerScripts to avoid loading any configuration/compiled files.
parent 1d5e88d0
......@@ -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"
]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment