Skip to content

Commit

Permalink
Merge pull request #18 from kkomelin/master
Browse files Browse the repository at this point in the history
Implemented Package Auto-Discovery for Laravel >= 5.5.
  • Loading branch information
eusonlito authored Oct 2, 2017
2 parents 0911be2 + 13fa7a4 commit 51f0b44
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 @@ -19,5 +19,15 @@
"psr-4": {
"Eusonlito\\LaravelMeta\\": "src/Eusonlito/LaravelMeta/"
}
},
"extra": {
"laravel": {
"providers": [
"Eusonlito\\LaravelMeta\\MetaServiceProvider"
],
"aliases": {
"Meta": "Eusonlito\\LaravelMeta\\Facade"
}
}
}
}

0 comments on commit 51f0b44

Please sign in to comment.