GeoIP add

This commit is contained in:
2024-01-19 19:15:14 +01:00
parent 670ae0c5e1
commit dc50d84d48
6 changed files with 267 additions and 4 deletions

View File

@@ -185,7 +185,7 @@ return [
/*
* Package Service Providers...
*/
/*
* Application Service Providers...
*/
@@ -198,6 +198,7 @@ return [
App\Providers\JetstreamServiceProvider::class,
\hisorange\BrowserDetect\ServiceProvider::class,
\Torann\GeoIP\GeoIPServiceProvider::class,
],
/*
@@ -213,6 +214,7 @@ return [
'aliases' => Facade::defaultAliases()->merge([
// 'ExampleClass' => App\Example\ExampleClass::class,
'GeoIP' => \Torann\GeoIP\Facades\GeoIP::class,
])->toArray(),
];