Add IDE helper for all functions
This commit is contained in:
parent
50558db7c3
commit
4730309589
4 changed files with 182 additions and 4 deletions
|
@ -38,7 +38,8 @@
|
|||
"phpunit/phpunit": "~5.0",
|
||||
"symfony/css-selector": "3.1.*",
|
||||
"symfony/dom-crawler": "3.1.*",
|
||||
"laravel/homestead": "3.0.*"
|
||||
"laravel/homestead": "3.0.*",
|
||||
"barryvdh/laravel-ide-helper": "^2.3"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
|
Reference in a new issue