DHL Modul v0.5 Shipping Label ok
This commit is contained in:
parent
480fdc65ed
commit
8fdaa0ba1d
122 changed files with 17938 additions and 2239 deletions
|
|
@ -52,7 +52,8 @@ return [
|
|||
|
|
||||
*/
|
||||
'mode' => env('APP_MODE', 'live'),
|
||||
'url' => env('APP_URL', 'https://mivita'),
|
||||
'url' => env('APP_URL', 'https://mivita.care'),
|
||||
'url_crm' => env('APP_URL_CRM', 'https://my.mivita.care'),
|
||||
'domain' => env('APP_DOMAIN', 'mivita'),
|
||||
'tld_care' => env('APP_TLD_CARE', '.local'),
|
||||
'tld_shop' => env('APP_TLD_SHOP', '.lshop'),
|
||||
|
|
@ -60,7 +61,7 @@ return [
|
|||
'pre_url_main' => env('APP_URL_MAIN', ''),
|
||||
'pre_url_crm' => env('APP_URL_CRM', 'my.'),
|
||||
'pre_url_portal' => env('APP_URL_PORTAL', 'in.'),
|
||||
|
||||
|
||||
'checkout_url' => env('APP_URL_CHECKOUT', 'checkout.'),
|
||||
'contact_mail' => env('APP_CONTACT_MAIL', 'kontakt@mivita.care'),
|
||||
'checkout_mail' => env('APP_CHECKOUT_MAIL', 'no-reply@mivita.care'),
|
||||
|
|
@ -185,6 +186,10 @@ return [
|
|||
*/
|
||||
Laravel\Tinker\TinkerServiceProvider::class,
|
||||
|
||||
/*
|
||||
* DHL Package Service Provider...
|
||||
*/
|
||||
Acme\Dhl\DhlServiceProvider::class,
|
||||
|
||||
/*
|
||||
* Application Service Providers...
|
||||
|
|
@ -195,11 +200,11 @@ return [
|
|||
App\Providers\EventServiceProvider::class,
|
||||
App\Providers\DomainServiceProvider::class,
|
||||
App\Providers\RouteServiceProvider::class,
|
||||
Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class,
|
||||
Jenssegers\Date\DateServiceProvider::class,
|
||||
Maatwebsite\Excel\ExcelServiceProvider::class,
|
||||
Yajra\DataTables\DataTablesServiceProvider::class,
|
||||
App\Providers\YardServiceProvider::class,
|
||||
Alban\LaravelCollectiveSpatieHtmlParser\ServiceProvider::class,
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
@ -257,6 +262,9 @@ return [
|
|||
'Excel' => Maatwebsite\Excel\Facades\Excel::class,
|
||||
'DataTables' => Yajra\DataTables\Facades\DataTables::class,
|
||||
'Yard' => App\Services\Facade\Yard::class,
|
||||
'DHL' => Acme\Dhl\Facades\DHL::class,
|
||||
'Form' => Alban\LaravelCollectiveSpatieHtmlParser\FormFacade::class,
|
||||
'Html' => Alban\LaravelCollectiveSpatieHtmlParser\HtmlFacade::class,
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue