generate IDE helpers on composer update

This commit is contained in:
Nabeel Shahzad
2017-07-13 22:35:24 -05:00
parent 5e597a12c6
commit 14b0b044cd
3 changed files with 5 additions and 1 deletions

View File

@@ -66,6 +66,9 @@
],
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"php artisan ide-helper:generate",
"php artisan ide-helper:meta",
"php artisan optimize"
]
},