Skip to content

Commit

Permalink
Add IDE helper for all functions
Browse files Browse the repository at this point in the history
  • Loading branch information
DaneEveritt committed Mar 15, 2017
1 parent 50558db commit 4730309
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ Vagrantfile
node_modules
yarn.lock
node_modules

_ide_helper_models.php

_ide_helper.php
4 changes: 3 additions & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ public function boot()
*/
public function register()
{
//
if ($this->app->environment() !== 'production') {
$this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class);
}
}
}
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
175 changes: 173 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4730309

Please sign in to comment.