Skip to content

Commit

Permalink
Generators auto-import. closes #239
Browse files Browse the repository at this point in the history
  • Loading branch information
jadjoubran committed Apr 10, 2016
1 parent c473c48 commit 81c40bd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"laravel/framework": "5.2.*",
"tymon/jwt-auth": "0.5.*",
"barryvdh/laravel-cors": "0.7.x",
"laravelangular/generators": "2.2.x",
"laravelangular/generators": "2.3.x",
"dingo/api": "1.0.x@dev"
},
"require-dev": {
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

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

3 changes: 3 additions & 0 deletions config/generators.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@
'services' => 'services',
],
],
'misc' => [
'auto_import' => true,
],
];

0 comments on commit 81c40bd

Please sign in to comment.