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

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
_ide_helper.php _ide_helper.php
.phpstorm.meta.php
/vendor /vendor
node_modules/ node_modules/
npm-debug.log npm-debug.log

View File

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

2
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "ca1f42edd017faf5e96c1be332a7547d", "content-hash": "b3b902af0d22fe654922a05444feedb8",
"packages": [ "packages": [
{ {
"name": "anlutro/l4-settings", "name": "anlutro/l4-settings",