Skip to content

Commit

Permalink
Support auto-discovery - add Laravel facade alias
Browse files Browse the repository at this point in the history
  • Loading branch information
yukoff committed Sep 7, 2017
1 parent bdb8a51 commit 5995383
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
"laravel": {
"providers": [
"Tmdb\\Laravel\\TmdbServiceProviderLaravel5"
]
],
"aliases": {
"Tmdb": "Tmdb\\Laravel\\Facades\\Tmdb"
}
}
}
}

0 comments on commit 5995383

Please sign in to comment.