array ( 'name' => 'AKNAPROFF', 'title' => 'Vormid', 'env' => 'live', 'debug' => true, 'url' => 'http://localhost:2000', 'asset_url' => NULL, 'timezone' => 'Europe/Helsinki', 'locale' => 'en', 'fallback_locale' => 'en', 'faker_locale' => 'en_US', 'key' => 'base64:dvbkNw1BmEGND2DRWIauV7ub306TMEiPws0A9yOhiMU=', 'cipher' => 'AES-256-CBC', '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 => 'Intervention\\Image\\ImageServiceProvider', 23 => 'Srmklive\\PayPal\\Providers\\PayPalServiceProvider', 24 => 'Milon\\Barcode\\BarcodeServiceProvider', 25 => 'Spatie\\Permission\\PermissionServiceProvider', 26 => 'App\\Providers\\AppServiceProvider', 27 => 'App\\Providers\\AuthServiceProvider', 28 => 'App\\Providers\\EventServiceProvider', 29 => 'App\\Providers\\RouteServiceProvider', ), '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', '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', 'Password' => 'Illuminate\\Support\\Facades\\Password', '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', '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', 'Vite' => 'Illuminate\\Support\\Facades\\Vite', 'DNS1D' => 'Milon\\Barcode\\Facades\\DNS1DFacade', 'DNS2D' => 'Milon\\Barcode\\Facades\\DNS2DFacade', 'Debugbar' => 'Barryvdh\\Debugbar\\Facade', 'PDF' => 'Meneses\\LaravelMpdf\\Facades\\LaravelMpdf', 'PayPal' => 'Srmklive\\PayPal\\Facades\\PayPal', 'Redis' => 'Illuminate\\Support\\Facades\\Redis', 'Image' => 'Intervention\\Image\\Facades\\Image', ), ), 'auth' => array ( 'defaults' => array ( 'guard' => 'web', 'passwords' => 'users', ), 'guards' => array ( 'web' => array ( 'driver' => 'session', 'provider' => 'users', ), ), 'providers' => array ( 'users' => array ( 'driver' => 'eloquent', 'model' => 'App\\User', ), ), 'passwords' => array ( 'users' => array ( 'provider' => 'users', 'table' => 'password_resets', 'expire' => 60, 'throttle' => 60, ), ), 'password_timeout' => 10800, ), 'author' => array ( 'app_version' => '5.0', 'vendor' => 'Ultimate Fosters', 'vendor_url' => 'http://ultimatefosters.com', 'email' => 'thewebfosters@gmail.com', 'lic1' => 'aHR0cHM6Ly9sLnVsdGltYXRlZm9zdGVycy5jb20vYXBpL3R5cGVfMQ==', 'pid' => 3, ), 'barcode' => array ( 'store_path' => '/var/www/public/', ), 'broadcasting' => array ( 'default' => 'log', 'connections' => array ( 'pusher' => array ( 'driver' => 'pusher', 'key' => '', 'secret' => '', 'app_id' => '', 'options' => array ( 'host' => 'api-mt1.pusher.com', 'port' => 443, 'scheme' => 'https', 'encrypted' => true, 'useTLS' => true, ), 'client_options' => array ( ), ), 'ably' => array ( 'driver' => 'ably', 'key' => NULL, ), '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', 'serialize' => false, ), 'database' => array ( 'driver' => 'database', 'table' => 'cache', 'connection' => NULL, 'lock_connection' => NULL, ), 'file' => array ( 'driver' => 'file', 'path' => '/var/www/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' => '', 'secret' => '', 'region' => 'us-east-1', 'table' => 'cache', 'endpoint' => NULL, ), 'octane' => array ( 'driver' => 'octane', ), ), 'prefix' => 'aknaproff_cache_', ), 'constants' => array ( 'asset_version' => 50, 'select2_asset' => '', 'doc_path' => 'form', 'langs' => array ( 'en' => array ( 'full_name' => 'English', 'short_name' => 'English', ), 'ru' => array ( 'full_name' => 'Русский', 'short_name' => 'Русский', ), 'est' => array ( 'full_name' => 'Eesti keel', 'short_name' => 'Eesti keel', ), ), 'langs_rtl' => array ( 0 => 'ar', ), 'non_utf8_languages' => array ( 0 => 'ar', 1 => 'hi', ), 'STRIPE_PUB_KEY' => '', 'STRIPE_SECRET_KEY' => '', 'APP_DATE_FORMAT' => 'd.m.Y', 'APP_TIME_FORMAT' => '24', 'superadmins_emails' => 'admin@admin.com', 'ENABLE_OFFLINE_PAYMENT' => '0', 'ACELLE_MAIL_NAME' => '', 'ACELLE_MAIL_API' => '', 'max_upload_size' => 1, 'pdf_upload_size' => 5, ), '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, ), 'database' => array ( 'default' => 'mysql', 'connections' => array ( 'sqlite' => array ( 'driver' => 'sqlite', 'url' => NULL, 'database' => 'laravel', 'prefix' => '', 'foreign_key_constraints' => true, ), 'mysql' => array ( 'driver' => 'mysql', 'url' => NULL, 'host' => 'db', 'port' => '3306', 'database' => 'laravel', 'username' => 'laravel', 'password' => 'password', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'prefix_indexes' => true, 'strict' => false, 'engine' => NULL, 'options' => array ( ), ), 'pgsql' => array ( 'driver' => 'pgsql', 'url' => NULL, 'host' => 'db', 'port' => '3306', 'database' => 'laravel', 'username' => 'laravel', 'password' => 'password', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, 'search_path' => 'public', 'sslmode' => 'prefer', ), 'sqlsrv' => array ( 'driver' => 'sqlsrv', 'url' => NULL, 'host' => 'db', 'port' => '3306', 'database' => 'laravel', 'username' => 'laravel', 'password' => 'password', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, ), ), 'migrations' => 'migrations', 'redis' => array ( 'client' => 'phpredis', 'options' => array ( 'cluster' => 'redis', 'prefix' => 'aknaproff_database_', ), 'default' => array ( 'url' => NULL, 'host' => '127.0.0.1', 'password' => NULL, 'port' => '6379', 'database' => '0', ), 'cache' => array ( 'url' => NULL, 'host' => '127.0.0.1', 'password' => NULL, 'port' => '6379', 'database' => '1', ), ), ), 'datatables' => array ( 'search' => array ( 'smart' => true, 'multi_term' => true, 'case_insensitive' => true, 'use_wildcards' => false, ), 'index_column' => 'DT_RowIndex', '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, ), ), 'debugbar' => array ( 'enabled' => false, 'except' => array ( 0 => 'telescope*', 1 => 'horizon*', ), 'storage' => array ( 'enabled' => true, 'driver' => 'file', 'path' => '/var/www/storage/debugbar', 'connection' => NULL, 'provider' => '', ), 'editor' => 'phpstorm', 'remote_sites_path' => '', 'local_sites_path' => '', 'include_vendors' => true, 'capture_ajax' => true, 'add_ajax_timing' => false, 'error_handler' => false, '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' => true, 'livewire' => true, ), 'options' => array ( 'auth' => array ( 'show_name' => true, ), 'db' => array ( 'with_params' => true, 'backtrace' => true, 'backtrace_exclude_paths' => array ( ), 'timeline' => false, 'explain' => array ( 'enabled' => false, 'types' => array ( 0 => 'SELECT', ), ), 'hints' => false, ), '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_domain' => NULL, 'theme' => 'auto', 'debug_backtrace_limit' => 50, ), 'filesystems' => array ( 'default' => 'local', 'disks' => array ( 'local' => array ( 'driver' => 'local', 'root' => '/var/www/public/uploads', 'url' => 'http://localhost:2000/uploads', 'throw' => false, ), 'public' => array ( 'driver' => 'local', 'root' => '/var/www/storage/app/public', 'url' => 'http://localhost:2000/storage', 'visibility' => 'public', 'throw' => false, ), 's3' => array ( 'driver' => 's3', 'key' => '', 'secret' => '', 'region' => 'us-east-1', 'bucket' => '', 'url' => NULL, 'endpoint' => NULL, 'use_path_style_endpoint' => false, 'throw' => false, ), ), 'links' => array ( '/var/www/public/storage' => '/var/www/storage/app/public', ), ), 'hashing' => array ( 'driver' => 'bcrypt', 'bcrypt' => array ( 'rounds' => 10, ), 'argon' => array ( 'memory' => 65536, 'threads' => 1, 'time' => 4, ), ), 'image' => array ( 'driver' => 'gd', ), '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/storage/logs/laravel.log', 'level' => 'debug', ), 'daily' => array ( 'driver' => 'daily', 'path' => '/var/www/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' => '/var/www/storage/logs/laravel.log', ), ), ), 'mail' => array ( 'default' => 'smtp', 'mailers' => array ( 'smtp' => array ( 'transport' => 'smtp', 'host' => 'smtp.mailtrap.io', 'port' => '2525', 'encryption' => 'TLS/SSL', 'username' => 'hello@example.com', 'password' => '12345', 'timeout' => NULL, 'local_domain' => NULL, ), 'ses' => array ( 'transport' => 'ses', ), 'mailgun' => array ( 'transport' => 'mailgun', ), 'postmark' => array ( 'transport' => 'postmark', ), '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', ), ), ), 'from' => array ( 'address' => 'hello@example.com', 'name' => 'Example', ), 'markdown' => array ( 'theme' => 'default', 'paths' => array ( 0 => '/var/www/resources/views/vendor/mail', ), ), ), 'newsletter' => array ( 'driver' => 'Spatie\\Newsletter\\Drivers\\MailcoachDriver', 'driver_arguments' => array ( 'api_key' => NULL, 'endpoint' => NULL, ), 'default_list_name' => 'subscribers', 'lists' => array ( 'subscribers' => array ( 'id' => NULL, ), ), 'apiKey' => NULL, 'defaultListName' => 'subscribers', 'ssl' => true, ), 'paypal' => array ( 'mode' => 'sandbox', 'sandbox' => array ( 'username' => '', 'password' => '', 'secret' => '', 'certificate' => '', 'app_id' => 'APP-80W284485P519543T', ), 'live' => array ( 'username' => '', 'password' => '', 'secret' => '', 'certificate' => '', 'app_id' => '', ), 'payment_action' => 'Sale', 'currency' => 'USD', 'notify_url' => '', 'locale' => '', 'validate_ssl' => true, 'billing_type' => 'MerchantInitiatedBilling', ), 'pdf' => array ( 'mode' => '', 'format' => 'A4', 'default_font_size' => '12', 'default_font' => 'sans-serif', 'margin_left' => 10, 'margin_right' => 10, 'margin_top' => 10, 'margin_bottom' => 10, 'margin_header' => 0, 'margin_footer' => 0, 'orientation' => 'P', 'title' => 'mPDF', 'subject' => '', 'author' => '', 'watermark' => '', 'show_watermark' => false, 'show_watermark_image' => false, 'watermark_font' => 'sans-serif', 'display_mode' => 'fullpage', 'watermark_text_alpha' => 0.1, 'watermark_image_path' => '', 'watermark_image_alpha' => 0.2, 'watermark_image_size' => 'D', 'watermark_image_position' => 'P', 'custom_font_dir' => '', 'custom_font_data' => array ( ), 'auto_language_detection' => false, 'temp_dir' => '/tmp', 'pdfa' => false, 'pdfaauto' => false, 'use_active_forms' => false, ), 'permission' => array ( 'models' => array ( 'permission' => 'Spatie\\Permission\\Models\\Permission', 'role' => 'Spatie\\Permission\\Models\\Role', ), 'table_names' => array ( 'roles' => 'roles', 'permissions' => 'permissions', 'model_has_permissions' => 'model_has_permissions', 'model_has_roles' => 'model_has_roles', 'role_has_permissions' => 'role_has_permissions', ), 'column_names' => array ( 'role_pivot_key' => NULL, 'permission_pivot_key' => NULL, 'model_morph_key' => 'model_id', 'team_foreign_key' => 'team_id', ), 'register_permission_check_method' => true, 'teams' => false, 'display_permission_in_exception' => false, 'display_role_in_exception' => false, 'enable_wildcard_permission' => false, 'cache' => array ( 'expiration_time' => DateInterval::__set_state(array( 'y' => 0, 'm' => 0, 'd' => 0, 'h' => 24, 'i' => 0, 's' => 0, 'f' => 0.0, 'weekday' => 0, 'weekday_behavior' => 0, 'first_last_day_of' => 0, 'invert' => 0, 'days' => false, 'special_type' => 0, 'special_amount' => 0, 'have_weekday_relative' => 0, 'have_special_relative' => 0, )), 'key' => 'spatie.permission.cache', 'store' => 'default', ), ), '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' => '', 'secret' => '', '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, ), ), 'failed' => array ( 'driver' => 'database-uuids', 'database' => 'mysql', 'table' => 'failed_jobs', ), ), 'services' => array ( 'mailgun' => array ( 'domain' => NULL, 'secret' => NULL, 'endpoint' => 'api.mailgun.net', 'scheme' => 'https', ), 'postmark' => array ( 'token' => NULL, ), 'ses' => array ( 'key' => '', 'secret' => '', 'region' => 'us-east-1', ), ), 'session' => array ( 'driver' => 'file', 'lifetime' => '120', 'expire_on_close' => false, 'encrypt' => false, 'files' => '/var/www/storage/framework/sessions', 'connection' => NULL, 'table' => 'sessions', 'store' => NULL, 'lottery' => array ( 0 => 2, 1 => 100, ), 'cookie' => 'aknaproff_session', 'path' => '/', 'domain' => NULL, 'secure' => NULL, 'http_only' => true, 'same_site' => 'lax', ), 'view' => array ( 'paths' => array ( 0 => '/var/www/custom_views', 1 => '/var/www/resources/views', ), 'compiled' => '/var/www/storage/framework/views', ), 'webhook-server' => array ( 'queue' => 'default', 'connection' => NULL, 'http_verb' => 'post', 'proxy' => NULL, 'signer' => 'Spatie\\WebhookServer\\Signer\\DefaultSigner', 'signature_header_name' => 'Signature', 'headers' => array ( 'Content-Type' => 'application/json', ), 'timeout_in_seconds' => 3, 'tries' => 3, 'backoff_strategy' => 'Spatie\\WebhookServer\\BackoffStrategy\\ExponentialBackoffStrategy', 'webhook_job' => 'Spatie\\WebhookServer\\CallWebhookJob', 'verify_ssl' => true, 'throw_exception_on_failure' => false, 'tags' => array ( ), ), '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, ), 'Spatie\\FlareClient\\FlareMiddleware\\CensorRequestBodyFields' => array ( 'censor_fields' => array ( 0 => 'password', 1 => 'password_confirmation', ), ), 'Spatie\\FlareClient\\FlareMiddleware\\CensorRequestHeaders' => array ( 'headers' => array ( 0 => 'API-KEY', ), ), ), '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', ), 'ignored_solution_providers' => array ( ), 'enable_runnable_solutions' => NULL, 'remote_sites_path' => '/var/www', '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', ), ), 'tinker' => array ( 'commands' => array ( ), 'alias' => array ( ), 'dont_alias' => array ( 0 => 'App\\Nova', ), ), );