Merge pull request #3699 from barryvdh/patch-1
[5.2] Use ComposerScripts
This commit is contained in:
commit
3fc105d3d4
|
@ -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