diff --git a/.gitignore b/.gitignore index 421ea92a..f2387b64 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ _ide_helper.php +.phpstorm.meta.php /vendor node_modules/ npm-debug.log diff --git a/composer.json b/composer.json index a9777b64..3969153d 100755 --- a/composer.json +++ b/composer.json @@ -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" ] }, diff --git a/composer.lock b/composer.lock index ff39273c..0048fb70 100644 --- a/composer.lock +++ b/composer.lock @@ -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",