Cocker Setup
This commit is contained in:
parent
8fdaa0ba1d
commit
8c11130b5d
191 changed files with 8152 additions and 18186 deletions
|
|
@ -59,7 +59,7 @@ return [
|
|||
'tld_shop' => env('APP_TLD_SHOP', '.lshop'),
|
||||
'protocol' => env('APP_PROTOCOL', 'https://'),
|
||||
'pre_url_main' => env('APP_URL_MAIN', ''),
|
||||
'pre_url_crm' => env('APP_URL_CRM', 'my.'),
|
||||
'pre_url_crm' => env('APP_PRE_URL_CRM', 'my.'),
|
||||
'pre_url_portal' => env('APP_URL_PORTAL', 'in.'),
|
||||
|
||||
'checkout_url' => env('APP_URL_CHECKOUT', 'checkout.'),
|
||||
|
|
@ -198,6 +198,7 @@ return [
|
|||
App\Providers\AuthServiceProvider::class,
|
||||
// App\Providers\BroadcastServiceProvider::class,
|
||||
App\Providers\EventServiceProvider::class,
|
||||
App\Providers\HorizonServiceProvider::class,
|
||||
App\Providers\DomainServiceProvider::class,
|
||||
App\Providers\RouteServiceProvider::class,
|
||||
Jenssegers\Date\DateServiceProvider::class,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue