Skip to content

Commit

Permalink
Enable laravel 5.5 auto discover feature
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Jun 2, 2017
1 parent 639f1d8 commit 4ccc94e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,15 @@
"Nwidart\\Menus\\Tests\\": "Tests"
}
},
"extra": {
"laravel": {
"providers": [
"Nwidart\\Menus\\MenusServiceProvider"
],
"aliases": {
"Menu": "Nwidart\\Menus\\Facades\\Menu"
}
}
},
"minimum-stability": "stable"
}

0 comments on commit 4ccc94e

Please sign in to comment.