Commit 3fc105d3 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3699 from barryvdh/patch-1

[5.2] Use ComposerScripts
parents 8edf5803 40e5e164
......@@ -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