generate IDE helpers on composer update
This commit is contained in:
parent
5e597a12c6
commit
14b0b044cd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
_ide_helper.php
|
||||
.phpstorm.meta.php
|
||||
/vendor
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
|
@ -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"
|
||||
]
|
||||
},
|
||||
|
2
composer.lock
generated
2
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "ca1f42edd017faf5e96c1be332a7547d",
|
||||
"content-hash": "b3b902af0d22fe654922a05444feedb8",
|
||||
"packages": [
|
||||
{
|
||||
"name": "anlutro/l4-settings",
|
||||
|
Loading…
Reference in New Issue
Block a user