feat: laravel ide helper

This commit is contained in:
Rico van Zelst
2023-11-01 12:29:24 +01:00
parent 67d1da2330
commit d0ed514bc7
5 changed files with 26798 additions and 3 deletions

View File

@@ -17,6 +17,7 @@
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.9",
"barryvdh/laravel-ide-helper": "^2.13",
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.13",
"laravel/sail": "^1.18",
@@ -43,7 +44,9 @@
"@php artisan package:discover --ansi"
],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
"@php artisan ide-helper:generate",
"@php artisan ide-helper:meta"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""