Add (routes): All routes possible
Add (pages): home country page
This commit is contained in:
@@ -159,6 +159,8 @@
|
||||
/*
|
||||
* Package Service Providers...
|
||||
*/
|
||||
Barryvdh\Debugbar\ServiceProvider::class,
|
||||
|
||||
|
||||
/*
|
||||
* Application Service Providers...
|
||||
@@ -168,6 +170,7 @@
|
||||
// App\Providers\BroadcastServiceProvider::class,
|
||||
App\Providers\EventServiceProvider::class,
|
||||
App\Providers\RouteServiceProvider::class,
|
||||
App\Providers\ViewServiceProvider::class,
|
||||
])->toArray(),
|
||||
|
||||
/*
|
||||
@@ -183,6 +186,8 @@
|
||||
|
||||
'aliases' => Facade::defaultAliases()->merge([
|
||||
// 'Example' => App\Facades\Example::class,
|
||||
'Debugbar' => Barryvdh\Debugbar\Facades\Debugbar::class,
|
||||
|
||||
])->toArray(),
|
||||
|
||||
];
|
||||
|
||||
@@ -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),
|
||||
],
|
||||
|
||||
|
||||
3418
config/platform/country_codes.php
Normal file
3418
config/platform/country_codes.php
Normal file
File diff suppressed because it is too large
Load Diff
@@ -4,4 +4,6 @@
|
||||
'app_version' => '1.0.0',
|
||||
|
||||
'dev_default_ip' => env('DEV_DEFAULT_IP', '127.0.0.1'),
|
||||
|
||||
'fallback_country_slug' => 'my',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user