Add (routes): All routes possible

Add (pages): home country page
This commit is contained in:
2023-07-26 03:10:36 +08:00
parent 728fc09474
commit 36efe23dcc
24 changed files with 4125 additions and 51 deletions

View File

@@ -26,7 +26,7 @@
*/
'fallbacks' => [
Stevebauman\Location\Drivers\MaxMind::class,
Stevebauman\Location\Drivers\Maxmind::class,
],
/*
@@ -55,7 +55,7 @@
*/
'testing' => [
'ip' => env('DEV_DEFAULT_IP', '202.188.193.93'),
'ip' => env('DEV_DEFAULT_IP'),
'enabled' => env('LOCATION_TESTING', true),
],