Skip to content

Commit 729c98a

Browse files
committed
Add Laravel IDE helper
1 parent a2c3447 commit 729c98a

File tree

3 files changed

+1214
-1
lines changed

3 files changed

+1214
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ Homestead.yaml
2121
Homestead.json
2222
/.vagrant
2323
.phpunit.result.cache
24+
25+
# Laravel IDE helper
26+
_ide_helper.php

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"require-dev": {
1919
"barryvdh/laravel-debugbar": "^3.5",
20+
"barryvdh/laravel-ide-helper": "^2.9",
2021
"facade/ignition": "^2.5",
2122
"fakerphp/faker": "^1.9.1",
2223
"laravel/sail": "^0.0.5",
@@ -59,6 +60,11 @@
5960
],
6061
"post-create-project-cmd": [
6162
"@php artisan key:generate --ansi"
63+
],
64+
"post-update-cmd": [
65+
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
66+
"@php artisan ide-helper:generate",
67+
"@php artisan ide-helper:meta"
6268
]
6369
}
6470
}

0 commit comments

Comments
 (0)