Mail and Booking
This commit is contained in:
parent
62e84637b6
commit
5daea268f7
250 changed files with 5377 additions and 1473 deletions
29
config/fpdf.php
Normal file
29
config/fpdf.php
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default configuration for FPDF
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Specify the default values for creating a PDF with FPDF
|
||||
|
|
||||
*/
|
||||
|
||||
'orientation' => 'P',
|
||||
'unit' => 'mm',
|
||||
'size' => 'A4',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| With Laravel Vapor hosting
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| If the application is to be hosted in the Laravel Vapor hosting platform,
|
||||
| a special header needs to be attached to each download response.
|
||||
|
|
||||
*/
|
||||
'useVaporHeaders' => env('FPDF_VAPOR_HEADERS', false),
|
||||
|
||||
];
|
||||
|
|
@ -52,7 +52,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'parent' => Reliese\Database\Eloquent\Model::class,
|
||||
'parent' => Illuminate\Database\Eloquent\Model::class,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ return [
|
|||
'sua-st-tn' => ['name' => 'SUPERADMIN > Einstellungen > Nationalitäten' , 'color' => 'superadmin'],
|
||||
'sua-st-bs' => ['name' => 'SUPERADMIN > Einstellungen > Reisestatus' , 'color' => 'superadmin'],
|
||||
'sua-st-ke' => ['name' => 'SUPERADMIN > Einstellungen > Keywords' , 'color' => 'superadmin'],
|
||||
'sua-st-al' => ['name' => 'SUPERADMIN > Einstellungen > Airline' , 'color' => 'superadmin'],
|
||||
'sua-re' => ['name' => 'SUPERADMIN > Export' , 'color' => 'superadmin'],
|
||||
'sua-re-bo' => ['name' => 'SUPERADMIN > Export > Buchungen' , 'color' => 'superadmin'],
|
||||
'sua-re-pp' => ['name' => 'SUPERADMIN > Export > Leistungsträger' , 'color' => 'superadmin'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue