Merge pull request #3699 from barryvdh/patch-1

[5.2] Use ComposerScripts
This commit is contained in:
Taylor Otwell
2016-03-25 14:29:48 -05:00

View File

@@ -36,11 +36,11 @@
"php artisan key:generate" "php artisan key:generate"
], ],
"post-install-cmd": [ "post-install-cmd": [
"php artisan clear-compiled", "Illuminate\\Foundation\\ComposerScripts::postInstall",
"php artisan optimize" "php artisan optimize"
], ],
"post-update-cmd": [ "post-update-cmd": [
"php artisan clear-compiled", "Illuminate\\Foundation\\ComposerScripts::postUpdate",
"php artisan optimize" "php artisan optimize"
] ]
}, },