You've already forked Epicnabbo-Catalogus-Updated-Daily
1546 lines
40 KiB
PHP
1546 lines
40 KiB
PHP
<?php return array (
|
|
'concurrency' =>
|
|
array (
|
|
'default' => 'process',
|
|
),
|
|
'activitylog' =>
|
|
array (
|
|
'enabled' => true,
|
|
'delete_records_older_than_days' => 365,
|
|
'default_log_name' => 'default',
|
|
'default_auth_driver' => NULL,
|
|
'subject_returns_soft_deleted_models' => false,
|
|
'activity_model' => 'Spatie\\Activitylog\\Models\\Activity',
|
|
'table_name' => 'activity_log',
|
|
'database_connection' => NULL,
|
|
),
|
|
'app' =>
|
|
array (
|
|
'name' => 'Laravel',
|
|
'env' => 'production',
|
|
'debug' => false,
|
|
'url' => 'http://localhost',
|
|
'frontend_url' => 'http://localhost:3000',
|
|
'asset_url' => NULL,
|
|
'timezone' => 'UTC',
|
|
'locale' => 'en',
|
|
'fallback_locale' => 'en',
|
|
'faker_locale' => 'en_US',
|
|
'cipher' => 'AES-256-CBC',
|
|
'key' => NULL,
|
|
'previous_keys' =>
|
|
array (
|
|
),
|
|
'maintenance' =>
|
|
array (
|
|
'driver' => 'file',
|
|
),
|
|
'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 => 'App\\Providers\\AppServiceProvider',
|
|
23 => 'App\\Providers\\AuthServiceProvider',
|
|
24 => 'App\\Providers\\EventServiceProvider',
|
|
25 => 'App\\Providers\\Filament\\AdminFilamentPanelProvider',
|
|
26 => 'App\\Providers\\RouteServiceProvider',
|
|
27 => 'App\\Providers\\FortifyServiceProvider',
|
|
28 => 'Spatie\\Activitylog\\ActivitylogServiceProvider',
|
|
),
|
|
'aliases' =>
|
|
array (
|
|
'App' => 'Illuminate\\Support\\Facades\\App',
|
|
'Arr' => 'Illuminate\\Support\\Arr',
|
|
'Artisan' => 'Illuminate\\Support\\Facades\\Artisan',
|
|
'Auth' => 'Illuminate\\Support\\Facades\\Auth',
|
|
'Benchmark' => 'Illuminate\\Support\\Benchmark',
|
|
'Blade' => 'Illuminate\\Support\\Facades\\Blade',
|
|
'Broadcast' => 'Illuminate\\Support\\Facades\\Broadcast',
|
|
'Bus' => 'Illuminate\\Support\\Facades\\Bus',
|
|
'Cache' => 'Illuminate\\Support\\Facades\\Cache',
|
|
'Concurrency' => 'Illuminate\\Support\\Facades\\Concurrency',
|
|
'Config' => 'Illuminate\\Support\\Facades\\Config',
|
|
'Context' => 'Illuminate\\Support\\Facades\\Context',
|
|
'Cookie' => 'Illuminate\\Support\\Facades\\Cookie',
|
|
'Crypt' => 'Illuminate\\Support\\Facades\\Crypt',
|
|
'Date' => 'Illuminate\\Support\\Facades\\Date',
|
|
'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',
|
|
'Http' => 'Illuminate\\Support\\Facades\\Http',
|
|
'Js' => 'Illuminate\\Support\\Js',
|
|
'Lang' => 'Illuminate\\Support\\Facades\\Lang',
|
|
'Log' => 'Illuminate\\Support\\Facades\\Log',
|
|
'Mail' => 'Illuminate\\Support\\Facades\\Mail',
|
|
'Notification' => 'Illuminate\\Support\\Facades\\Notification',
|
|
'Number' => 'Illuminate\\Support\\Number',
|
|
'Password' => 'Illuminate\\Support\\Facades\\Password',
|
|
'Process' => 'Illuminate\\Support\\Facades\\Process',
|
|
'Queue' => 'Illuminate\\Support\\Facades\\Queue',
|
|
'RateLimiter' => 'Illuminate\\Support\\Facades\\RateLimiter',
|
|
'Redirect' => 'Illuminate\\Support\\Facades\\Redirect',
|
|
'Request' => 'Illuminate\\Support\\Facades\\Request',
|
|
'Response' => 'Illuminate\\Support\\Facades\\Response',
|
|
'Route' => 'Illuminate\\Support\\Facades\\Route',
|
|
'Schedule' => 'Illuminate\\Support\\Facades\\Schedule',
|
|
'Schema' => 'Illuminate\\Support\\Facades\\Schema',
|
|
'Session' => 'Illuminate\\Support\\Facades\\Session',
|
|
'Storage' => 'Illuminate\\Support\\Facades\\Storage',
|
|
'Str' => 'Illuminate\\Support\\Str',
|
|
'Uri' => 'Illuminate\\Support\\Uri',
|
|
'URL' => 'Illuminate\\Support\\Facades\\URL',
|
|
'Validator' => 'Illuminate\\Support\\Facades\\Validator',
|
|
'View' => 'Illuminate\\Support\\Facades\\View',
|
|
'Vite' => 'Illuminate\\Support\\Facades\\Vite',
|
|
),
|
|
'Activity' => 'Spatie\\Activitylog\\Facades\\Activity',
|
|
),
|
|
'auth' =>
|
|
array (
|
|
'defaults' =>
|
|
array (
|
|
'guard' => 'web',
|
|
'passwords' => 'users',
|
|
),
|
|
'guards' =>
|
|
array (
|
|
'web' =>
|
|
array (
|
|
'driver' => 'session',
|
|
'provider' => 'users',
|
|
),
|
|
'sanctum' =>
|
|
array (
|
|
'driver' => 'sanctum',
|
|
'provider' => NULL,
|
|
),
|
|
),
|
|
'providers' =>
|
|
array (
|
|
'users' =>
|
|
array (
|
|
'driver' => 'eloquent',
|
|
'model' => 'App\\Models\\User',
|
|
),
|
|
),
|
|
'passwords' =>
|
|
array (
|
|
'users' =>
|
|
array (
|
|
'provider' => 'users',
|
|
'table' => 'password_reset_tokens',
|
|
'expire' => 60,
|
|
'throttle' => 60,
|
|
),
|
|
),
|
|
'password_timeout' => 10800,
|
|
),
|
|
'broadcasting' =>
|
|
array (
|
|
'default' => 'null',
|
|
'connections' =>
|
|
array (
|
|
'reverb' =>
|
|
array (
|
|
'driver' => 'reverb',
|
|
'key' => NULL,
|
|
'secret' => NULL,
|
|
'app_id' => NULL,
|
|
'options' =>
|
|
array (
|
|
'host' => NULL,
|
|
'port' => 443,
|
|
'scheme' => 'https',
|
|
'useTLS' => true,
|
|
),
|
|
'client_options' =>
|
|
array (
|
|
),
|
|
),
|
|
'pusher' =>
|
|
array (
|
|
'driver' => 'pusher',
|
|
'key' => NULL,
|
|
'secret' => NULL,
|
|
'app_id' => NULL,
|
|
'options' =>
|
|
array (
|
|
'host' => 'api-mt1.pusher.com',
|
|
'port' => 443,
|
|
'scheme' => 'https',
|
|
'encrypted' => true,
|
|
'useTLS' => true,
|
|
),
|
|
'client_options' =>
|
|
array (
|
|
),
|
|
),
|
|
'ably' =>
|
|
array (
|
|
'driver' => 'ably',
|
|
'key' => NULL,
|
|
),
|
|
'log' =>
|
|
array (
|
|
'driver' => 'log',
|
|
),
|
|
'null' =>
|
|
array (
|
|
'driver' => 'null',
|
|
),
|
|
'redis' =>
|
|
array (
|
|
'driver' => 'redis',
|
|
'connection' => 'default',
|
|
),
|
|
),
|
|
),
|
|
'cache' =>
|
|
array (
|
|
'default' => 'file',
|
|
'stores' =>
|
|
array (
|
|
'array' =>
|
|
array (
|
|
'driver' => 'array',
|
|
'serialize' => false,
|
|
),
|
|
'session' =>
|
|
array (
|
|
'driver' => 'session',
|
|
'key' => '_cache',
|
|
),
|
|
'database' =>
|
|
array (
|
|
'driver' => 'database',
|
|
'table' => 'cache',
|
|
'connection' => NULL,
|
|
'lock_connection' => NULL,
|
|
),
|
|
'file' =>
|
|
array (
|
|
'driver' => 'file',
|
|
'path' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\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' => 'cache',
|
|
'lock_connection' => 'default',
|
|
),
|
|
'dynamodb' =>
|
|
array (
|
|
'driver' => 'dynamodb',
|
|
'key' => NULL,
|
|
'secret' => NULL,
|
|
'region' => 'us-east-1',
|
|
'table' => 'cache',
|
|
'endpoint' => NULL,
|
|
),
|
|
'octane' =>
|
|
array (
|
|
'driver' => 'octane',
|
|
),
|
|
'failover' =>
|
|
array (
|
|
'driver' => 'failover',
|
|
'stores' =>
|
|
array (
|
|
0 => 'database',
|
|
1 => 'array',
|
|
),
|
|
),
|
|
'apc' =>
|
|
array (
|
|
'driver' => 'apc',
|
|
),
|
|
),
|
|
'prefix' => 'laravel_cache_',
|
|
),
|
|
'cors' =>
|
|
array (
|
|
'paths' =>
|
|
array (
|
|
0 => 'api/*',
|
|
1 => 'sanctum/csrf-cookie',
|
|
),
|
|
'allowed_methods' =>
|
|
array (
|
|
0 => '*',
|
|
),
|
|
'allowed_origins' =>
|
|
array (
|
|
0 => '*',
|
|
),
|
|
'allowed_origins_patterns' =>
|
|
array (
|
|
),
|
|
'allowed_headers' =>
|
|
array (
|
|
0 => '*',
|
|
),
|
|
'exposed_headers' =>
|
|
array (
|
|
),
|
|
'max_age' => 0,
|
|
'supports_credentials' => true,
|
|
),
|
|
'database' =>
|
|
array (
|
|
'default' => 'sqlite',
|
|
'connections' =>
|
|
array (
|
|
'sqlite' =>
|
|
array (
|
|
'driver' => 'sqlite',
|
|
'url' => NULL,
|
|
'database' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\database\\database.sqlite',
|
|
'prefix' => '',
|
|
'foreign_key_constraints' => true,
|
|
),
|
|
'mysql' =>
|
|
array (
|
|
'driver' => 'mysql',
|
|
'url' => NULL,
|
|
'host' => '127.0.0.1',
|
|
'port' => '3306',
|
|
'database' => 'laravel',
|
|
'username' => 'root',
|
|
'password' => '',
|
|
'unix_socket' => '',
|
|
'charset' => 'utf8mb4',
|
|
'collation' => 'utf8mb4_unicode_ci',
|
|
'prefix' => '',
|
|
'prefix_indexes' => true,
|
|
'strict' => true,
|
|
'engine' => NULL,
|
|
'options' =>
|
|
array (
|
|
),
|
|
),
|
|
'mariadb' =>
|
|
array (
|
|
'driver' => 'mariadb',
|
|
'url' => NULL,
|
|
'host' => '127.0.0.1',
|
|
'port' => '3306',
|
|
'database' => 'laravel',
|
|
'username' => 'root',
|
|
'password' => '',
|
|
'unix_socket' => '',
|
|
'charset' => 'utf8mb4',
|
|
'collation' => 'utf8mb4_unicode_ci',
|
|
'prefix' => '',
|
|
'prefix_indexes' => true,
|
|
'strict' => true,
|
|
'engine' => NULL,
|
|
'options' =>
|
|
array (
|
|
),
|
|
),
|
|
'pgsql' =>
|
|
array (
|
|
'driver' => 'pgsql',
|
|
'url' => NULL,
|
|
'host' => '127.0.0.1',
|
|
'port' => '5432',
|
|
'database' => 'laravel',
|
|
'username' => 'root',
|
|
'password' => '',
|
|
'charset' => 'utf8',
|
|
'prefix' => '',
|
|
'prefix_indexes' => true,
|
|
'search_path' => 'public',
|
|
'sslmode' => 'prefer',
|
|
),
|
|
'sqlsrv' =>
|
|
array (
|
|
'driver' => 'sqlsrv',
|
|
'url' => NULL,
|
|
'host' => 'localhost',
|
|
'port' => '1433',
|
|
'database' => 'laravel',
|
|
'username' => 'root',
|
|
'password' => '',
|
|
'charset' => 'utf8',
|
|
'prefix' => '',
|
|
'prefix_indexes' => true,
|
|
),
|
|
),
|
|
'migrations' =>
|
|
array (
|
|
'table' => 'migrations',
|
|
'update_date_on_publish' => true,
|
|
),
|
|
'redis' =>
|
|
array (
|
|
'client' => 'phpredis',
|
|
'options' =>
|
|
array (
|
|
'cluster' => 'redis',
|
|
'prefix' => 'laravel_database_',
|
|
),
|
|
'default' =>
|
|
array (
|
|
'url' => NULL,
|
|
'host' => '127.0.0.1',
|
|
'username' => NULL,
|
|
'password' => NULL,
|
|
'port' => '6379',
|
|
'database' => '0',
|
|
),
|
|
'cache' =>
|
|
array (
|
|
'url' => NULL,
|
|
'host' => '127.0.0.1',
|
|
'username' => NULL,
|
|
'password' => NULL,
|
|
'port' => '6379',
|
|
'database' => '1',
|
|
),
|
|
),
|
|
),
|
|
'filament' =>
|
|
array (
|
|
'broadcasting' =>
|
|
array (
|
|
),
|
|
'default_filesystem_disk' => 'public',
|
|
'assets_path' => NULL,
|
|
'cache_path' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\bootstrap/cache/filament',
|
|
'livewire_loading_delay' => 'default',
|
|
'file_generation' =>
|
|
array (
|
|
'flags' =>
|
|
array (
|
|
0 => 'embedded_panel_resource_schemas',
|
|
1 => 'embedded_panel_resource_tables',
|
|
2 => 'partial_imports',
|
|
),
|
|
),
|
|
'system_route_prefix' => 'filament',
|
|
),
|
|
'filesystems' =>
|
|
array (
|
|
'default' => 'local',
|
|
'disks' =>
|
|
array (
|
|
'local' =>
|
|
array (
|
|
'driver' => 'local',
|
|
'root' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\app',
|
|
'throw' => false,
|
|
),
|
|
'public' =>
|
|
array (
|
|
'driver' => 'local',
|
|
'root' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\app/public',
|
|
'url' => '/storage',
|
|
'visibility' => 'public',
|
|
'throw' => false,
|
|
),
|
|
's3' =>
|
|
array (
|
|
'driver' => 's3',
|
|
'key' => NULL,
|
|
'secret' => NULL,
|
|
'region' => NULL,
|
|
'bucket' => NULL,
|
|
'url' => NULL,
|
|
'endpoint' => NULL,
|
|
'use_path_style_endpoint' => false,
|
|
'throw' => false,
|
|
),
|
|
'badges' =>
|
|
array (
|
|
'driver' => 'local',
|
|
'root' => '/var/www/gamedata/c_images/album1584',
|
|
),
|
|
'ads' =>
|
|
array (
|
|
'driver' => 'local',
|
|
'root' => '/var/www/gamedata/custom',
|
|
),
|
|
),
|
|
'links' =>
|
|
array (
|
|
'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\public\\storage' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\app/public',
|
|
),
|
|
),
|
|
'fortify-options' =>
|
|
array (
|
|
'two-factor-authentication' =>
|
|
array (
|
|
'confirm' => true,
|
|
'confirmPassword' => true,
|
|
),
|
|
),
|
|
'fortify' =>
|
|
array (
|
|
'guard' => 'web',
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'maintenance',
|
|
2 => 'check.ban',
|
|
),
|
|
'auth_middleware' => 'auth',
|
|
'passwords' => 'users',
|
|
'username' => 'username',
|
|
'email' => 'email',
|
|
'views' => true,
|
|
'home' => '/user/me',
|
|
'prefix' => '',
|
|
'domain' => NULL,
|
|
'lowercase_usernames' => false,
|
|
'limiters' =>
|
|
array (
|
|
'login' => 'login',
|
|
'two-factor' => 'two-factor',
|
|
),
|
|
'paths' =>
|
|
array (
|
|
'login' => NULL,
|
|
'logout' => NULL,
|
|
'password' =>
|
|
array (
|
|
'request' => NULL,
|
|
'reset' => NULL,
|
|
'email' => NULL,
|
|
'update' => NULL,
|
|
'confirm' => NULL,
|
|
'confirmation' => NULL,
|
|
),
|
|
'register' => NULL,
|
|
'verification' =>
|
|
array (
|
|
'notice' => NULL,
|
|
'verify' => NULL,
|
|
'send' => NULL,
|
|
),
|
|
'user-profile-information' =>
|
|
array (
|
|
'update' => NULL,
|
|
),
|
|
'user-password' =>
|
|
array (
|
|
'update' => NULL,
|
|
),
|
|
'two-factor' =>
|
|
array (
|
|
'login' => NULL,
|
|
'enable' => NULL,
|
|
'confirm' => NULL,
|
|
'disable' => NULL,
|
|
'qr-code' => NULL,
|
|
'secret-key' => NULL,
|
|
'recovery-codes' => NULL,
|
|
),
|
|
),
|
|
'redirects' =>
|
|
array (
|
|
'login' => NULL,
|
|
'logout' => NULL,
|
|
'password-confirmation' => NULL,
|
|
'register' => NULL,
|
|
'email-verification' => NULL,
|
|
'password-reset' => NULL,
|
|
),
|
|
'features' =>
|
|
array (
|
|
0 => 'registration',
|
|
1 => 'two-factor-authentication',
|
|
),
|
|
),
|
|
'habbo' =>
|
|
array (
|
|
'site' =>
|
|
array (
|
|
'site_url' => 'http://localhost',
|
|
'default_name' => 'Atom',
|
|
'recaptcha_site_key' => NULL,
|
|
'recaptcha_secret_key' => NULL,
|
|
'convert_passwords' => NULL,
|
|
'force_https' => false,
|
|
'date_format' => 'Y-m-d - h:m:s',
|
|
'default_language' => 'en',
|
|
'debug_mode_enabled' => false,
|
|
'site_environment' => NULL,
|
|
),
|
|
'reactions' =>
|
|
array (
|
|
0 => 'bad',
|
|
1 => 'crying',
|
|
2 => 'good',
|
|
3 => 'happy',
|
|
4 => 'taut',
|
|
5 => 'impatient',
|
|
6 => 'inlove',
|
|
7 => 'laugh',
|
|
8 => 'proud',
|
|
9 => 'wow',
|
|
10 => 'shameful',
|
|
11 => 'shameless',
|
|
12 => 'sleeping',
|
|
13 => 'smile',
|
|
14 => 'tongue',
|
|
15 => 'wink',
|
|
16 => 'disgusted',
|
|
17 => 'angry',
|
|
18 => 'lgbt',
|
|
19 => 'heart2',
|
|
20 => 'bobba',
|
|
21 => 'poop',
|
|
22 => 'like',
|
|
23 => 'unlike',
|
|
24 => 'fire',
|
|
25 => 'eyes',
|
|
26 => 'crown',
|
|
27 => 'star',
|
|
28 => 'heart',
|
|
),
|
|
'migrations' =>
|
|
array (
|
|
'rename_tables' => false,
|
|
),
|
|
'rcon' =>
|
|
array (
|
|
'domain' => 2,
|
|
'type' => 1,
|
|
'protocol' => 6,
|
|
),
|
|
'client' =>
|
|
array (
|
|
'nitro_path' => '/client/html5/nitro-client',
|
|
'flash_enabled' => false,
|
|
),
|
|
'flash' =>
|
|
array (
|
|
'host' => '127.0.0.1',
|
|
'port' => 3000,
|
|
'swf_base_path' => NULL,
|
|
'production_folder' => NULL,
|
|
'habbo_swf' => 'Habbo.swf',
|
|
'external_texts' => NULL,
|
|
'external_variables' => NULL,
|
|
'external_furnidata' => NULL,
|
|
'external_productdata' => NULL,
|
|
'external_figuremap' => NULL,
|
|
'external_figuredata' => NULL,
|
|
'external_override_variables' => NULL,
|
|
'external_override_texts' => NULL,
|
|
),
|
|
'findretros' =>
|
|
array (
|
|
'enabled' => false,
|
|
'name' => 'Example',
|
|
'api' => 'https://findretros.com',
|
|
),
|
|
'password_reset_token_time' => 15,
|
|
'paypal' =>
|
|
array (
|
|
'mode' => 'sandbox',
|
|
'sandbox' =>
|
|
array (
|
|
'client_id' => '',
|
|
'client_secret' => '',
|
|
'app_id' => '',
|
|
),
|
|
'live' =>
|
|
array (
|
|
'client_id' => '',
|
|
'client_secret' => '',
|
|
'app_id' => '',
|
|
),
|
|
'payment_action' => 'Order',
|
|
'currency' => 'USD',
|
|
'notify_url' => '',
|
|
'locale' => 'en_US',
|
|
'validate_ssl' => true,
|
|
),
|
|
),
|
|
'hashing' =>
|
|
array (
|
|
'driver' => 'bcrypt',
|
|
'bcrypt' =>
|
|
array (
|
|
'rounds' => 12,
|
|
),
|
|
'argon' =>
|
|
array (
|
|
'memory' => 65536,
|
|
'threads' => 1,
|
|
'time' => 4,
|
|
),
|
|
'rehash_on_login' => true,
|
|
),
|
|
'log-viewer' =>
|
|
array (
|
|
'enabled' => true,
|
|
'api_only' => false,
|
|
'require_auth_in_production' => true,
|
|
'route_domain' => NULL,
|
|
'route_path' => 'log-viewer',
|
|
'assets_path' => 'vendor/log-viewer',
|
|
'back_to_system_url' => 'http://localhost',
|
|
'back_to_system_label' => NULL,
|
|
'timezone' => NULL,
|
|
'datetime_format' => 'Y-m-d H:i:s',
|
|
'middleware' =>
|
|
array (
|
|
0 => 'web',
|
|
1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer',
|
|
2 => 'App\\Http\\Middleware\\LogViewerMiddleware',
|
|
),
|
|
'api_middleware' =>
|
|
array (
|
|
0 => 'Opcodes\\LogViewer\\Http\\Middleware\\EnsureFrontendRequestsAreStateful',
|
|
1 => 'Opcodes\\LogViewer\\Http\\Middleware\\AuthorizeLogViewer',
|
|
),
|
|
'api_stateful_domains' => NULL,
|
|
'hosts' =>
|
|
array (
|
|
'local' =>
|
|
array (
|
|
'name' => 'Local',
|
|
),
|
|
),
|
|
'include_files' =>
|
|
array (
|
|
0 => '*.log',
|
|
1 => '**/*.log',
|
|
2 => '/var/log/httpd/*',
|
|
3 => '/var/log/nginx/*',
|
|
4 => '/opt/homebrew/var/log/nginx/*',
|
|
5 => '/opt/homebrew/var/log/httpd/*',
|
|
6 => '/opt/homebrew/var/log/php-fpm.log',
|
|
7 => '/opt/homebrew/var/log/postgres*log',
|
|
8 => '/opt/homebrew/var/log/redis*log',
|
|
9 => '/opt/homebrew/var/log/supervisor*log',
|
|
),
|
|
'exclude_files' =>
|
|
array (
|
|
),
|
|
'hide_unknown_files' => true,
|
|
'shorter_stack_trace_excludes' =>
|
|
array (
|
|
0 => '/vendor/symfony/',
|
|
1 => '/vendor/laravel/framework/',
|
|
2 => '/vendor/barryvdh/laravel-debugbar/',
|
|
),
|
|
'cache_driver' => NULL,
|
|
'cache_key_prefix' => 'lv',
|
|
'lazy_scan_chunk_size_in_mb' => 50,
|
|
'strip_extracted_context' => true,
|
|
'per_page_options' =>
|
|
array (
|
|
0 => 10,
|
|
1 => 25,
|
|
2 => 50,
|
|
3 => 100,
|
|
4 => 250,
|
|
5 => 500,
|
|
),
|
|
'defaults' =>
|
|
array (
|
|
'use_local_storage' => true,
|
|
'folder_sorting_method' => 'ModifiedTime',
|
|
'folder_sorting_order' => 'desc',
|
|
'file_sorting_method' => 'ModifiedTime',
|
|
'log_sorting_order' => 'desc',
|
|
'per_page' => 25,
|
|
'theme' => 'System',
|
|
'shorter_stack_traces' => false,
|
|
),
|
|
'exclude_ip_from_identifiers' => false,
|
|
'root_folder_prefix' => 'root',
|
|
),
|
|
'logging' =>
|
|
array (
|
|
'default' => 'stack',
|
|
'deprecations' =>
|
|
array (
|
|
'channel' => 'null',
|
|
'trace' => false,
|
|
),
|
|
'channels' =>
|
|
array (
|
|
'stack' =>
|
|
array (
|
|
'driver' => 'stack',
|
|
'channels' =>
|
|
array (
|
|
0 => 'single',
|
|
),
|
|
'ignore_exceptions' => false,
|
|
),
|
|
'single' =>
|
|
array (
|
|
'driver' => 'single',
|
|
'path' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\logs/laravel.log',
|
|
'level' => 'debug',
|
|
),
|
|
'daily' =>
|
|
array (
|
|
'driver' => 'daily',
|
|
'path' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\logs/laravel.log',
|
|
'level' => 'debug',
|
|
'days' => 14,
|
|
),
|
|
'slack' =>
|
|
array (
|
|
'driver' => 'slack',
|
|
'url' => NULL,
|
|
'username' => 'Laravel Log',
|
|
'emoji' => ':boom:',
|
|
'level' => 'critical',
|
|
),
|
|
'papertrail' =>
|
|
array (
|
|
'driver' => 'monolog',
|
|
'level' => 'debug',
|
|
'handler' => 'Monolog\\Handler\\SyslogUdpHandler',
|
|
'handler_with' =>
|
|
array (
|
|
'host' => NULL,
|
|
'port' => NULL,
|
|
'connectionString' => 'tls://:',
|
|
),
|
|
),
|
|
'stderr' =>
|
|
array (
|
|
'driver' => 'monolog',
|
|
'level' => 'debug',
|
|
'handler' => 'Monolog\\Handler\\StreamHandler',
|
|
'formatter' => NULL,
|
|
'with' =>
|
|
array (
|
|
'stream' => 'php://stderr',
|
|
),
|
|
),
|
|
'syslog' =>
|
|
array (
|
|
'driver' => 'syslog',
|
|
'level' => 'debug',
|
|
),
|
|
'errorlog' =>
|
|
array (
|
|
'driver' => 'errorlog',
|
|
'level' => 'debug',
|
|
),
|
|
'null' =>
|
|
array (
|
|
'driver' => 'monolog',
|
|
'handler' => 'Monolog\\Handler\\NullHandler',
|
|
),
|
|
'emergency' =>
|
|
array (
|
|
'path' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\logs/laravel.log',
|
|
),
|
|
),
|
|
),
|
|
'mail' =>
|
|
array (
|
|
'default' => 'smtp',
|
|
'mailers' =>
|
|
array (
|
|
'smtp' =>
|
|
array (
|
|
'transport' => 'smtp',
|
|
'host' => 'smtp.mailgun.org',
|
|
'port' => 587,
|
|
'encryption' => 'tls',
|
|
'username' => NULL,
|
|
'password' => NULL,
|
|
'timeout' => NULL,
|
|
'local_domain' => NULL,
|
|
),
|
|
'ses' =>
|
|
array (
|
|
'transport' => 'ses',
|
|
),
|
|
'postmark' =>
|
|
array (
|
|
'transport' => 'postmark',
|
|
),
|
|
'resend' =>
|
|
array (
|
|
'transport' => 'resend',
|
|
),
|
|
'sendmail' =>
|
|
array (
|
|
'transport' => 'sendmail',
|
|
'path' => '/usr/sbin/sendmail -bs -i',
|
|
),
|
|
'log' =>
|
|
array (
|
|
'transport' => 'log',
|
|
'channel' => NULL,
|
|
),
|
|
'array' =>
|
|
array (
|
|
'transport' => 'array',
|
|
),
|
|
'failover' =>
|
|
array (
|
|
'transport' => 'failover',
|
|
'mailers' =>
|
|
array (
|
|
0 => 'smtp',
|
|
1 => 'log',
|
|
),
|
|
),
|
|
'roundrobin' =>
|
|
array (
|
|
'transport' => 'roundrobin',
|
|
'mailers' =>
|
|
array (
|
|
0 => 'ses',
|
|
1 => 'postmark',
|
|
),
|
|
'retry_after' => 60,
|
|
),
|
|
'mailgun' =>
|
|
array (
|
|
'transport' => 'mailgun',
|
|
),
|
|
),
|
|
'from' =>
|
|
array (
|
|
'address' => 'hello@example.com',
|
|
'name' => 'Example',
|
|
),
|
|
'markdown' =>
|
|
array (
|
|
'theme' => 'default',
|
|
'paths' =>
|
|
array (
|
|
0 => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\resources\\views/vendor/mail',
|
|
),
|
|
),
|
|
),
|
|
'purify' =>
|
|
array (
|
|
'default' => 'default',
|
|
'configs' =>
|
|
array (
|
|
'default' =>
|
|
array (
|
|
'Core.Encoding' => 'utf-8',
|
|
'HTML.Doctype' => 'HTML 4.01 Transitional',
|
|
'HTML.Allowed' => 'h1,h2,h3,h4,h5,h6,b,strong,i,em,s,del,a[href|title],ul,ol,li,p[style],br,span,img[width|height|alt|src],blockquote',
|
|
'HTML.ForbiddenElements' => '',
|
|
'CSS.AllowedProperties' => 'font,font-size,font-weight,font-style,font-family,text-decoration,padding-left,color,background-color,text-align',
|
|
'AutoFormat.AutoParagraph' => false,
|
|
'AutoFormat.RemoveEmpty' => false,
|
|
),
|
|
),
|
|
'definitions' => 'Stevebauman\\Purify\\Definitions\\Html5Definition',
|
|
'css-definitions' => NULL,
|
|
'serializer' =>
|
|
array (
|
|
'driver' => 'file',
|
|
'cache' => 'Stevebauman\\Purify\\Cache\\CacheDefinitionCache',
|
|
),
|
|
),
|
|
'queue' =>
|
|
array (
|
|
'default' => 'sync',
|
|
'connections' =>
|
|
array (
|
|
'sync' =>
|
|
array (
|
|
'driver' => 'sync',
|
|
),
|
|
'database' =>
|
|
array (
|
|
'driver' => 'database',
|
|
'table' => 'jobs',
|
|
'queue' => 'default',
|
|
'retry_after' => 90,
|
|
'after_commit' => false,
|
|
),
|
|
'beanstalkd' =>
|
|
array (
|
|
'driver' => 'beanstalkd',
|
|
'host' => 'localhost',
|
|
'queue' => 'default',
|
|
'retry_after' => 90,
|
|
'block_for' => 0,
|
|
'after_commit' => false,
|
|
),
|
|
'sqs' =>
|
|
array (
|
|
'driver' => 'sqs',
|
|
'key' => NULL,
|
|
'secret' => NULL,
|
|
'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id',
|
|
'queue' => 'default',
|
|
'suffix' => NULL,
|
|
'region' => 'us-east-1',
|
|
'after_commit' => false,
|
|
),
|
|
'redis' =>
|
|
array (
|
|
'driver' => 'redis',
|
|
'connection' => 'default',
|
|
'queue' => 'default',
|
|
'retry_after' => 90,
|
|
'block_for' => NULL,
|
|
'after_commit' => false,
|
|
),
|
|
'deferred' =>
|
|
array (
|
|
'driver' => 'deferred',
|
|
),
|
|
'failover' =>
|
|
array (
|
|
'driver' => 'failover',
|
|
'connections' =>
|
|
array (
|
|
0 => 'database',
|
|
1 => 'deferred',
|
|
),
|
|
),
|
|
),
|
|
'batching' =>
|
|
array (
|
|
'database' => 'sqlite',
|
|
'table' => 'job_batches',
|
|
),
|
|
'failed' =>
|
|
array (
|
|
'driver' => 'database-uuids',
|
|
'database' => 'mysql',
|
|
'table' => 'failed_jobs',
|
|
),
|
|
),
|
|
'sanctum' =>
|
|
array (
|
|
'stateful' =>
|
|
array (
|
|
0 => 'localhost',
|
|
1 => 'localhost:3000',
|
|
2 => '127.0.0.1',
|
|
3 => '127.0.0.1:8000',
|
|
4 => '::1',
|
|
5 => 'localhost',
|
|
),
|
|
'guard' =>
|
|
array (
|
|
0 => 'web',
|
|
),
|
|
'expiration' => NULL,
|
|
'token_prefix' => '',
|
|
'middleware' =>
|
|
array (
|
|
'authenticate_session' => 'Laravel\\Sanctum\\Http\\Middleware\\AuthenticateSession',
|
|
'encrypt_cookies' => 'Illuminate\\Cookie\\Middleware\\EncryptCookies',
|
|
'validate_csrf_token' => 'Illuminate\\Foundation\\Http\\Middleware\\ValidateCsrfToken',
|
|
),
|
|
),
|
|
'services' =>
|
|
array (
|
|
'postmark' =>
|
|
array (
|
|
'token' => NULL,
|
|
),
|
|
'resend' =>
|
|
array (
|
|
'key' => NULL,
|
|
),
|
|
'ses' =>
|
|
array (
|
|
'key' => NULL,
|
|
'secret' => NULL,
|
|
'region' => 'us-east-1',
|
|
),
|
|
'slack' =>
|
|
array (
|
|
'notifications' =>
|
|
array (
|
|
'bot_user_oauth_token' => NULL,
|
|
'channel' => NULL,
|
|
),
|
|
),
|
|
'mailgun' =>
|
|
array (
|
|
'domain' => NULL,
|
|
'secret' => NULL,
|
|
'endpoint' => 'api.mailgun.net',
|
|
'scheme' => 'https',
|
|
),
|
|
'turnstile' =>
|
|
array (
|
|
'key' => NULL,
|
|
'secret' => NULL,
|
|
),
|
|
),
|
|
'session' =>
|
|
array (
|
|
'driver' => 'file',
|
|
'lifetime' => 120,
|
|
'expire_on_close' => false,
|
|
'encrypt' => false,
|
|
'files' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\framework/sessions',
|
|
'connection' => NULL,
|
|
'table' => 'sessions',
|
|
'store' => NULL,
|
|
'lottery' =>
|
|
array (
|
|
0 => 2,
|
|
1 => 100,
|
|
),
|
|
'cookie' => 'laravel_session',
|
|
'path' => '/',
|
|
'domain' => NULL,
|
|
'secure' => NULL,
|
|
'http_only' => true,
|
|
'same_site' => 'lax',
|
|
'partitioned' => false,
|
|
),
|
|
'theme' =>
|
|
array (
|
|
'active' => 'atom',
|
|
'parent' => 'atom',
|
|
'base_path' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\resources/themes',
|
|
),
|
|
'turnstile' =>
|
|
array (
|
|
'turnstile_site_key' => NULL,
|
|
'turnstile_secret_key' => NULL,
|
|
'error_messages' =>
|
|
array (
|
|
'turnstile_check_message' => 'The captcha failed, please try again.',
|
|
),
|
|
),
|
|
'view' =>
|
|
array (
|
|
'paths' =>
|
|
array (
|
|
0 => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\resources\\views',
|
|
),
|
|
'compiled' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\framework\\views',
|
|
),
|
|
'blade-heroicons' =>
|
|
array (
|
|
'prefix' => 'heroicon',
|
|
'fallback' => '',
|
|
'class' => '',
|
|
'attributes' =>
|
|
array (
|
|
),
|
|
),
|
|
'blade-icons' =>
|
|
array (
|
|
'sets' =>
|
|
array (
|
|
),
|
|
'class' => '',
|
|
'attributes' =>
|
|
array (
|
|
),
|
|
'fallback' => '',
|
|
'components' =>
|
|
array (
|
|
'disabled' => false,
|
|
'default' => 'icon',
|
|
),
|
|
),
|
|
'clockwork' =>
|
|
array (
|
|
'enable' => NULL,
|
|
'features' =>
|
|
array (
|
|
'cache' =>
|
|
array (
|
|
'enabled' => true,
|
|
'collect_queries' => true,
|
|
'collect_values' => false,
|
|
),
|
|
'database' =>
|
|
array (
|
|
'enabled' => true,
|
|
'collect_queries' => true,
|
|
'collect_models_actions' => true,
|
|
'collect_models_retrieved' => false,
|
|
'slow_threshold' => NULL,
|
|
'slow_only' => false,
|
|
'detect_duplicate_queries' => false,
|
|
),
|
|
'events' =>
|
|
array (
|
|
'enabled' => true,
|
|
'ignored_events' =>
|
|
array (
|
|
),
|
|
),
|
|
'http_requests' =>
|
|
array (
|
|
'enabled' => true,
|
|
'collect_data' => true,
|
|
'collect_raw_data' => false,
|
|
),
|
|
'log' =>
|
|
array (
|
|
'enabled' => true,
|
|
),
|
|
'notifications' =>
|
|
array (
|
|
'enabled' => true,
|
|
),
|
|
'performance' =>
|
|
array (
|
|
'client_metrics' => true,
|
|
),
|
|
'queue' =>
|
|
array (
|
|
'enabled' => true,
|
|
),
|
|
'redis' =>
|
|
array (
|
|
'enabled' => true,
|
|
),
|
|
'routes' =>
|
|
array (
|
|
'enabled' => false,
|
|
'only_namespaces' =>
|
|
array (
|
|
0 => 'App',
|
|
),
|
|
),
|
|
'views' =>
|
|
array (
|
|
'enabled' => true,
|
|
'collect_data' => false,
|
|
'use_twig_profiler' => false,
|
|
),
|
|
),
|
|
'web' => true,
|
|
'toolbar' => true,
|
|
'requests' =>
|
|
array (
|
|
'on_demand' => false,
|
|
'errors_only' => false,
|
|
'slow_threshold' => NULL,
|
|
'slow_only' => false,
|
|
'sample' => false,
|
|
'except' =>
|
|
array (
|
|
0 => '/horizon/.*',
|
|
1 => '/telescope/.*',
|
|
2 => '/_tt/.*',
|
|
3 => '/_debugbar/.*',
|
|
),
|
|
'only' =>
|
|
array (
|
|
),
|
|
'except_preflight' => true,
|
|
),
|
|
'artisan' =>
|
|
array (
|
|
'collect' => false,
|
|
'except' =>
|
|
array (
|
|
),
|
|
'only' =>
|
|
array (
|
|
),
|
|
'collect_output' => false,
|
|
'except_laravel_commands' => true,
|
|
),
|
|
'queue' =>
|
|
array (
|
|
'collect' => false,
|
|
'except' =>
|
|
array (
|
|
),
|
|
'only' =>
|
|
array (
|
|
),
|
|
),
|
|
'tests' =>
|
|
array (
|
|
'collect' => false,
|
|
'except' =>
|
|
array (
|
|
),
|
|
),
|
|
'collect_data_always' => false,
|
|
'storage' => 'files',
|
|
'storage_files_path' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\clockwork',
|
|
'storage_files_compress' => false,
|
|
'storage_sql_database' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\storage\\clockwork.sqlite',
|
|
'storage_sql_table' => 'clockwork',
|
|
'storage_redis' => 'default',
|
|
'storage_redis_prefix' => 'clockwork',
|
|
'storage_expiration' => 10080,
|
|
'authentication' => false,
|
|
'authentication_password' => 'VerySecretPassword',
|
|
'stack_traces' =>
|
|
array (
|
|
'enabled' => true,
|
|
'limit' => 10,
|
|
'skip_vendors' =>
|
|
array (
|
|
),
|
|
'skip_namespaces' =>
|
|
array (
|
|
),
|
|
'skip_classes' =>
|
|
array (
|
|
),
|
|
),
|
|
'serialization_depth' => 10,
|
|
'serialization_blackbox' =>
|
|
array (
|
|
0 => 'Illuminate\\Container\\Container',
|
|
1 => 'Illuminate\\Foundation\\Application',
|
|
2 => 'Laravel\\Lumen\\Application',
|
|
),
|
|
'register_helpers' => true,
|
|
'headers' =>
|
|
array (
|
|
),
|
|
'server_timing' => 10,
|
|
),
|
|
'livewire' =>
|
|
array (
|
|
'class_namespace' => 'App\\Livewire',
|
|
'view_path' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms\\resources\\views/livewire',
|
|
'layout' => 'components.layouts.app',
|
|
'lazy_placeholder' => NULL,
|
|
'temporary_file_upload' =>
|
|
array (
|
|
'disk' => NULL,
|
|
'rules' => NULL,
|
|
'directory' => NULL,
|
|
'middleware' => NULL,
|
|
'preview_mimes' =>
|
|
array (
|
|
0 => 'png',
|
|
1 => 'gif',
|
|
2 => 'bmp',
|
|
3 => 'svg',
|
|
4 => 'wav',
|
|
5 => 'mp4',
|
|
6 => 'mov',
|
|
7 => 'avi',
|
|
8 => 'wmv',
|
|
9 => 'mp3',
|
|
10 => 'm4a',
|
|
11 => 'jpg',
|
|
12 => 'jpeg',
|
|
13 => 'mpga',
|
|
14 => 'webp',
|
|
15 => 'wma',
|
|
),
|
|
'max_upload_time' => 5,
|
|
'cleanup' => true,
|
|
),
|
|
'render_on_redirect' => false,
|
|
'legacy_model_binding' => false,
|
|
'inject_assets' => true,
|
|
'navigate' =>
|
|
array (
|
|
'show_progress_bar' => true,
|
|
'progress_bar_color' => '#2299dd',
|
|
),
|
|
'inject_morph_markers' => true,
|
|
'smart_wire_keys' => false,
|
|
'pagination_theme' => 'tailwind',
|
|
'release_token' => 'a',
|
|
),
|
|
'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' => 'C:\\Github\\Epicnabbo-Catalogus-2025FullPack-Updated-Daily\\Updated_Cms',
|
|
'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',
|
|
),
|
|
),
|
|
'paypal' =>
|
|
array (
|
|
'mode' => 'sandbox',
|
|
'sandbox' =>
|
|
array (
|
|
'client_id' => '',
|
|
'client_secret' => '',
|
|
'app_id' => 'APP-80W284485P519543T',
|
|
),
|
|
'live' =>
|
|
array (
|
|
'client_id' => '',
|
|
'client_secret' => '',
|
|
'app_id' => '',
|
|
),
|
|
'payment_action' => 'Sale',
|
|
'currency' => 'USD',
|
|
'notify_url' => '',
|
|
'locale' => 'en_US',
|
|
'validate_ssl' => true,
|
|
),
|
|
'tinker' =>
|
|
array (
|
|
'commands' =>
|
|
array (
|
|
),
|
|
'alias' =>
|
|
array (
|
|
),
|
|
'dont_alias' =>
|
|
array (
|
|
0 => 'App\\Nova',
|
|
),
|
|
),
|
|
);
|