Move helper generation to new command

This commit is contained in:
Nabeel Shahzad
2018-03-25 16:50:48 -05:00
parent 204f0b7a10
commit ca2f8e1aa5
4 changed files with 47 additions and 87 deletions

View File

@@ -90,12 +90,11 @@
],
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"php artisan ide-helper:generate",
"php artisan ide-helper:meta"
"php artisan phpvms:composer post-update"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover"
"php artisan package:discover"
]
},
"config": {