Skip to content

Commit

Permalink
Added laravel package discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
robindirksen1 authored Jun 2, 2018
1 parent 000d7aa commit eaa4d39
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 @@ -36,5 +36,15 @@
"support" : {
"source" : "https://github.com/webpatser/laravel-countries",
"issues" : "https://github.com/webpatser/laravel-countries/issues"
},
"extra": {
"laravel": {
"providers": [
"Webpatser\\Countries\\CountriesServiceProvider"
],
"aliases": {
"Countries": "Webpatser\\Countries\\CountriesFacade"
}
}
}
}

0 comments on commit eaa4d39

Please sign in to comment.