File: //proc/5875/root/var/www/console.fixgini.com/bootstrap/cache/config.php
<?php return array (
0 => 'view',
4 => 'hashing',
5 => 'cors',
6 => 'concurrency',
'app' =>
array (
'name' => 'Fixgini Global Limited',
'env' => 'production',
'debug' => true,
'url' => 'https://console.fixgini.com',
'frontend_url' => 'http://localhost:3000',
'asset_url' => NULL,
'timezone' => 'Africa/Lagos',
'locale' => 'en',
'fallback_locale' => 'en',
'faker_locale' => 'en_US',
'cipher' => 'AES-256-CBC',
'key' => 'base64:jNOQlaYcfNWyiHKeTDJxk7xx7yWOm4w+GhptB+PdpVA=',
'previous_keys' =>
array (
),
'maintenance' =>
array (
'driver' => 'file',
'store' => 'database',
),
'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\\Concurrency\\ConcurrencyServiceProvider',
6 => 'Illuminate\\Cookie\\CookieServiceProvider',
7 => 'Illuminate\\Database\\DatabaseServiceProvider',
8 => 'Illuminate\\Encryption\\EncryptionServiceProvider',
9 => 'Illuminate\\Filesystem\\FilesystemServiceProvider',
10 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider',
11 => 'Illuminate\\Hashing\\HashServiceProvider',
12 => 'Illuminate\\Mail\\MailServiceProvider',
13 => 'Illuminate\\Notifications\\NotificationServiceProvider',
14 => 'Illuminate\\Pagination\\PaginationServiceProvider',
15 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider',
16 => 'Illuminate\\Pipeline\\PipelineServiceProvider',
17 => 'Illuminate\\Queue\\QueueServiceProvider',
18 => 'Illuminate\\Redis\\RedisServiceProvider',
19 => 'Illuminate\\Session\\SessionServiceProvider',
20 => 'Illuminate\\Translation\\TranslationServiceProvider',
21 => 'Illuminate\\Validation\\ValidationServiceProvider',
22 => 'Illuminate\\View\\ViewServiceProvider',
23 => 'App\\Providers\\AppServiceProvider',
),
'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',
'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',
'URL' => 'Illuminate\\Support\\Facades\\URL',
'Uri' => 'Illuminate\\Support\\Uri',
'Validator' => 'Illuminate\\Support\\Facades\\Validator',
'View' => 'Illuminate\\Support\\Facades\\View',
'Vite' => 'Illuminate\\Support\\Facades\\Vite',
),
'contractCode' => '839462293119',
'monnify_key' => 'MK_PROD_2EPJ143430',
'monnify_sk_key' => '55Q67HACTCG3CH0TZTHT1WAUVKYF1F6S',
'login_url' => 'https://api.monnify.com/api/v1/auth/login',
'webhook' => 'https://api.monnify.com/api/v1/transactions/search',
'balance' => NULL,
'nin_url' => 'https://api.monnify.com/api/v1/vas/nin-details',
),
'auth' =>
array (
'defaults' =>
array (
'guard' => 'web',
'passwords' => 'users',
),
'guards' =>
array (
'web' =>
array (
'driver' => 'session',
'provider' => 'users',
),
'api' =>
array (
'driver' => 'sanctum',
'provider' => 'users',
'hash' => false,
),
'admin' =>
array (
'driver' => 'session',
'provider' => 'admins',
),
'sanctum' =>
array (
'driver' => 'sanctum',
'provider' => NULL,
),
),
'providers' =>
array (
'users' =>
array (
'driver' => 'eloquent',
'model' => 'App\\Models\\User',
),
'admins' =>
array (
'driver' => 'eloquent',
'model' => 'App\\Models\\Admin',
),
),
'passwords' =>
array (
'users' =>
array (
'provider' => 'users',
'table' => 'password_reset_tokens',
'expire' => 60,
'throttle' => 60,
),
),
'password_timeout' => 10800,
),
'broadcasting' =>
array (
'default' => 'pusher',
'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 (
'cluster' => NULL,
'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',
),
),
),
'cache' =>
array (
'default' => 'database',
'stores' =>
array (
'array' =>
array (
'driver' => 'array',
'serialize' => false,
),
'database' =>
array (
'driver' => 'database',
'table' => 'cache',
'connection' => NULL,
'lock_connection' => NULL,
),
'file' =>
array (
'driver' => 'file',
'path' => '/var/www/console.fixgini.com/storage/framework/cache/data',
'lock_path' => '/var/www/console.fixgini.com/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',
),
),
'prefix' => '',
),
'cloudinary' =>
array (
'cloud_url' => 'cloudinary://125494474335923:tsrkzLGGjY7S3Q31CXFMl6fSwqA@de3pa6f1t',
),
'database' =>
array (
'default' => 'mysql',
'connections' =>
array (
'sqlite' =>
array (
'driver' => 'sqlite',
'url' => NULL,
'database' => 'fixgini',
'prefix' => '',
'foreign_key_constraints' => true,
),
'mysql' =>
array (
'driver' => 'mysql',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'fixgini',
'username' => 'fixers',
'password' => 'passfixers2)1',
'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' => 'fixgini',
'username' => 'fixers',
'password' => 'passfixers2)1',
'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' => '3306',
'database' => 'fixgini',
'username' => 'fixers',
'password' => 'passfixers2)1',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
'search_path' => 'public',
'sslmode' => 'prefer',
),
'sqlsrv' =>
array (
'driver' => 'sqlsrv',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'fixgini',
'username' => 'fixers',
'password' => 'passfixers2)1',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
),
),
'migrations' =>
array (
'table' => 'migrations',
'update_date_on_publish' => true,
),
'redis' =>
array (
'client' => 'phpredis',
'options' =>
array (
'cluster' => 'redis',
'prefix' => 'fixgini_global_limited_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',
),
),
),
'filesystems' =>
array (
'default' => 'local',
'disks' =>
array (
'local' =>
array (
'driver' => 'local',
'root' => '/var/www/console.fixgini.com/storage/app',
'throw' => false,
),
'public' =>
array (
'driver' => 'local',
'root' => '/var/www/console.fixgini.com/storage/app/public',
'url' => 'https://console.fixgini.com/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,
),
),
'links' =>
array (
'/var/www/console.fixgini.com/public/storage' => '/var/www/console.fixgini.com/storage/app/public',
),
),
'firebase' =>
array (
'credentials' => 'storage/app/google-services.json',
'firestore' => 'https://firestore.googleapis.com/v1/projects/fixgini/databases/(default)/documents/chats',
'database' => 'fixgini.firebasestorage.app',
'dynamic_links_domain' => NULL,
'storage_bucket' => 'fixgini.firebasestorage.app',
'options' =>
array (
),
),
'flutterwave' =>
array (
'public_key' => NULL,
'secret_key' => 'FLWSECK-4414d62ee9f096de8a542b988d954b7c-198be0428d9vt-X',
'encryption_key' => NULL,
'secret_hash' => 'fbtezWR6ewN#UJF',
'env' => 'staging',
),
'livewire' =>
array (
'class_namespace' => 'App\\Livewire',
'view_path' => '/var/www/console.fixgini.com/resources/views/livewire',
'layout' => 'layouts.app',
'lazy_placeholder' => NULL,
'temporary_file_upload' =>
array (
'disk' => NULL,
'rules' => 'file|mimes:png,jpg,jpeg,pdf|max:102400',
'directory' => 'tmp',
'middleware' => 'throttle:5,1',
'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',
16 => 'pdf',
),
'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' => '#ff0000',
),
'inject_morph_markers' => true,
'pagination_theme' => 'tailwind',
),
'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' => '/var/www/console.fixgini.com/storage/logs/laravel.log',
'level' => 'debug',
'replace_placeholders' => true,
),
'daily' =>
array (
'driver' => 'daily',
'path' => '/var/www/console.fixgini.com/storage/logs/laravel.log',
'level' => 'debug',
'days' => 14,
'replace_placeholders' => true,
),
'slack' =>
array (
'driver' => 'slack',
'url' => NULL,
'username' => 'Laravel Log',
'emoji' => ':boom:',
'level' => 'debug',
'replace_placeholders' => true,
),
'papertrail' =>
array (
'driver' => 'monolog',
'level' => 'debug',
'handler' => 'Monolog\\Handler\\SyslogUdpHandler',
'handler_with' =>
array (
'host' => NULL,
'port' => NULL,
'connectionString' => 'tls://:',
),
'processors' =>
array (
0 => 'Monolog\\Processor\\PsrLogMessageProcessor',
),
),
'stderr' =>
array (
'driver' => 'monolog',
'level' => 'debug',
'handler' => 'Monolog\\Handler\\StreamHandler',
'formatter' => NULL,
'with' =>
array (
'stream' => 'php://stderr',
),
'processors' =>
array (
0 => 'Monolog\\Processor\\PsrLogMessageProcessor',
),
),
'syslog' =>
array (
'driver' => 'syslog',
'level' => 'debug',
'facility' => 8,
'replace_placeholders' => true,
),
'errorlog' =>
array (
'driver' => 'errorlog',
'level' => 'debug',
'replace_placeholders' => true,
),
'null' =>
array (
'driver' => 'monolog',
'handler' => 'Monolog\\Handler\\NullHandler',
),
'emergency' =>
array (
'path' => '/var/www/console.fixgini.com/storage/logs/laravel.log',
),
),
),
'mail' =>
array (
'default' => 'mailgun',
'mailers' =>
array (
'smtp' =>
array (
'transport' => 'smtp',
'url' => NULL,
'host' => '127.0.0.1',
'port' => 2525,
'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',
),
),
'mailgun' =>
array (
'transport' => 'mailgun',
),
),
'from' =>
array (
'address' => 'masters@fixgini.com',
'name' => 'FIXGINI',
),
'markdown' =>
array (
'theme' => 'default',
'paths' =>
array (
0 => '/var/www/console.fixgini.com/resources/views/vendor/mail',
),
),
),
'queue' =>
array (
'default' => 'database',
'connections' =>
array (
'sync' =>
array (
'driver' => 'sync',
),
'database' =>
array (
'driver' => 'database',
'connection' => NULL,
'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,
),
),
'batching' =>
array (
'database' => 'mysql',
'table' => 'job_batches',
),
'failed' =>
array (
'driver' => 'database-uuids',
'database' => 'mysql',
'table' => 'failed_jobs',
),
),
'sanctum' =>
array (
'stateful' =>
array (
0 => 'https://fixgini.com',
),
'guard' =>
array (
0 => 'web',
),
'expiration' => 1440,
'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',
),
'personal_access_tokens' =>
array (
'model' => 'Laravel\\Sanctum\\PersonalAccessToken',
),
),
'services' =>
array (
'postmark' =>
array (
'token' => NULL,
),
'ses' =>
array (
'key' => NULL,
'secret' => NULL,
'region' => 'us-east-1',
),
'resend' =>
array (
'key' => NULL,
),
'slack' =>
array (
'notifications' =>
array (
'bot_user_oauth_token' => NULL,
'channel' => NULL,
),
),
'termii' =>
array (
'baseUrl' => 'https://api.ng.termii.com/api/sms/send',
'api' => 'TLpjh1tPW8EsX2Wg8RovQC1Wk1Zz95bRFTzIs4mnF86PaVEqL6Jme838DAJ4Io',
),
'ipinfo' =>
array (
'token' => 'e0541c95339489',
),
'mailgun' =>
array (
'domain' => 'fixgini.com',
'secret' => '7812427d7278f71f57ceaa34fffeeed2-812b35f5-875824ad',
'endpoint' => 'api.mailgun.net',
'scheme' => 'https',
),
'sqlite' =>
array (
'driver' => 'sqlite',
'url' => NULL,
'database' => 'fixgini',
'prefix' => '',
'foreign_key_constraints' => true,
),
'twilio' =>
array (
's_id' => 'AC5c9b37777669e52c2f798b329bfca514',
'token' => '4b18868d2634d51b6e1be336089da933',
'service_id' => 'VAa115df0abf3c14e98f9a018dc32039e7',
),
'google' =>
array (
'client_id' => '994362424638-0ojv056v4e5jg3hfo4thfrskj8lf9kav.apps.googleusercontent.com',
'client_secret' => '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',
'redirect' => 'https://fixgini.com/google-auth-callback',
),
'vaspayment' =>
array (
'base_url' => 'https://api.vaspayment.com/api/v1/agent-verify-nin',
'nin_token' => '1|VASPAYMENTjq4VXmRdlh2nNrlmLrWWuUtsHD18D0Wwatgt7Peb31dea800',
),
'aws' =>
array (
'key' => NULL,
'secret' => NULL,
'region' => 'us-east-1',
),
'fcm' =>
array (
'project_id' => 'fixgini',
),
),
'session' =>
array (
'driver' => 'database',
'lifetime' => '120',
'expire_on_close' => true,
'encrypt' => true,
'files' => '/var/www/console.fixgini.com/storage/framework/sessions',
'connection' => NULL,
'table' => 'sessions',
'store' => NULL,
'lottery' =>
array (
0 => 2,
1 => 100,
),
'cookie' => 'fixgini_global_limited_session',
'path' => '/',
'domain' => NULL,
'secure' => NULL,
'http_only' => true,
'same_site' => 'lax',
'partitioned' => false,
),
'view' =>
array (
'paths' =>
array (
0 => '/var/www/console.fixgini.com/resources/views',
),
'compiled' => '/var/www/console.fixgini.com/storage/framework/views',
),
'hashing' =>
array (
'driver' => 'bcrypt',
'bcrypt' =>
array (
'rounds' => '12',
'verify' => true,
),
'argon' =>
array (
'memory' => 65536,
'threads' => 1,
'time' => 4,
'verify' => true,
),
'rehash_on_login' => true,
),
'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' => false,
),
'concurrency' =>
array (
'default' => 'process',
),
'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' => '/var/www/console.fixgini.com',
'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',
),
),
'tinker' =>
array (
'commands' =>
array (
),
'alias' =>
array (
),
'dont_alias' =>
array (
0 => 'App\\Nova',
),
),
);