Enth\u00e4lt gemischt: Laravel-10-Upgrade + Phase 1 (Contacts-Modul, Duplicats-Commands, Soft-Delete+Merge-Fields) + Phase 2 Code-Umstellungen (inquiry_id, $table='contacts'/'inquiries') + Offers-Modul (Migrationen, Models, offer_id in Booking, offer-Disk in filesystems.php). Phase 2 + Offers werden im folgenden Commit nach dev/backups/phase2-offers-2026-04-17/ verschoben, damit der Workspace auf Phase-1-only (= Test-System-Stand) reduziert ist und direkt auf Live deploybar wird. Tarball-Backup zus\u00e4tzlich unter: ../backups-safety/workspace-pre-phase1-rollback-2026-04-17.tar.gz Made-with: Cursor
1729 lines
47 KiB
PHP
1729 lines
47 KiB
PHP
<?php return array (
|
|
'app' =>
|
|
array (
|
|
'name' => 'STERN TOURS CRM',
|
|
'env' => 'local',
|
|
'debug' => true,
|
|
'url' => 'https://mein.sterntours.test',
|
|
'old_url' => 'https://cms-stern-tours.test',
|
|
'url_v2' => 'https://v2.sterntours.test',
|
|
'url_stern' => 'https://sterntours.test',
|
|
'domain_tld' => 'test',
|
|
'timezone' => 'Europe/Berlin',
|
|
'locale' => 'de',
|
|
'fallback_locale' => 'de',
|
|
'key' => 'base64:cxq+xNckU1xLwp8V9Bfj9+nOK5iZL6urcZ1EBO8usXg=',
|
|
'cipher' => 'AES-256-CBC',
|
|
'success_key' => 'f6077389c9ce710e554763a5de02c8ec',
|
|
'providers' =>
|
|
array (
|
|
0 => 'Illuminate\\Auth\\AuthServiceProvider',
|
|
1 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
|
|
2 => 'Illuminate\\Bus\\BusServiceProvider',
|
|
3 => 'Illuminate\\Cache\\CacheServiceProvider',
|
|
4 => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
|
5 => 'Illuminate\\Cookie\\CookieServiceProvider',
|
|
6 => 'Illuminate\\Database\\DatabaseServiceProvider',
|
|
7 => 'Illuminate\\Encryption\\EncryptionServiceProvider',
|
|
8 => 'Illuminate\\Filesystem\\FilesystemServiceProvider',
|
|
9 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider',
|
|
10 => 'Illuminate\\Hashing\\HashServiceProvider',
|
|
11 => 'Illuminate\\Mail\\MailServiceProvider',
|
|
12 => 'Illuminate\\Notifications\\NotificationServiceProvider',
|
|
13 => 'Illuminate\\Pagination\\PaginationServiceProvider',
|
|
14 => 'Illuminate\\Pipeline\\PipelineServiceProvider',
|
|
15 => 'Illuminate\\Queue\\QueueServiceProvider',
|
|
16 => 'Illuminate\\Redis\\RedisServiceProvider',
|
|
17 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider',
|
|
18 => 'Illuminate\\Session\\SessionServiceProvider',
|
|
19 => 'Illuminate\\Translation\\TranslationServiceProvider',
|
|
20 => 'Illuminate\\Validation\\ValidationServiceProvider',
|
|
21 => 'Illuminate\\View\\ViewServiceProvider',
|
|
22 => 'Laravel\\Tinker\\TinkerServiceProvider',
|
|
23 => 'Laravel\\Passport\\PassportServiceProvider',
|
|
24 => 'App\\Providers\\AppServiceProvider',
|
|
25 => 'App\\Providers\\AuthServiceProvider',
|
|
26 => 'App\\Providers\\EventServiceProvider',
|
|
27 => 'App\\Providers\\RouteServiceProvider',
|
|
28 => 'Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider',
|
|
29 => 'Barryvdh\\DomPDF\\ServiceProvider',
|
|
30 => 'Jenssegers\\Date\\DateServiceProvider',
|
|
31 => 'Collective\\Html\\HtmlServiceProvider',
|
|
32 => 'Intervention\\Image\\ImageServiceProvider',
|
|
33 => 'Maatwebsite\\Excel\\ExcelServiceProvider',
|
|
34 => 'Yajra\\DataTables\\DataTablesServiceProvider',
|
|
35 => 'Reliese\\Coders\\CodersServiceProvider',
|
|
),
|
|
'aliases' =>
|
|
array (
|
|
'App' => 'Illuminate\\Support\\Facades\\App',
|
|
'Arr' => 'Illuminate\\Support\\Arr',
|
|
'Artisan' => 'Illuminate\\Support\\Facades\\Artisan',
|
|
'Auth' => 'Illuminate\\Support\\Facades\\Auth',
|
|
'Blade' => 'Illuminate\\Support\\Facades\\Blade',
|
|
'Broadcast' => 'Illuminate\\Support\\Facades\\Broadcast',
|
|
'Bus' => 'Illuminate\\Support\\Facades\\Bus',
|
|
'Cache' => 'Illuminate\\Support\\Facades\\Cache',
|
|
'Config' => 'Illuminate\\Support\\Facades\\Config',
|
|
'Cookie' => 'Illuminate\\Support\\Facades\\Cookie',
|
|
'Crypt' => 'Illuminate\\Support\\Facades\\Crypt',
|
|
'DB' => 'Illuminate\\Support\\Facades\\DB',
|
|
'Eloquent' => 'Illuminate\\Database\\Eloquent\\Model',
|
|
'Event' => 'Illuminate\\Support\\Facades\\Event',
|
|
'File' => 'Illuminate\\Support\\Facades\\File',
|
|
'Gate' => 'Illuminate\\Support\\Facades\\Gate',
|
|
'Hash' => 'Illuminate\\Support\\Facades\\Hash',
|
|
'Lang' => 'Illuminate\\Support\\Facades\\Lang',
|
|
'Log' => 'Illuminate\\Support\\Facades\\Log',
|
|
'Mail' => 'Illuminate\\Support\\Facades\\Mail',
|
|
'Notification' => 'Illuminate\\Support\\Facades\\Notification',
|
|
'Password' => 'Illuminate\\Support\\Facades\\Password',
|
|
'Queue' => 'Illuminate\\Support\\Facades\\Queue',
|
|
'Redirect' => 'Illuminate\\Support\\Facades\\Redirect',
|
|
'Redis' => 'Illuminate\\Support\\Facades\\Redis',
|
|
'Request' => 'Illuminate\\Support\\Facades\\Request',
|
|
'Response' => 'Illuminate\\Support\\Facades\\Response',
|
|
'Route' => 'Illuminate\\Support\\Facades\\Route',
|
|
'Schema' => 'Illuminate\\Support\\Facades\\Schema',
|
|
'Session' => 'Illuminate\\Support\\Facades\\Session',
|
|
'Storage' => 'Illuminate\\Support\\Facades\\Storage',
|
|
'Str' => 'Illuminate\\Support\\Str',
|
|
'URL' => 'Illuminate\\Support\\Facades\\URL',
|
|
'Validator' => 'Illuminate\\Support\\Facades\\Validator',
|
|
'View' => 'Illuminate\\Support\\Facades\\View',
|
|
'Input' => 'Illuminate\\Support\\Facades\\Request',
|
|
'Form' => 'Collective\\Html\\FormFacade',
|
|
'Image' => 'Intervention\\Image\\Facades\\Image',
|
|
'Carbon' => 'Carbon\\Carbon',
|
|
'Date' => 'Jenssegers\\Date\\Date',
|
|
'HTMLHelper' => 'App\\Helper\\HTMLHelper',
|
|
'Util' => 'App\\Services\\Util',
|
|
'Excel' => 'Maatwebsite\\Excel\\Facades\\Excel',
|
|
'DataTables' => 'Yajra\\DataTables\\Facades\\DataTables',
|
|
'PDF' => 'Barryvdh\\DomPDF\\Facade',
|
|
),
|
|
),
|
|
'auth' =>
|
|
array (
|
|
'defaults' =>
|
|
array (
|
|
'guard' => 'web',
|
|
'passwords' => 'users',
|
|
),
|
|
'guards' =>
|
|
array (
|
|
'web' =>
|
|
array (
|
|
'driver' => 'session',
|
|
'provider' => 'users',
|
|
),
|
|
'api' =>
|
|
array (
|
|
'driver' => 'passport',
|
|
'provider' => 'users',
|
|
),
|
|
),
|
|
'providers' =>
|
|
array (
|
|
'users' =>
|
|
array (
|
|
'driver' => 'eloquent',
|
|
'model' => 'App\\User',
|
|
),
|
|
),
|
|
'passwords' =>
|
|
array (
|
|
'users' =>
|
|
array (
|
|
'provider' => 'users',
|
|
'table' => 'password_resets',
|
|
'expire' => 60,
|
|
),
|
|
),
|
|
),
|
|
'booking' =>
|
|
array (
|
|
'identifier_general' => 'booking-pdf-g-',
|
|
'identifier_general_name' => 'booking-pdf-general-name',
|
|
'identifier_content' => 'booking-pdf-c-',
|
|
'identifier_content_name' => 'booking-pdf-content-name',
|
|
'max_interval_days' => 28,
|
|
'deposit_percentage_rate' => 25,
|
|
'max_deposit_interval_days' => 28,
|
|
'coupon_default_value' => '50,00',
|
|
'coupon_valid_date_month' => 24,
|
|
),
|
|
'broadcasting' =>
|
|
array (
|
|
'default' => 'log',
|
|
'connections' =>
|
|
array (
|
|
'pusher' =>
|
|
array (
|
|
'driver' => 'pusher',
|
|
'key' => '',
|
|
'secret' => '',
|
|
'app_id' => '',
|
|
'options' =>
|
|
array (
|
|
'cluster' => 'mt1',
|
|
'encrypted' => true,
|
|
),
|
|
),
|
|
'redis' =>
|
|
array (
|
|
'driver' => 'redis',
|
|
'connection' => 'default',
|
|
),
|
|
'log' =>
|
|
array (
|
|
'driver' => 'log',
|
|
),
|
|
'null' =>
|
|
array (
|
|
'driver' => 'null',
|
|
),
|
|
),
|
|
),
|
|
'cache' =>
|
|
array (
|
|
'default' => 'file',
|
|
'stores' =>
|
|
array (
|
|
'apc' =>
|
|
array (
|
|
'driver' => 'apc',
|
|
),
|
|
'array' =>
|
|
array (
|
|
'driver' => 'array',
|
|
),
|
|
'database' =>
|
|
array (
|
|
'driver' => 'database',
|
|
'table' => 'cache',
|
|
'connection' => NULL,
|
|
),
|
|
'file' =>
|
|
array (
|
|
'driver' => 'file',
|
|
'path' => '/workspace/mein.sterntours.de/storage/framework/cache/data',
|
|
),
|
|
'memcached' =>
|
|
array (
|
|
'driver' => 'memcached',
|
|
'persistent_id' => NULL,
|
|
'sasl' =>
|
|
array (
|
|
0 => NULL,
|
|
1 => NULL,
|
|
),
|
|
'options' =>
|
|
array (
|
|
),
|
|
'servers' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'host' => '127.0.0.1',
|
|
'port' => 11211,
|
|
'weight' => 100,
|
|
),
|
|
),
|
|
),
|
|
'redis' =>
|
|
array (
|
|
'driver' => 'redis',
|
|
'connection' => 'default',
|
|
),
|
|
),
|
|
'prefix' => 'stern_tours_crm_cache',
|
|
),
|
|
'database' =>
|
|
array (
|
|
'default' => 'mysql',
|
|
'connections' =>
|
|
array (
|
|
'sqlite' =>
|
|
array (
|
|
'driver' => 'sqlite',
|
|
'database' => 'stern_crm',
|
|
'prefix' => '',
|
|
),
|
|
'mysql' =>
|
|
array (
|
|
'driver' => 'mysql',
|
|
'host' => 'global-mysql',
|
|
'port' => '3306',
|
|
'database' => 'stern_crm',
|
|
'username' => 'root',
|
|
'password' => 'password',
|
|
'unix_socket' => '',
|
|
'charset' => 'utf8mb4',
|
|
'collation' => 'utf8mb4_unicode_ci',
|
|
'prefix' => '',
|
|
'strict' => true,
|
|
'engine' => NULL,
|
|
),
|
|
'mysql_stern' =>
|
|
array (
|
|
'driver' => 'mysql',
|
|
'host' => 'global-mysql',
|
|
'port' => '3306',
|
|
'database' => 'stern_db',
|
|
'username' => 'root',
|
|
'password' => 'password',
|
|
'unix_socket' => '',
|
|
'charset' => 'utf8mb4',
|
|
'collation' => 'utf8mb4_unicode_ci',
|
|
'prefix' => '',
|
|
'strict' => true,
|
|
'engine' => NULL,
|
|
),
|
|
'pgsql' =>
|
|
array (
|
|
'driver' => 'pgsql',
|
|
'host' => 'global-mysql',
|
|
'port' => '3306',
|
|
'database' => 'stern_crm',
|
|
'username' => 'root',
|
|
'password' => 'password',
|
|
'charset' => 'utf8',
|
|
'prefix' => '',
|
|
'schema' => 'public',
|
|
'sslmode' => 'prefer',
|
|
),
|
|
'sqlsrv' =>
|
|
array (
|
|
'driver' => 'sqlsrv',
|
|
'host' => 'global-mysql',
|
|
'port' => '3306',
|
|
'database' => 'stern_crm',
|
|
'username' => 'root',
|
|
'password' => 'password',
|
|
'charset' => 'utf8',
|
|
'prefix' => '',
|
|
),
|
|
),
|
|
'migrations' => 'migrations',
|
|
'redis' =>
|
|
array (
|
|
'client' => 'predis',
|
|
'default' =>
|
|
array (
|
|
'host' => 'global-redis',
|
|
'password' => NULL,
|
|
'port' => '6379',
|
|
'database' => 0,
|
|
),
|
|
),
|
|
),
|
|
'datatables' =>
|
|
array (
|
|
'search' =>
|
|
array (
|
|
'smart' => true,
|
|
'multi_term' => true,
|
|
'case_insensitive' => true,
|
|
'use_wildcards' => false,
|
|
),
|
|
'index_column' => 'DT_Row_Index',
|
|
'engines' =>
|
|
array (
|
|
'eloquent' => 'Yajra\\DataTables\\EloquentDataTable',
|
|
'query' => 'Yajra\\DataTables\\QueryDataTable',
|
|
'collection' => 'Yajra\\DataTables\\CollectionDataTable',
|
|
'resource' => 'Yajra\\DataTables\\ApiResourceDataTable',
|
|
),
|
|
'builders' =>
|
|
array (
|
|
),
|
|
'nulls_last_sql' => '%s %s NULLS LAST',
|
|
'error' => NULL,
|
|
'columns' =>
|
|
array (
|
|
'excess' =>
|
|
array (
|
|
0 => 'rn',
|
|
1 => 'row_num',
|
|
),
|
|
'escape' => '*',
|
|
'raw' =>
|
|
array (
|
|
0 => 'action',
|
|
),
|
|
'blacklist' =>
|
|
array (
|
|
0 => 'password',
|
|
1 => 'remember_token',
|
|
),
|
|
'whitelist' => '*',
|
|
),
|
|
'json' =>
|
|
array (
|
|
'header' =>
|
|
array (
|
|
),
|
|
'options' => 0,
|
|
),
|
|
'callback' =>
|
|
array (
|
|
0 => '$',
|
|
1 => '$.',
|
|
2 => 'function',
|
|
),
|
|
),
|
|
'debugbar' =>
|
|
array (
|
|
'enabled' => NULL,
|
|
'hide_empty_tabs' => true,
|
|
'except' =>
|
|
array (
|
|
0 => 'telescope*',
|
|
),
|
|
'storage' =>
|
|
array (
|
|
'enabled' => false,
|
|
'driver' => 'file',
|
|
'path' => '/workspace/mein.sterntours.de/storage/debugbar',
|
|
'connection' => NULL,
|
|
'provider' => '',
|
|
),
|
|
'editor' => 'phpstorm',
|
|
'remote_sites_path' => NULL,
|
|
'local_sites_path' => NULL,
|
|
'include_vendors' => true,
|
|
'capture_ajax' => false,
|
|
'add_ajax_timing' => false,
|
|
'ajax_handler_auto_show' => true,
|
|
'ajax_handler_enable_tab' => true,
|
|
'defer_datasets' => false,
|
|
'error_handler' => false,
|
|
'error_level' => 32767,
|
|
'clockwork' => false,
|
|
'collectors' =>
|
|
array (
|
|
'phpinfo' => true,
|
|
'messages' => true,
|
|
'time' => true,
|
|
'memory' => true,
|
|
'exceptions' => true,
|
|
'log' => true,
|
|
'db' => true,
|
|
'views' => true,
|
|
'route' => true,
|
|
'auth' => false,
|
|
'gate' => true,
|
|
'session' => true,
|
|
'symfony_request' => true,
|
|
'mail' => true,
|
|
'laravel' => false,
|
|
'events' => false,
|
|
'default_request' => false,
|
|
'logs' => false,
|
|
'files' => false,
|
|
'config' => false,
|
|
'cache' => false,
|
|
'models' => false,
|
|
),
|
|
'options' =>
|
|
array (
|
|
'auth' =>
|
|
array (
|
|
'show_name' => true,
|
|
),
|
|
'db' =>
|
|
array (
|
|
'with_params' => true,
|
|
'backtrace' => true,
|
|
'timeline' => false,
|
|
'explain' =>
|
|
array (
|
|
'enabled' => false,
|
|
'types' =>
|
|
array (
|
|
0 => 'SELECT',
|
|
),
|
|
),
|
|
'hints' => true,
|
|
),
|
|
'mail' =>
|
|
array (
|
|
'full_log' => false,
|
|
),
|
|
'views' =>
|
|
array (
|
|
'data' => false,
|
|
),
|
|
'route' =>
|
|
array (
|
|
'label' => true,
|
|
),
|
|
'logs' =>
|
|
array (
|
|
'file' => NULL,
|
|
),
|
|
'cache' =>
|
|
array (
|
|
'values' => true,
|
|
),
|
|
),
|
|
'inject' => true,
|
|
'route_prefix' => '_debugbar',
|
|
'route_middleware' =>
|
|
array (
|
|
),
|
|
'route_domain' => NULL,
|
|
'theme' => 'auto',
|
|
'debug_backtrace_limit' => 50,
|
|
),
|
|
'dompdf' =>
|
|
array (
|
|
'show_warnings' => false,
|
|
'public_path' => NULL,
|
|
'convert_entities' => true,
|
|
'options' =>
|
|
array (
|
|
'font_dir' => '/workspace/mein.sterntours.de/storage/fonts',
|
|
'font_cache' => '/workspace/mein.sterntours.de/storage/fonts',
|
|
'temp_dir' => '/tmp',
|
|
'chroot' => '/workspace/mein.sterntours.de',
|
|
'allowed_protocols' =>
|
|
array (
|
|
'file://' =>
|
|
array (
|
|
'rules' =>
|
|
array (
|
|
),
|
|
),
|
|
'http://' =>
|
|
array (
|
|
'rules' =>
|
|
array (
|
|
),
|
|
),
|
|
'https://' =>
|
|
array (
|
|
'rules' =>
|
|
array (
|
|
),
|
|
),
|
|
),
|
|
'log_output_file' => NULL,
|
|
'enable_font_subsetting' => false,
|
|
'pdf_backend' => 'CPDF',
|
|
'default_media_type' => 'screen',
|
|
'default_paper_size' => 'a4',
|
|
'default_paper_orientation' => 'portrait',
|
|
'default_font' => 'serif',
|
|
'dpi' => 96,
|
|
'enable_php' => false,
|
|
'enable_javascript' => true,
|
|
'enable_remote' => true,
|
|
'font_height_ratio' => 1.1,
|
|
'enable_html5_parser' => true,
|
|
),
|
|
'orientation' => 'portrait',
|
|
'defines' =>
|
|
array (
|
|
'font_dir' => '/workspace/mein.sterntours.de/storage/fonts/',
|
|
'font_cache' => '/workspace/mein.sterntours.de/storage/fonts/',
|
|
'temp_dir' => '/tmp',
|
|
'chroot' => '/workspace/mein.sterntours.de',
|
|
'enable_font_subsetting' => false,
|
|
'pdf_backend' => 'CPDF',
|
|
'default_media_type' => 'print',
|
|
'default_paper_size' => 'a4',
|
|
'default_font' => 'sans-serif',
|
|
'dpi' => 300,
|
|
'enable_php' => false,
|
|
'enable_javascript' => true,
|
|
'enable_remote' => true,
|
|
'font_height_ratio' => 0.8,
|
|
'enable_html5_parser' => false,
|
|
),
|
|
),
|
|
'excel' =>
|
|
array (
|
|
'exports' =>
|
|
array (
|
|
'chunk_size' => 1000,
|
|
'pre_calculate_formulas' => false,
|
|
'csv' =>
|
|
array (
|
|
'delimiter' => ',',
|
|
'enclosure' => '"',
|
|
'line_ending' => '
|
|
',
|
|
'use_bom' => false,
|
|
'include_separator_line' => false,
|
|
'excel_compatibility' => false,
|
|
),
|
|
),
|
|
'imports' =>
|
|
array (
|
|
'read_only' => true,
|
|
'heading_row' =>
|
|
array (
|
|
'formatter' => 'slug',
|
|
),
|
|
'csv' =>
|
|
array (
|
|
'delimiter' => ',',
|
|
'enclosure' => '"',
|
|
'escape_character' => '\\',
|
|
'contiguous' => false,
|
|
'input_encoding' => 'UTF-8',
|
|
),
|
|
),
|
|
'extension_detector' =>
|
|
array (
|
|
'xlsx' => 'Xlsx',
|
|
'xlsm' => 'Xlsx',
|
|
'xltx' => 'Xlsx',
|
|
'xltm' => 'Xlsx',
|
|
'xls' => 'Xls',
|
|
'xlt' => 'Xls',
|
|
'ods' => 'Ods',
|
|
'ots' => 'Ods',
|
|
'slk' => 'Slk',
|
|
'xml' => 'Xml',
|
|
'gnumeric' => 'Gnumeric',
|
|
'htm' => 'Html',
|
|
'html' => 'Html',
|
|
'csv' => 'Csv',
|
|
'tsv' => 'Csv',
|
|
'pdf' => 'Dompdf',
|
|
),
|
|
'value_binder' =>
|
|
array (
|
|
'default' => 'Maatwebsite\\Excel\\DefaultValueBinder',
|
|
),
|
|
'cache' =>
|
|
array (
|
|
'driver' => 'memory',
|
|
'batch' =>
|
|
array (
|
|
'memory_limit' => 60000,
|
|
),
|
|
'illuminate' =>
|
|
array (
|
|
'store' => NULL,
|
|
),
|
|
'default_ttl' => 10800,
|
|
),
|
|
'transactions' =>
|
|
array (
|
|
'handler' => 'db',
|
|
),
|
|
'temporary_files' =>
|
|
array (
|
|
'local_path' => '/tmp',
|
|
'remote_disk' => NULL,
|
|
),
|
|
),
|
|
'fewo' =>
|
|
array (
|
|
'identifier_content' => 'fewo-pdf-general',
|
|
'identifier_fewo' => 'fewo-pdf-',
|
|
),
|
|
'filesystems' =>
|
|
array (
|
|
'default' => 'local',
|
|
'cloud' => 's3',
|
|
'disks' =>
|
|
array (
|
|
'local' =>
|
|
array (
|
|
'driver' => 'local',
|
|
'root' => '/workspace/mein.sterntours.de/storage/app',
|
|
),
|
|
'public' =>
|
|
array (
|
|
'driver' => 'local',
|
|
'root' => '/workspace/mein.sterntours.de/storage/app/public',
|
|
'url' => 'https://mein.sterntours.test/storage',
|
|
'visibility' => 'public',
|
|
),
|
|
'customer' =>
|
|
array (
|
|
'driver' => 'local',
|
|
'root' => '/workspace/mein.sterntours.de/storage/app/customer',
|
|
'url' => 'https://mein.sterntours.test/storage/customer',
|
|
'visibility' => 'public',
|
|
),
|
|
'travel_user' =>
|
|
array (
|
|
'driver' => 'local',
|
|
'root' => '/workspace/mein.sterntours.de/storage/app/travel_user',
|
|
'url' => 'https://mein.sterntours.test/storage/travel_user',
|
|
'visibility' => 'public',
|
|
),
|
|
'booking' =>
|
|
array (
|
|
'driver' => 'local',
|
|
'root' => '/workspace/mein.sterntours.de/storage/app/booking',
|
|
'url' => 'https://mein.sterntours.test/storage/booking',
|
|
'visibility' => 'public',
|
|
),
|
|
'general' =>
|
|
array (
|
|
'driver' => 'local',
|
|
'root' => '/workspace/mein.sterntours.de/storage/app/general',
|
|
'url' => 'https://mein.sterntours.test/storage/general',
|
|
'visibility' => 'public',
|
|
),
|
|
'booking_fewo' =>
|
|
array (
|
|
'driver' => 'local',
|
|
'root' => '/workspace/mein.sterntours.de/storage/app/booking_fewo',
|
|
'url' => 'https://mein.sterntours.test/storage/booking_fewo',
|
|
'visibility' => 'public',
|
|
),
|
|
'lead' =>
|
|
array (
|
|
'driver' => 'local',
|
|
'root' => '/workspace/mein.sterntours.de/storage/app/lead',
|
|
'url' => 'https://mein.sterntours.test/storage/lead',
|
|
'visibility' => 'public',
|
|
),
|
|
'fewo_invoices' =>
|
|
array (
|
|
'driver' => 'local',
|
|
'root' => '/workspace/mein.sterntours.de/storage/app/fewo/invoices',
|
|
'url' => 'https://mein.sterntours.test/storage/fewo/invoices',
|
|
'visibility' => 'public',
|
|
),
|
|
'fewo_infos' =>
|
|
array (
|
|
'driver' => 'local',
|
|
'root' => '/workspace/mein.sterntours.de/storage/app/fewo/infos',
|
|
'url' => 'https://mein.sterntours.test/storage/fewo/infos',
|
|
'visibility' => 'public',
|
|
),
|
|
's3' =>
|
|
array (
|
|
'driver' => 's3',
|
|
'key' => NULL,
|
|
'secret' => NULL,
|
|
'region' => NULL,
|
|
'bucket' => NULL,
|
|
'url' => NULL,
|
|
),
|
|
),
|
|
),
|
|
'fpdf' =>
|
|
array (
|
|
'orientation' => 'P',
|
|
'unit' => 'mm',
|
|
'size' => 'A4',
|
|
'useVaporHeaders' => false,
|
|
),
|
|
'google2fa' =>
|
|
array (
|
|
'enabled' => true,
|
|
'lifetime' => 0,
|
|
'keep_alive' => true,
|
|
'auth' => 'auth',
|
|
'guard' => '',
|
|
'session_var' => 'google2fa',
|
|
'otp_input' => 'one_time_password',
|
|
'window' => 1,
|
|
'forbid_old_passwords' => false,
|
|
'otp_secret_column' => 'secret_key',
|
|
'view' => 'auth.google2fa',
|
|
'error_messages' =>
|
|
array (
|
|
'wrong_otp' => 'Das \'One Time Password\' ist falsch.',
|
|
'cannot_be_empty' => 'Das \'One Time Password\' kann nicht leer sein.',
|
|
'unknown' => 'Ein unbekannter Fehler ist aufgetreten. Bitte versuche es erneut.',
|
|
),
|
|
'throw_exceptions' => true,
|
|
'qrcode_image_backend' => 'svg',
|
|
),
|
|
'hashing' =>
|
|
array (
|
|
'driver' => 'bcrypt',
|
|
'bcrypt' =>
|
|
array (
|
|
'rounds' => 10,
|
|
),
|
|
'argon' =>
|
|
array (
|
|
'memory' => 1024,
|
|
'threads' => 2,
|
|
'time' => 2,
|
|
),
|
|
),
|
|
'ide-helper' =>
|
|
array (
|
|
'filename' => '_ide_helper',
|
|
'models_filename' => '_ide_helper_models.php',
|
|
'meta_filename' => '.phpstorm.meta.php',
|
|
'include_fluent' => false,
|
|
'include_factory_builders' => false,
|
|
'write_model_magic_where' => true,
|
|
'write_model_external_builder_methods' => true,
|
|
'write_model_relation_count_properties' => true,
|
|
'write_eloquent_model_mixins' => false,
|
|
'include_helpers' => false,
|
|
'helper_files' =>
|
|
array (
|
|
0 => '/workspace/mein.sterntours.de/vendor/laravel/framework/src/Illuminate/Support/helpers.php',
|
|
),
|
|
'model_locations' =>
|
|
array (
|
|
0 => 'app',
|
|
1 => 'packages',
|
|
),
|
|
'ignored_models' =>
|
|
array (
|
|
),
|
|
'model_hooks' =>
|
|
array (
|
|
),
|
|
'extra' =>
|
|
array (
|
|
'Eloquent' =>
|
|
array (
|
|
0 => 'Illuminate\\Database\\Eloquent\\Builder',
|
|
1 => 'Illuminate\\Database\\Query\\Builder',
|
|
),
|
|
'Session' =>
|
|
array (
|
|
0 => 'Illuminate\\Session\\Store',
|
|
),
|
|
),
|
|
'magic' =>
|
|
array (
|
|
'Log' =>
|
|
array (
|
|
'debug' => 'Monolog\\Logger::addDebug',
|
|
'info' => 'Monolog\\Logger::addInfo',
|
|
'notice' => 'Monolog\\Logger::addNotice',
|
|
'warning' => 'Monolog\\Logger::addWarning',
|
|
'error' => 'Monolog\\Logger::addError',
|
|
'critical' => 'Monolog\\Logger::addCritical',
|
|
'alert' => 'Monolog\\Logger::addAlert',
|
|
'emergency' => 'Monolog\\Logger::addEmergency',
|
|
),
|
|
),
|
|
'interfaces' =>
|
|
array (
|
|
),
|
|
'model_camel_case_properties' => false,
|
|
'type_overrides' =>
|
|
array (
|
|
'integer' => 'int',
|
|
'boolean' => 'bool',
|
|
),
|
|
'include_class_docblocks' => false,
|
|
'force_fqn' => false,
|
|
'use_generics_annotations' => true,
|
|
'additional_relation_types' =>
|
|
array (
|
|
),
|
|
'additional_relation_return_types' =>
|
|
array (
|
|
),
|
|
'post_migrate' =>
|
|
array (
|
|
),
|
|
'format' => 'php',
|
|
'custom_db_types' =>
|
|
array (
|
|
),
|
|
),
|
|
'image' =>
|
|
array (
|
|
'driver' => 'gd',
|
|
),
|
|
'lfm' =>
|
|
array (
|
|
'use_package_routes' => true,
|
|
'allow_multi_user' => false,
|
|
'allow_share_folder' => false,
|
|
'user_folder_name' => 'IqContent\\LaravelFilemanager\\Handlers\\ConfigHandler',
|
|
'shared_folder_name' => 'shares',
|
|
'thumb_folder_name' => 'thumbs',
|
|
'folder_categories' =>
|
|
array (
|
|
'file' =>
|
|
array (
|
|
'folder_name' => 'files',
|
|
'startup_view' => 'grid',
|
|
'max_size' => 50000,
|
|
'valid_mime' =>
|
|
array (
|
|
0 => 'image/jpeg',
|
|
1 => 'image/pjpeg',
|
|
2 => 'image/png',
|
|
3 => 'image/gif',
|
|
4 => 'image/svg+xml',
|
|
5 => 'application/pdf',
|
|
6 => 'text/plain',
|
|
7 => 'application/msword',
|
|
8 => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
|
|
9 => 'application/vnd.ms-word.template.macroEnabled.12',
|
|
10 => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
|
|
11 => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
|
|
12 => 'application/excel',
|
|
),
|
|
),
|
|
'image' =>
|
|
array (
|
|
'folder_name' => 'photos',
|
|
'startup_view' => 'list',
|
|
'max_size' => 50000,
|
|
'valid_mime' =>
|
|
array (
|
|
0 => 'image/jpeg',
|
|
1 => 'image/pjpeg',
|
|
2 => 'image/png',
|
|
3 => 'image/gif',
|
|
4 => 'image/svg+xml',
|
|
5 => 'application/pdf',
|
|
6 => 'text/plain',
|
|
),
|
|
),
|
|
),
|
|
'disk' => 'public',
|
|
'rename_file' => false,
|
|
'alphanumeric_filename' => true,
|
|
'alphanumeric_directory' => true,
|
|
'should_validate_size' => false,
|
|
'should_validate_mime' => false,
|
|
'create_folder_mode' => 493,
|
|
'create_file_mode' => 420,
|
|
'should_change_file_mode' => true,
|
|
'over_write_on_duplicate' => false,
|
|
'should_create_thumbnails' => true,
|
|
'raster_mimetypes' =>
|
|
array (
|
|
0 => 'image/jpeg',
|
|
1 => 'image/pjpeg',
|
|
2 => 'image/png',
|
|
),
|
|
'thumb_img_width' => 200,
|
|
'thumb_img_height' => 200,
|
|
'default_color' => '#ffc926',
|
|
'resize_aspectRatio' => false,
|
|
'resize_containment' => true,
|
|
'file_type_array' =>
|
|
array (
|
|
'pdf' => 'Adobe Acrobat',
|
|
'doc' => 'Microsoft Word',
|
|
'docx' => 'Microsoft Word',
|
|
'xls' => 'Microsoft Excel',
|
|
'xlsx' => 'Microsoft Excel',
|
|
'zip' => 'Archive',
|
|
'gif' => 'GIF Image',
|
|
'jpg' => 'JPEG Image',
|
|
'jpeg' => 'JPEG Image',
|
|
'png' => 'PNG Image',
|
|
'ppt' => 'Microsoft PowerPoint',
|
|
'pptx' => 'Microsoft PowerPoint',
|
|
),
|
|
'file_icon_array' =>
|
|
array (
|
|
'pdf' => 'fa-file-pdf',
|
|
'doc' => 'fa-file-word',
|
|
'docx' => 'fa-file-word',
|
|
'xls' => 'fa-file-excel',
|
|
'xlsx' => 'fa-file-excel',
|
|
'zip' => 'fa-file-archive',
|
|
'gif' => 'fa-file-image',
|
|
'jpg' => 'fa-file-image',
|
|
'jpeg' => 'fa-file-image',
|
|
'png' => 'fa-file-image',
|
|
'ppt' => 'fa-file-powerpoint',
|
|
'pptx' => 'fa-file-powerpoint',
|
|
'mp3' => 'fa-file-audio',
|
|
'mp4' => 'fa-file-video',
|
|
'txt' => 'fa-file-alt',
|
|
'dwg' => 'fa-file-image',
|
|
'youtube' => 'fab fa-youtube-square',
|
|
),
|
|
'php_ini_overrides' =>
|
|
array (
|
|
'memory_limit' => '256M',
|
|
),
|
|
),
|
|
'localization' =>
|
|
array (
|
|
'supportedLocales' =>
|
|
array (
|
|
'de' =>
|
|
array (
|
|
'name' => 'German',
|
|
'script' => 'Latn',
|
|
'native' => 'Deutsch',
|
|
'regional' => 'de_DE',
|
|
),
|
|
),
|
|
),
|
|
'logging' =>
|
|
array (
|
|
'default' => 'stack',
|
|
'channels' =>
|
|
array (
|
|
'stack' =>
|
|
array (
|
|
'driver' => 'stack',
|
|
'channels' =>
|
|
array (
|
|
0 => 'single',
|
|
),
|
|
),
|
|
'single' =>
|
|
array (
|
|
'driver' => 'single',
|
|
'path' => '/workspace/mein.sterntours.de/storage/logs/laravel.log',
|
|
'level' => 'debug',
|
|
),
|
|
'daily' =>
|
|
array (
|
|
'driver' => 'daily',
|
|
'path' => '/workspace/mein.sterntours.de/storage/logs/laravel.log',
|
|
'level' => 'debug',
|
|
'days' => 7,
|
|
),
|
|
'slack' =>
|
|
array (
|
|
'driver' => 'slack',
|
|
'url' => NULL,
|
|
'username' => 'Laravel Log',
|
|
'emoji' => ':boom:',
|
|
'level' => 'critical',
|
|
),
|
|
'stderr' =>
|
|
array (
|
|
'driver' => 'monolog',
|
|
'handler' => 'Monolog\\Handler\\StreamHandler',
|
|
'with' =>
|
|
array (
|
|
'stream' => 'php://stderr',
|
|
),
|
|
),
|
|
'syslog' =>
|
|
array (
|
|
'driver' => 'syslog',
|
|
'level' => 'debug',
|
|
),
|
|
'errorlog' =>
|
|
array (
|
|
'driver' => 'errorlog',
|
|
'level' => 'debug',
|
|
),
|
|
'browser' =>
|
|
array (
|
|
'driver' => 'single',
|
|
'path' => '/workspace/mein.sterntours.de/storage/logs/browser.log',
|
|
'level' => 'debug',
|
|
'days' => 14,
|
|
),
|
|
),
|
|
),
|
|
'mail' =>
|
|
array (
|
|
'driver' => 'smtp',
|
|
'host' => 'global-mailpit',
|
|
'port' => '587',
|
|
'from' =>
|
|
array (
|
|
'address' => 'stern@sterntours.de',
|
|
'name' => 'DEV Reisebüro STERN TOURS',
|
|
),
|
|
'mail_bbc' =>
|
|
array (
|
|
0 => 'kevin@adametz.media',
|
|
),
|
|
'mail_fewo_employee' => 'kevin@adametz.media',
|
|
'encryption' => 'TLS',
|
|
'username' => 'stern@stern-tours.de',
|
|
'password' => '13C!NlecB!Phil4beAxKl',
|
|
'sendmail' => '/usr/sbin/sendmail -bs',
|
|
'markdown' =>
|
|
array (
|
|
'theme' => 'default',
|
|
'paths' =>
|
|
array (
|
|
0 => '/workspace/mein.sterntours.de/resources/views/vendor/mail',
|
|
),
|
|
),
|
|
),
|
|
'models' =>
|
|
array (
|
|
'*' =>
|
|
array (
|
|
'path' => '/workspace/mein.sterntours.de/app/Models',
|
|
'namespace' => 'App\\Models',
|
|
'parent' => 'Illuminate\\Database\\Eloquent\\Model',
|
|
'use' =>
|
|
array (
|
|
),
|
|
'connection' => false,
|
|
'timestamps' => true,
|
|
'soft_deletes' => true,
|
|
'date_format' => 'Y-m-d H:i:s',
|
|
'per_page' => 15,
|
|
'base_files' => false,
|
|
'snake_attributes' => true,
|
|
'qualified_tables' => false,
|
|
'hidden' =>
|
|
array (
|
|
0 => '*secret*',
|
|
1 => '*password',
|
|
2 => '*token',
|
|
),
|
|
'guarded' =>
|
|
array (
|
|
),
|
|
'casts' =>
|
|
array (
|
|
'*_json' => 'json',
|
|
),
|
|
'except' =>
|
|
array (
|
|
0 => 'migrations',
|
|
),
|
|
),
|
|
),
|
|
'permissions' =>
|
|
array (
|
|
'groups' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'my-dat' =>
|
|
array (
|
|
'name' => 'Ihre Daten',
|
|
'color' => 'client',
|
|
),
|
|
),
|
|
1 =>
|
|
array (
|
|
'crm' =>
|
|
array (
|
|
'name' => 'ADMIN CRM ',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-tp' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > Reiseprogramme',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-tp-pr' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > Reiseprogramme > Programme',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-tp-dr' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > Reiseprogramme > Vorlagen',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-tp-tc' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > Reiseprogramme > Inhalte',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-bo' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > Buchungen',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-bo-re' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > Buchungen > Übersicht',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-bo-bo' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > Buchungen > Buchungen',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-bo-le' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > Buchungen > Anfragen',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-bo-cu' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > Buchungen > Kunden',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-cm' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > Kundenverwaltung',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-cm-cf' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > Kundenverwaltung > Kunden (FeWo)',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-cm-bf' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > Kundenverwaltung > Buchungen (FeWo)',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-mail' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > E-Mails',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-mail-le' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > E-Mails > Anfragen',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-mail-bo' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > E-Mails > Buchungen',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-mail-bf' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > E-Mails > Buchungen (Fewo)',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-iq-tl' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > Reisebausteine',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-iq-tl-pro' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > Reisebausteine > Programm',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-iq-tl-gp' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > Reisebausteine > Gruppe',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-iq-tl-it' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > Reisebausteine > Baustein',
|
|
'color' => 'admin',
|
|
),
|
|
'crm-old-cm' =>
|
|
array (
|
|
'name' => 'ADMIN CRM altes System > Kundenverwaltung',
|
|
'color' => 'info',
|
|
),
|
|
'cms' =>
|
|
array (
|
|
'name' => 'ADMIN CMS',
|
|
'color' => 'secondary',
|
|
),
|
|
'cms-iq-assets' =>
|
|
array (
|
|
'name' => 'ADMIN CMS > Medien',
|
|
'color' => 'secondary',
|
|
),
|
|
'cms-tg' =>
|
|
array (
|
|
'name' => 'ADMIN CMS > Reiseführer',
|
|
'color' => 'secondary',
|
|
),
|
|
'cms-fewo' =>
|
|
array (
|
|
'name' => 'ADMIN CMS > FeWo',
|
|
'color' => 'secondary',
|
|
),
|
|
'cms-book' =>
|
|
array (
|
|
'name' => 'ADMIN CMS > Buchungen',
|
|
'color' => 'secondary',
|
|
),
|
|
'cms-fb' =>
|
|
array (
|
|
'name' => 'ADMIN CMS > Feedback',
|
|
'color' => 'secondary',
|
|
),
|
|
'cms-nw' =>
|
|
array (
|
|
'name' => 'ADMIN CMS > News',
|
|
'color' => 'secondary',
|
|
),
|
|
'cms-aq' =>
|
|
array (
|
|
'name' => 'ADMIN CMS > Fragen & Antworten',
|
|
'color' => 'secondary',
|
|
),
|
|
'cms-sb' =>
|
|
array (
|
|
'name' => 'ADMIN CMS > Sidebar',
|
|
'color' => 'secondary',
|
|
),
|
|
'cms-cn' =>
|
|
array (
|
|
'name' => 'ADMIN CMS > Inhalte',
|
|
'color' => 'secondary',
|
|
),
|
|
'cms-cn-in' =>
|
|
array (
|
|
'name' => 'ADMIN CMS > Inhalte > Infos',
|
|
'color' => 'secondary',
|
|
),
|
|
'cms-cn-al' =>
|
|
array (
|
|
'name' => 'ADMIN CMS > Inhalte > Inhalte',
|
|
'color' => 'secondary',
|
|
),
|
|
'cms-cn-au' =>
|
|
array (
|
|
'name' => 'ADMIN CMS > Inhalte > Autor',
|
|
'color' => 'secondary',
|
|
),
|
|
'cms-cn-co' =>
|
|
array (
|
|
'name' => 'ADMIN CMS > Inhalte > Länder',
|
|
'color' => 'secondary',
|
|
),
|
|
'cms-newsletter' =>
|
|
array (
|
|
'name' => 'ADMIN CMS > Newsletter',
|
|
'color' => 'secondary',
|
|
),
|
|
'crm-nav-api' =>
|
|
array (
|
|
'name' => 'ADMIN CRM > Navigation API',
|
|
'color' => 'secondary',
|
|
),
|
|
),
|
|
2 =>
|
|
array (
|
|
'sua-bo-n-edit' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Buchungen > Notizen > bearbeiten',
|
|
'color' => 'secondary',
|
|
),
|
|
'sua-fewo-n-edit' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > FeWo > Notizen > bearbeiten',
|
|
'color' => 'secondary',
|
|
),
|
|
'sua-st' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Einstellungen',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-st-al' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Einstellungen > Airline',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-st-ap' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Einstellungen > Airport',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-st-em' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Einstellungen > E-Mails',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-st-ke' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Einstellungen > Keywords',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-st-sp' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Einstellungen > Leistungsträger',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-st-tn' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Einstellungen > Nationalitäten',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-st-co' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Einstellungen > Reiseländer',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-st-tp' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Einstellungen > Reiseprogramme',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-st-tpl' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Einstellungen > Reiseorte',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-st-bs' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Einstellungen > Reisestatus',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-st-tc' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Einstellungen > Veranstalter',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-st-tca' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Einstellungen > Reiseart',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-st-tap' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Einstellungen > Zielflughafen',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-st-in' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Einstellungen > Versicherungen',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-st-ca' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Einstellungen > Kategorien',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-st-tgn' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Einstellungen > Reisehinweise',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-re' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Export',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-re-bo' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Export > Buchungen',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-re-pp' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Export > Leistungsträger',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-re-fw' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Export > Fewo',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-re-le' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > Export > Anfragen',
|
|
'color' => 'superadmin',
|
|
),
|
|
'sua-ur-rt' =>
|
|
array (
|
|
'name' => 'SUPERADMIN > User Rechte',
|
|
'color' => 'danger',
|
|
),
|
|
),
|
|
),
|
|
'roles' =>
|
|
array (
|
|
0 => 'Kunde',
|
|
1 => 'Admin',
|
|
2 => 'SuperAdmin',
|
|
),
|
|
),
|
|
'queue' =>
|
|
array (
|
|
'default' => 'sync',
|
|
'connections' =>
|
|
array (
|
|
'sync' =>
|
|
array (
|
|
'driver' => 'sync',
|
|
),
|
|
'database' =>
|
|
array (
|
|
'driver' => 'database',
|
|
'table' => 'jobs',
|
|
'queue' => 'default',
|
|
'retry_after' => 90,
|
|
),
|
|
'beanstalkd' =>
|
|
array (
|
|
'driver' => 'beanstalkd',
|
|
'host' => 'localhost',
|
|
'queue' => 'default',
|
|
'retry_after' => 90,
|
|
),
|
|
'sqs' =>
|
|
array (
|
|
'driver' => 'sqs',
|
|
'key' => 'your-public-key',
|
|
'secret' => 'your-secret-key',
|
|
'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id',
|
|
'queue' => 'your-queue-name',
|
|
'region' => 'us-east-1',
|
|
),
|
|
'redis' =>
|
|
array (
|
|
'driver' => 'redis',
|
|
'connection' => 'default',
|
|
'queue' => 'default',
|
|
'retry_after' => 90,
|
|
'block_for' => NULL,
|
|
),
|
|
),
|
|
'failed' =>
|
|
array (
|
|
'database' => 'mysql',
|
|
'table' => 'failed_jobs',
|
|
),
|
|
),
|
|
'services' =>
|
|
array (
|
|
'mailgun' =>
|
|
array (
|
|
'domain' => NULL,
|
|
'secret' => NULL,
|
|
),
|
|
'ses' =>
|
|
array (
|
|
'key' => NULL,
|
|
'secret' => NULL,
|
|
'region' => 'us-east-1',
|
|
),
|
|
'sparkpost' =>
|
|
array (
|
|
'secret' => NULL,
|
|
),
|
|
'stripe' =>
|
|
array (
|
|
'model' => 'App\\User',
|
|
'key' => NULL,
|
|
'secret' => NULL,
|
|
),
|
|
),
|
|
'session' =>
|
|
array (
|
|
'driver' => 'file',
|
|
'lifetime' => '120',
|
|
'expire_on_close' => false,
|
|
'encrypt' => false,
|
|
'files' => '/workspace/mein.sterntours.de/storage/framework/sessions',
|
|
'connection' => NULL,
|
|
'table' => 'sessions',
|
|
'store' => NULL,
|
|
'lottery' =>
|
|
array (
|
|
0 => 2,
|
|
1 => 100,
|
|
),
|
|
'cookie' => 'stern_tours_crm_session',
|
|
'path' => '/',
|
|
'domain' => NULL,
|
|
'secure' => false,
|
|
'http_only' => true,
|
|
'same_site' => NULL,
|
|
),
|
|
'tinker' =>
|
|
array (
|
|
'commands' =>
|
|
array (
|
|
),
|
|
'alias' =>
|
|
array (
|
|
),
|
|
'dont_alias' =>
|
|
array (
|
|
),
|
|
'trust_project' => 'always',
|
|
),
|
|
'trustedproxy' =>
|
|
array (
|
|
'proxies' => NULL,
|
|
'headers' => 62,
|
|
),
|
|
'view' =>
|
|
array (
|
|
'paths' =>
|
|
array (
|
|
0 => '/workspace/mein.sterntours.de/resources/views',
|
|
),
|
|
'compiled' => '/workspace/mein.sterntours.de/storage/framework/views',
|
|
),
|
|
'cart' =>
|
|
array (
|
|
'tax' => 10,
|
|
'database' =>
|
|
array (
|
|
'connection' => NULL,
|
|
'table' => 'shoppingcart',
|
|
),
|
|
'destroy_on_logout' => false,
|
|
'format' =>
|
|
array (
|
|
'decimals' => 2,
|
|
'decimal_point' => '.',
|
|
'thousand_seperator' => '',
|
|
),
|
|
'discountOnFees' => false,
|
|
),
|
|
'boost' =>
|
|
array (
|
|
'enabled' => true,
|
|
'browser_logs_watcher' => true,
|
|
'executable_paths' =>
|
|
array (
|
|
'php' => NULL,
|
|
'composer' => NULL,
|
|
'npm' => NULL,
|
|
'vendor_bin' => NULL,
|
|
),
|
|
),
|
|
'mcp' =>
|
|
array (
|
|
'redirect_domains' =>
|
|
array (
|
|
0 => '*',
|
|
),
|
|
),
|
|
'passport' =>
|
|
array (
|
|
'guard' => 'web',
|
|
'private_key' => NULL,
|
|
'public_key' => NULL,
|
|
'client_uuids' => false,
|
|
'personal_access_client' =>
|
|
array (
|
|
'id' => NULL,
|
|
'secret' => NULL,
|
|
),
|
|
),
|
|
'flare' =>
|
|
array (
|
|
'key' => NULL,
|
|
'flare_middleware' =>
|
|
array (
|
|
0 => 'Spatie\\FlareClient\\FlareMiddleware\\RemoveRequestIp',
|
|
1 => 'Spatie\\FlareClient\\FlareMiddleware\\AddGitInformation',
|
|
2 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddNotifierName',
|
|
3 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddEnvironmentInformation',
|
|
4 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddExceptionInformation',
|
|
5 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddDumps',
|
|
'Spatie\\LaravelIgnition\\FlareMiddleware\\AddLogs' =>
|
|
array (
|
|
'maximum_number_of_collected_logs' => 200,
|
|
),
|
|
'Spatie\\LaravelIgnition\\FlareMiddleware\\AddQueries' =>
|
|
array (
|
|
'maximum_number_of_collected_queries' => 200,
|
|
'report_query_bindings' => true,
|
|
),
|
|
'Spatie\\LaravelIgnition\\FlareMiddleware\\AddJobs' =>
|
|
array (
|
|
'max_chained_job_reporting_depth' => 5,
|
|
),
|
|
6 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddContext',
|
|
7 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddExceptionHandledStatus',
|
|
'Spatie\\FlareClient\\FlareMiddleware\\CensorRequestBodyFields' =>
|
|
array (
|
|
'censor_fields' =>
|
|
array (
|
|
0 => 'password',
|
|
1 => 'password_confirmation',
|
|
),
|
|
),
|
|
'Spatie\\FlareClient\\FlareMiddleware\\CensorRequestHeaders' =>
|
|
array (
|
|
'headers' =>
|
|
array (
|
|
0 => 'API-KEY',
|
|
1 => 'Authorization',
|
|
2 => 'Cookie',
|
|
3 => 'Set-Cookie',
|
|
4 => 'X-CSRF-TOKEN',
|
|
5 => 'X-XSRF-TOKEN',
|
|
),
|
|
),
|
|
),
|
|
'send_logs_as_events' => true,
|
|
),
|
|
'ignition' =>
|
|
array (
|
|
'editor' => 'phpstorm',
|
|
'theme' => 'auto',
|
|
'enable_share_button' => true,
|
|
'register_commands' => false,
|
|
'solution_providers' =>
|
|
array (
|
|
0 => 'Spatie\\Ignition\\Solutions\\SolutionProviders\\BadMethodCallSolutionProvider',
|
|
1 => 'Spatie\\Ignition\\Solutions\\SolutionProviders\\MergeConflictSolutionProvider',
|
|
2 => 'Spatie\\Ignition\\Solutions\\SolutionProviders\\UndefinedPropertySolutionProvider',
|
|
3 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\IncorrectValetDbCredentialsSolutionProvider',
|
|
4 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingAppKeySolutionProvider',
|
|
5 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\DefaultDbNameSolutionProvider',
|
|
6 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\TableNotFoundSolutionProvider',
|
|
7 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingImportSolutionProvider',
|
|
8 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\InvalidRouteActionSolutionProvider',
|
|
9 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\ViewNotFoundSolutionProvider',
|
|
10 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\RunningLaravelDuskInProductionProvider',
|
|
11 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingColumnSolutionProvider',
|
|
12 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UnknownValidationSolutionProvider',
|
|
13 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingMixManifestSolutionProvider',
|
|
14 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingViteManifestSolutionProvider',
|
|
15 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingLivewireComponentSolutionProvider',
|
|
16 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UndefinedViewVariableSolutionProvider',
|
|
17 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\GenericLaravelExceptionSolutionProvider',
|
|
18 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\OpenAiSolutionProvider',
|
|
19 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\SailNetworkSolutionProvider',
|
|
20 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UnknownMysql8CollationSolutionProvider',
|
|
21 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UnknownMariadbCollationSolutionProvider',
|
|
),
|
|
'ignored_solution_providers' =>
|
|
array (
|
|
),
|
|
'enable_runnable_solutions' => NULL,
|
|
'remote_sites_path' => '/workspace/mein.sterntours.de',
|
|
'local_sites_path' => '',
|
|
'housekeeping_endpoint_prefix' => '_ignition',
|
|
'settings_file_path' => '',
|
|
'recorders' =>
|
|
array (
|
|
0 => 'Spatie\\LaravelIgnition\\Recorders\\DumpRecorder\\DumpRecorder',
|
|
1 => 'Spatie\\LaravelIgnition\\Recorders\\JobRecorder\\JobRecorder',
|
|
2 => 'Spatie\\LaravelIgnition\\Recorders\\LogRecorder\\LogRecorder',
|
|
3 => 'Spatie\\LaravelIgnition\\Recorders\\QueryRecorder\\QueryRecorder',
|
|
),
|
|
'open_ai_key' => NULL,
|
|
'with_stack_frame_arguments' => true,
|
|
'argument_reducers' =>
|
|
array (
|
|
0 => 'Spatie\\Backtrace\\Arguments\\Reducers\\BaseTypeArgumentReducer',
|
|
1 => 'Spatie\\Backtrace\\Arguments\\Reducers\\ArrayArgumentReducer',
|
|
2 => 'Spatie\\Backtrace\\Arguments\\Reducers\\StdClassArgumentReducer',
|
|
3 => 'Spatie\\Backtrace\\Arguments\\Reducers\\EnumArgumentReducer',
|
|
4 => 'Spatie\\Backtrace\\Arguments\\Reducers\\ClosureArgumentReducer',
|
|
5 => 'Spatie\\Backtrace\\Arguments\\Reducers\\DateTimeArgumentReducer',
|
|
6 => 'Spatie\\Backtrace\\Arguments\\Reducers\\DateTimeZoneArgumentReducer',
|
|
7 => 'Spatie\\Backtrace\\Arguments\\Reducers\\SymphonyRequestArgumentReducer',
|
|
8 => 'Spatie\\LaravelIgnition\\ArgumentReducers\\ModelArgumentReducer',
|
|
9 => 'Spatie\\LaravelIgnition\\ArgumentReducers\\CollectionArgumentReducer',
|
|
10 => 'Spatie\\Backtrace\\Arguments\\Reducers\\StringableArgumentReducer',
|
|
),
|
|
),
|
|
'sluggable' =>
|
|
array (
|
|
'source' => NULL,
|
|
'maxLength' => NULL,
|
|
'maxLengthKeepWords' => true,
|
|
'method' => NULL,
|
|
'separator' => '-',
|
|
'unique' => true,
|
|
'uniqueSuffix' => NULL,
|
|
'firstUniqueSuffix' => 2,
|
|
'includeTrashed' => false,
|
|
'reserved' => NULL,
|
|
'onUpdate' => false,
|
|
'slugEngineOptions' =>
|
|
array (
|
|
),
|
|
),
|
|
);
|