Skip to content

Commit

Permalink
Auto discovery.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Jul 2, 2017
1 parent 903ab19 commit 4ca98a6
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 @@ -18,6 +18,16 @@
"src/helpers.php"
]
},
"extra": {
"laravel": {
"providers": [
"Overtrue\\LaravelPinyin\\ServiceProvider"
],
"aliases": {
"Pinyin": "Overtrue\\LaravelPinyin\\Facades\\Pinyin"
}
}
},
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 4ca98a6

Please sign in to comment.