Skip to content

Commit

Permalink
laravel auto load provider (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjrmy authored Sep 14, 2020
1 parent db4afe2 commit 2c99e64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,12 @@
"psr-4": {
"StuYam\\PhoneValidator\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"StuYam\\PhoneValidator\\PhoneValidatorServiceProvider"
]
}
}
}

0 comments on commit 2c99e64

Please sign in to comment.