Skip to content

Commit da0808c

Browse files
authored
Merge pull request #84 from Omranic/patch-1
Support Auto-Discovery
2 parents 6b5854c + d414197 commit da0808c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@
5151
"extra": {
5252
"branch-alias": {
5353
"dev-master": "1.0-dev"
54+
},
55+
"laravel": {
56+
"providers": [
57+
"Torann\\GeoIP\\GeoIPServiceProvider"
58+
],
59+
"aliases": {
60+
"GeoIP": "Torann\\GeoIP\\Facades\\GeoIP"
61+
}
5462
}
5563
}
5664
}

0 commit comments

Comments
 (0)