Skip to content

Commit

Permalink
Service Provider Auto Discovery (#5)
Browse files Browse the repository at this point in the history
Added ability for Laravel Applications to auto discover the service provider.
  • Loading branch information
yordadev authored Aug 14, 2022
1 parent 4ca2b33 commit f69b4e6
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 @@ -37,5 +37,12 @@
"scripts": {
"test": "vendor/bin/phpunit",
"lint": "vendor/bin/pint"
},
"extra": {
"laravel": {
"providers": [
"YorCreative\\UrlShortener\\UrlShortenerServiceProvider"
]
}
}
}

0 comments on commit f69b4e6

Please sign in to comment.