D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
dentostock.com
/
bootstrap
/
cache
/
Filename :
config.php
back
Copy
<?php return array ( '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', ), 'app' => array ( 'name' => '6valley1765821488', 'env' => 'live', 'debug' => false, 'url' => 'https://dentostock.com', 'frontend_url' => 'http://localhost:3000', 'asset_url' => NULL, 'timezone' => 'Asia/Dhaka', 'locale' => 'en', 'fallback_locale' => 'en', 'faker_locale' => 'en_US', 'cipher' => 'AES-256-CBC', 'key' => 'base64:kV54n6IBIYj+V9/CP3+UkVbyz/PSavCMkuRPnpVzWpA=', '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', 24 => 'App\\Providers\\AuthServiceProvider', 25 => 'App\\Providers\\FirebaseServiceProvider', 26 => 'App\\Providers\\RouteServiceProvider', 27 => 'App\\Providers\\MailConfigServiceProvider', 28 => 'App\\Providers\\PaymentConfigProvider', 29 => 'App\\Providers\\ConfigServiceProvider', 30 => 'App\\Providers\\ThemeServiceProvider', 31 => 'App\\Providers\\SocialLoginServiceProvider', 32 => 'App\\Providers\\InterfaceServiceProvider', 33 => 'App\\Providers\\ObserverServiceProvider', 34 => 'Intervention\\Image\\ImageServiceProvider', 35 => 'Maatwebsite\\Excel\\ExcelServiceProvider', 36 => 'Madnest\\Madzipper\\MadzipperServiceProvider', ), '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', ), ), 'auth' => array ( 'defaults' => array ( 'guard' => 'web', 'passwords' => 'users', ), 'guards' => array ( 'web' => array ( 'driver' => 'session', 'provider' => 'users', ), 'api' => array ( 'driver' => 'passport', 'provider' => 'users', ), 'admin' => array ( 'driver' => 'session', 'provider' => 'admins', ), 'seller' => array ( 'driver' => 'session', 'provider' => 'sellers', ), 'customer' => array ( 'driver' => 'session', 'provider' => 'users', ), 'sanctum' => array ( 'driver' => 'sanctum', 'provider' => NULL, ), ), 'providers' => array ( 'users' => array ( 'driver' => 'eloquent', 'model' => 'App\\User', ), 'admins' => array ( 'driver' => 'eloquent', 'model' => 'App\\Models\\Admin', ), 'sellers' => array ( 'driver' => 'eloquent', 'model' => 'App\\Models\\Seller', ), ), 'passwords' => array ( 'users' => array ( 'provider' => 'users', 'table' => 'password_resets', 'expire' => 60, 'throttle' => 60, ), 'admins' => array ( 'provider' => 'admins', 'table' => 'password_resets', 'expire' => 60, 'throttle' => 60, ), 'sellers' => array ( 'provider' => 'sellers', 'table' => 'password_resets', 'expire' => 60, 'throttle' => 60, ), ), 'password_timeout' => 10800, ), 'broadcasting' => array ( 'default' => 'log', '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' => '', 'secret' => '', 'app_id' => '', 'options' => array ( 'cluster' => 'mt1', 'useTLS' => true, ), ), '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', ), 'session' => array ( 'driver' => 'session', 'key' => '_cache', ), 'database' => array ( 'driver' => 'database', 'table' => 'cache', 'connection' => NULL, ), 'file' => array ( 'driver' => 'file', 'path' => '/home/forge/dentostock.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', ), 'dynamodb' => array ( 'driver' => 'dynamodb', 'key' => '', 'secret' => '', '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' => '6valley1765821488_cache', ), 'database' => array ( 'default' => 'mysql', 'connections' => array ( 'sqlite' => array ( 'driver' => 'sqlite', 'url' => NULL, 'database' => 'dentostock_db', 'prefix' => '', 'foreign_key_constraints' => true, ), 'mysql' => array ( 'driver' => 'mysql', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'dentostock_db', 'username' => 'dentouser', 'password' => 'strongpassword123', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'prefix_indexes' => true, 'strict' => false, 'engine' => NULL, 'options' => array ( ), ), 'mariadb' => array ( 'driver' => 'mariadb', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'dentostock_db', 'username' => 'dentouser', 'password' => 'strongpassword123', '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' => 'dentostock_db', 'username' => 'dentouser', 'password' => 'strongpassword123', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, 'schema' => 'public', 'sslmode' => 'prefer', ), 'sqlsrv' => array ( 'driver' => 'sqlsrv', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'dentostock_db', 'username' => 'dentouser', 'password' => 'strongpassword123', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, ), ), 'migrations' => 'migrations', 'redis' => array ( 'client' => 'phpredis', 'options' => array ( 'cluster' => 'redis', 'prefix' => '6valley1765821488_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', ), ), ), 'debugbar' => array ( 'enabled' => NULL, 'hide_empty_tabs' => false, 'except' => array ( 0 => 'telescope*', 1 => 'horizon*', ), 'storage' => array ( 'enabled' => true, 'open' => NULL, 'driver' => 'file', 'path' => '/home/forge/dentostock.com/storage/debugbar', 'connection' => NULL, 'provider' => '', 'hostname' => '127.0.0.1', 'port' => 2304, ), 'editor' => 'phpstorm', 'remote_sites_path' => NULL, 'local_sites_path' => NULL, 'include_vendors' => true, 'capture_ajax' => true, 'add_ajax_timing' => false, 'ajax_handler_auto_show' => true, 'ajax_handler_enable_tab' => true, 'defer_datasets' => 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, 'jobs' => false, 'pennant' => false, ), 'options' => array ( 'time' => array ( 'memory_usage' => false, ), 'messages' => array ( 'trace' => true, ), 'memory' => array ( 'reset_peak' => false, 'with_baseline' => false, 'precision' => 0, ), 'auth' => array ( 'show_name' => true, 'show_guards' => true, ), 'db' => array ( 'with_params' => true, 'exclude_paths' => array ( ), 'backtrace' => true, 'backtrace_exclude_paths' => array ( ), 'timeline' => false, 'duration_background' => true, 'explain' => array ( 'enabled' => false, ), 'hints' => false, 'show_copy' => true, 'slow_threshold' => false, 'memory_usage' => false, 'soft_limit' => 300, 'hard_limit' => 500, ), 'mail' => array ( 'timeline' => false, 'show_body' => true, ), 'views' => array ( 'timeline' => false, 'data' => false, 'group' => 50, 'exclude_paths' => array ( 0 => 'vendor/filament', ), ), 'route' => array ( 'label' => true, ), 'session' => array ( 'hiddens' => array ( ), ), 'symfony_request' => array ( 'hiddens' => array ( ), ), 'events' => array ( 'data' => false, ), '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' => '/home/forge/dentostock.com/storage/fonts', 'font_cache' => '/home/forge/dentostock.com/storage/fonts', 'temp_dir' => '/tmp', 'chroot' => '/home/forge/dentostock.com', '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, ), ), 'excel' => array ( 'exports' => array ( 'chunk_size' => 1000, 'pre_calculate_formulas' => false, 'strict_null_comparison' => false, 'csv' => array ( 'delimiter' => ',', 'enclosure' => '"', 'line_ending' => ' ', 'use_bom' => false, 'include_separator_line' => false, 'excel_compatibility' => false, 'output_encoding' => '', 'test_auto_detect' => true, ), 'properties' => array ( 'creator' => '', 'lastModifiedBy' => '', 'title' => '', 'description' => '', 'subject' => '', 'keywords' => '', 'category' => '', 'manager' => '', 'company' => '', ), ), 'imports' => array ( 'read_only' => true, 'ignore_empty' => false, 'heading_row' => array ( 'formatter' => 'slug', ), 'csv' => array ( 'delimiter' => NULL, 'enclosure' => '"', 'escape_character' => '\\', 'contiguous' => false, 'input_encoding' => 'UTF-8', ), 'properties' => array ( 'creator' => '', 'lastModifiedBy' => '', 'title' => '', 'description' => '', 'subject' => '', 'keywords' => '', 'category' => '', 'manager' => '', 'company' => '', ), ), '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, ), ), 'transactions' => array ( 'handler' => 'db', 'db' => array ( 'connection' => NULL, ), ), 'temporary_files' => array ( 'local_path' => '/home/forge/dentostock.com/storage/framework/cache/laravel-excel', 'remote_disk' => NULL, 'remote_prefix' => NULL, 'force_resync_remote' => NULL, ), ), 'filesystems' => array ( 'default' => 'local', 'disks' => array ( 'local' => array ( 'driver' => 'local', 'root' => '/home/forge/dentostock.com/storage/app', ), 'public' => array ( 'driver' => 'local', 'root' => '/home/forge/dentostock.com/storage/app/public', 'url' => 'https://dentostock.com/storage', 'visibility' => 'public', ), 's3' => array ( 'driver' => 's3', 'key' => '', 'secret' => '', 'region' => 'us-east-1', 'bucket' => '', 'url' => NULL, 'visibility' => 'public', 'endpoint' => '', ), ), 'links' => array ( '/home/forge/dentostock.com/public/storage' => '/home/forge/dentostock.com/storage/app/public', ), 'cloud' => 's3', ), 'flutterwave' => array ( 'publicKey' => NULL, 'secretKey' => NULL, 'secretHash' => '', ), 'hashing' => array ( 'driver' => 'bcrypt', 'bcrypt' => array ( 'rounds' => 10, ), 'argon' => array ( 'memory' => 1024, 'threads' => 2, 'time' => 2, ), 'rehash_on_login' => true, ), 'image' => array ( 'driver' => 'gd', ), 'laravel-toaster-magic' => array ( 'options' => array ( 'closeButton' => true, 'positionClass' => 'toast-top-end', 'preventDuplicates' => false, 'showDuration' => '300', 'timeOut' => '5000', 'theme' => 'default', ), 'livewire_enabled' => false, 'livewire_version' => 'v3', 'system_processing_directory' => 'root', ), 'localizator' => array ( 'localize' => array ( 'default' => true, 'json' => true, ), 'search' => array ( 'dirs' => array ( 0 => 'resources/views', ), 'patterns' => array ( 0 => '*.php', ), 'functions' => array ( 0 => '__', 1 => 'trans', 2 => '@lang', ), ), 'sort' => true, ), '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' => '/home/forge/dentostock.com/storage/logs/laravel.log', 'level' => 'debug', ), 'daily' => array ( 'driver' => 'daily', 'path' => '/home/forge/dentostock.com/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, ), ), 'stderr' => array ( 'driver' => 'monolog', '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' => '/home/forge/dentostock.com/storage/logs/laravel.log', ), ), ), 'mail' => array ( 'default' => 'log', 'mailers' => array ( 'smtp' => array ( 'transport' => 'smtp', 'scheme' => NULL, 'url' => NULL, 'host' => '127.0.0.1', 'port' => 2525, 'username' => NULL, 'password' => NULL, 'timeout' => NULL, 'local_domain' => 'dentostock.com', ), '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', ), 'retry_after' => 60, ), 'roundrobin' => array ( 'transport' => 'roundrobin', 'mailers' => array ( 0 => 'ses', 1 => 'postmark', ), 'retry_after' => 60, ), ), 'from' => array ( 'address' => 'hello@example.com', 'name' => 'Example', ), 'markdown' => array ( 'theme' => 'default', 'paths' => array ( 0 => '/home/forge/dentostock.com/resources/views/vendor/mail', ), ), 'driver' => 'smtp', 'host' => 'smtp.mailgun.org', 'port' => 587, 'encryption' => 'tls', 'username' => NULL, 'password' => NULL, 'sendmail' => '/usr/sbin/sendmail -bs', 'log_channel' => NULL, ), 'modules' => array ( 'namespace' => 'Modules', 'stubs' => array ( 'enabled' => false, 'path' => '/home/forge/dentostock.com/vendor/nwidart/laravel-modules/src/Commands/stubs', 'files' => array ( 'routes/web' => 'routes/web.php', 'routes/api' => 'routes/api.php', 'views/index' => 'resources/views/index.blade.php', 'views/master' => 'resources/views/layouts/master.blade.php', 'scaffold/config' => 'config/config.php', 'composer' => 'composer.json', 'assets/js/app' => 'resources/assets/js/app.js', 'assets/sass/app' => 'resources/assets/sass/app.scss', 'vite' => 'vite.config.js', 'package' => 'package.json', ), 'replacements' => array ( 'routes/web' => array ( 0 => 'LOWER_NAME', 1 => 'STUDLY_NAME', 2 => 'MODULE_NAMESPACE', 3 => 'CONTROLLER_NAMESPACE', ), 'routes/api' => array ( 0 => 'LOWER_NAME', 1 => 'STUDLY_NAME', ), 'vite' => array ( 0 => 'LOWER_NAME', ), 'json' => array ( 0 => 'LOWER_NAME', 1 => 'STUDLY_NAME', 2 => 'MODULE_NAMESPACE', 3 => 'PROVIDER_NAMESPACE', ), 'views/index' => array ( 0 => 'LOWER_NAME', ), 'views/master' => array ( 0 => 'LOWER_NAME', 1 => 'STUDLY_NAME', ), 'scaffold/config' => array ( 0 => 'STUDLY_NAME', ), 'composer' => array ( 0 => 'LOWER_NAME', 1 => 'STUDLY_NAME', 2 => 'VENDOR', 3 => 'AUTHOR_NAME', 4 => 'AUTHOR_EMAIL', 5 => 'MODULE_NAMESPACE', 6 => 'PROVIDER_NAMESPACE', ), ), 'gitkeep' => true, ), 'paths' => array ( 'modules' => '/home/forge/dentostock.com/Modules', 'assets' => '/home/forge/dentostock.com/public/modules', 'migration' => '/home/forge/dentostock.com/database/migrations', 'generator' => array ( 'config' => array ( 'path' => 'config', 'generate' => true, ), 'command' => array ( 'path' => 'app/Console', 'generate' => false, ), 'channels' => array ( 'path' => 'app/Broadcasting', 'generate' => false, ), 'migration' => array ( 'path' => 'database/migrations', 'generate' => true, ), 'seeder' => array ( 'path' => 'database/seeders', 'namespace' => 'database/seeders', 'generate' => true, ), 'factory' => array ( 'path' => 'database/factories', 'generate' => true, ), 'model' => array ( 'path' => 'app/Models', 'generate' => true, ), 'observer' => array ( 'path' => 'app/Observers', 'generate' => false, ), 'routes' => array ( 'path' => 'routes', 'generate' => true, ), 'controller' => array ( 'path' => 'app/Http/Controllers', 'generate' => true, ), 'filter' => array ( 'path' => 'app/Http/Middleware', 'generate' => true, ), 'request' => array ( 'path' => 'app/Http/Requests', 'generate' => true, ), 'provider' => array ( 'path' => 'app/Providers', 'generate' => true, ), 'assets' => array ( 'path' => 'resources/assets', 'generate' => true, ), 'lang' => array ( 'path' => 'lang', 'generate' => true, ), 'views' => array ( 'path' => 'resources/views', 'generate' => true, ), 'test' => array ( 'path' => 'tests/Unit', 'generate' => true, ), 'test-feature' => array ( 'path' => 'tests/Feature', 'generate' => true, ), 'repository' => array ( 'path' => 'app/Repositories', 'generate' => false, ), 'event' => array ( 'path' => 'app/Events', 'generate' => false, ), 'listener' => array ( 'path' => 'app/Listeners', 'generate' => false, ), 'policies' => array ( 'path' => 'app/Policies', 'generate' => false, ), 'rules' => array ( 'path' => 'app/Rules', 'generate' => false, ), 'jobs' => array ( 'path' => 'app/Jobs', 'generate' => false, ), 'emails' => array ( 'path' => 'app/Emails', 'generate' => false, ), 'notifications' => array ( 'path' => 'app/Notifications', 'generate' => false, ), 'resource' => array ( 'path' => 'app/Resources', 'generate' => false, ), 'component-view' => array ( 'path' => 'resources/views/components', 'generate' => false, ), 'component-class' => array ( 'path' => 'app/View/Components', 'generate' => false, ), ), ), 'commands' => array ( 0 => 'Nwidart\\Modules\\Commands\\CommandMakeCommand', 1 => 'Nwidart\\Modules\\Commands\\ComponentClassMakeCommand', 2 => 'Nwidart\\Modules\\Commands\\ComponentViewMakeCommand', 3 => 'Nwidart\\Modules\\Commands\\ControllerMakeCommand', 4 => 'Nwidart\\Modules\\Commands\\ChannelMakeCommand', 5 => 'Nwidart\\Modules\\Commands\\DisableCommand', 6 => 'Nwidart\\Modules\\Commands\\DumpCommand', 7 => 'Nwidart\\Modules\\Commands\\EnableCommand', 8 => 'Nwidart\\Modules\\Commands\\EventMakeCommand', 9 => 'Nwidart\\Modules\\Commands\\FactoryMakeCommand', 10 => 'Nwidart\\Modules\\Commands\\JobMakeCommand', 11 => 'Nwidart\\Modules\\Commands\\ListenerMakeCommand', 12 => 'Nwidart\\Modules\\Commands\\MailMakeCommand', 13 => 'Nwidart\\Modules\\Commands\\MiddlewareMakeCommand', 14 => 'Nwidart\\Modules\\Commands\\NotificationMakeCommand', 15 => 'Nwidart\\Modules\\Commands\\ObserverMakeCommand', 16 => 'Nwidart\\Modules\\Commands\\PolicyMakeCommand', 17 => 'Nwidart\\Modules\\Commands\\ProviderMakeCommand', 18 => 'Nwidart\\Modules\\Commands\\InstallCommand', 19 => 'Nwidart\\Modules\\Commands\\LaravelModulesV6Migrator', 20 => 'Nwidart\\Modules\\Commands\\ListCommand', 21 => 'Nwidart\\Modules\\Commands\\ModuleDeleteCommand', 22 => 'Nwidart\\Modules\\Commands\\ModuleMakeCommand', 23 => 'Nwidart\\Modules\\Commands\\MigrateCommand', 24 => 'Nwidart\\Modules\\Commands\\MigrateFreshCommand', 25 => 'Nwidart\\Modules\\Commands\\MigrateRefreshCommand', 26 => 'Nwidart\\Modules\\Commands\\MigrateResetCommand', 27 => 'Nwidart\\Modules\\Commands\\MigrateRollbackCommand', 28 => 'Nwidart\\Modules\\Commands\\MigrateStatusCommand', 29 => 'Nwidart\\Modules\\Commands\\MigrationMakeCommand', 30 => 'Nwidart\\Modules\\Commands\\ModelMakeCommand', 31 => 'Nwidart\\Modules\\Commands\\ResourceMakeCommand', 32 => 'Nwidart\\Modules\\Commands\\RequestMakeCommand', 33 => 'Nwidart\\Modules\\Commands\\RuleMakeCommand', 34 => 'Nwidart\\Modules\\Commands\\RouteProviderMakeCommand', 35 => 'Nwidart\\Modules\\Commands\\PublishCommand', 36 => 'Nwidart\\Modules\\Commands\\PublishConfigurationCommand', 37 => 'Nwidart\\Modules\\Commands\\PublishMigrationCommand', 38 => 'Nwidart\\Modules\\Commands\\PublishTranslationCommand', 39 => 'Nwidart\\Modules\\Commands\\SeedCommand', 40 => 'Nwidart\\Modules\\Commands\\SeedMakeCommand', 41 => 'Nwidart\\Modules\\Commands\\SetupCommand', 42 => 'Nwidart\\Modules\\Commands\\TestMakeCommand', 43 => 'Nwidart\\Modules\\Commands\\UnUseCommand', 44 => 'Nwidart\\Modules\\Commands\\UpdateCommand', 45 => 'Nwidart\\Modules\\Commands\\UseCommand', ), 'scan' => array ( 'enabled' => false, 'paths' => array ( 0 => '/home/forge/dentostock.com/vendor/*/*', ), ), 'composer' => array ( 'vendor' => 'nwidart', 'author' => array ( 'name' => 'Nicolas Widart', 'email' => 'n.widart@gmail.com', ), 'composer-output' => false, ), 'cache' => array ( 'enabled' => false, 'driver' => 'file', 'key' => 'laravel-modules', 'lifetime' => 60, ), 'register' => array ( 'translations' => true, 'files' => 'register', ), 'activators' => array ( 'file' => array ( 'class' => 'Nwidart\\Modules\\Activators\\FileActivator', 'statuses-file' => '/home/forge/dentostock.com/modules_statuses.json', 'cache-key' => 'activator.installed', 'cache-lifetime' => 604800, ), ), 'activator' => 'file', ), 'nexmo' => array ( 'api_key' => '', 'api_secret' => '', 'signature_secret' => '', 'private_key' => '', 'application_id' => '', 'app' => array ( 'name' => 'NexmoLaravel', 'version' => '1.1.2', ), 'http_client' => '', ), 'openai' => array ( 'api_key' => NULL, 'organization' => NULL, 'request_timeout' => 30, ), 'passport' => array ( 'guard' => 'web', 'private_key' => NULL, 'public_key' => NULL, 'connection' => NULL, 'client_uuids' => false, 'personal_access_client' => array ( 'id' => NULL, 'secret' => NULL, ), ), 'paypal' => array ( 'client_id' => '', 'secret' => '', 'settings' => array ( 'mode' => 'sandbox', 'http.ConnectionTimeOut' => 30, 'log.LogEnabled' => true, 'log.FileName' => '/home/forge/dentostock.com/storage/logs/paypal.log', 'log.LogLevel' => 'ERROR', ), ), 'paytm' => array ( 'env' => 'production', 'merchant_id' => '', 'merchant_key' => '', 'merchant_website' => '', 'channel' => '', 'industry_type' => '', ), 'payuz' => array ( 'pay_assets_path' => '/vendor/pay-uz', 'control_panel' => array ( 'middleware' => NULL, ), 'multi_transaction' => true, ), '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, 'block_for' => 0, ), 'sqs' => array ( 'driver' => 'sqs', 'key' => '', 'secret' => '', '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, ), 'deferred' => array ( 'driver' => 'deferred', ), 'failover' => array ( 'driver' => 'failover', 'connections' => array ( 0 => 'database', 1 => 'deferred', ), ), ), 'batching' => array ( 'database' => 'mysql', 'table' => 'job_batches', ), 'failed' => array ( 'driver' => 'database', 'database' => 'mysql', 'table' => 'failed_jobs', ), ), 'razor' => array ( 'razor_key' => '', 'razor_secret' => '', ), 'services' => array ( 'postmark' => array ( 'token' => NULL, ), 'resend' => array ( 'key' => NULL, ), 'ses' => array ( 'key' => '', 'secret' => '', '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', ), 'google' => array ( 'client_id' => '', 'client_secret' => '', 'redirect' => 'https://dentostock.com/customer/auth/login/google/callback', ), 'facebook' => array ( 'client_id' => '', 'client_secret' => '', 'redirect' => 'https://dentostock.com/customer/auth/login/facebook/callback', ), 'twitter' => array ( 'client_id' => NULL, 'client_secret' => NULL, 'redirect' => NULL, ), ), 'session' => array ( 'driver' => 'file', 'lifetime' => '60', 'expire_on_close' => false, 'encrypt' => false, 'files' => '/home/forge/dentostock.com/storage/framework/sessions', 'connection' => NULL, 'table' => 'sessions', 'store' => NULL, 'lottery' => array ( 0 => 2, 1 => 100, ), 'cookie' => '6valley1765821488_session', 'path' => '/', 'domain' => NULL, 'secure' => false, 'http_only' => true, 'same_site' => NULL, 'partitioned' => false, ), 'sslcommerz' => array ( 'projectPath' => NULL, 'apiDomain' => 'https://sandbox.sslcommerz.com', 'apiCredentials' => array ( 'store_id' => '', 'store_password' => '', ), 'apiUrl' => array ( 'make_payment' => '/gwprocess/v4/api.php', 'transaction_status' => '/validator/api/merchantTransIDvalidationAPI.php', 'order_validate' => '/validator/api/validationserverAPI.php', 'refund_payment' => '/validator/api/merchantTransIDvalidationAPI.php', 'refund_status' => '/validator/api/merchantTransIDvalidationAPI.php', ), 'connect_from_localhost' => true, 'success_url' => '/success', 'failed_url' => '/fail', 'cancel_url' => '/cancel', 'ipn_url' => '/ipn', ), 'system-addons' => array ( 'admin_panel' => array ( 'active' => '1', 'username' => 'agbonayeosaru', 'purchase_key' => 'asdfsadfsadf31sd6f12sdfdfsdfa', 'software_id' => 'MzE0NDg1OTc=', 'domain' => 'dentostock.com', 'software_type' => 'product', ), 'vendor_panel' => array ( 'active' => '0', 'username' => '', 'purchase_key' => '', 'software_id' => '', 'domain' => '', 'software_type' => 'addon', ), 'user_app' => array ( 'active' => '0', 'username' => '', 'purchase_key' => '', 'software_id' => '', 'domain' => '', 'software_type' => 'addon', ), 'vendor_app' => array ( 'active' => '0', 'username' => '', 'purchase_key' => '', 'software_id' => '', 'domain' => '', 'software_type' => 'addon', ), 'deliveryman_app' => array ( 'active' => '1', 'name' => 'Kaseem Gibbs', 'identifier' => 'tewuqozum@mailinator.com', 'username' => 'gutewag', 'purchase_key' => 'Accusantium blanditi', 'software_id' => 'MzYwODUwNDE=', 'domain' => '127.0.0.1:8000', 'software_type' => 'addon', 'errors' => array ( ), ), 'theme_lifestyle' => array ( 'active' => '0', 'username' => '', 'purchase_key' => '', 'software_id' => '', 'domain' => '', 'software_type' => 'addon', ), ), 'toastr' => array ( 'options' => array ( 'closeButton' => false, 'debug' => false, 'newestOnTop' => false, 'progressBar' => false, 'positionClass' => 'toast-bottom-left', 'preventDuplicates' => false, 'onclick' => NULL, 'showDuration' => '300', 'hideDuration' => '1000', 'timeOut' => '15000', 'extendedTimeOut' => '1000', 'showEasing' => 'swing', 'hideEasing' => 'linear', 'showMethod' => 'fadeIn', 'hideMethod' => 'fadeOut', ), ), 'view' => array ( 'paths' => array ( 0 => '/home/forge/dentostock.com/resources/views', ), 'compiled' => '/home/forge/dentostock.com/storage/framework/views', ), 'laravel-geo-genius' => array ( 'app_locale' => 'en', 'translate' => array ( 'auto_translate' => true, ), 'cache' => array ( 'ttl_minutes' => 10080, ), 'phone_input' => array ( 'initial_country' => 'us', 'only_countries_mode' => false, 'only_countries_array' => array ( 0 => 'us', ), 'auto_insert_dial_code' => false, 'national_mode' => false, 'separate_dial_code' => false, 'show_selected_dial_code' => true, 'auto_placeholder' => 'off', ), 'system_processing_directory' => 'root', ), 'sanctum' => array ( 'stateful' => array ( 0 => 'localhost', 1 => 'localhost:3000', 2 => '127.0.0.1', 3 => '127.0.0.1:8000', 4 => '::1', 5 => 'dentostock.com', ), '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', ), ), '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' => '/home/forge/dentostock.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', ), ), 'sitemap' => array ( 'guzzle_options' => array ( 'cookies' => true, 'connect_timeout' => 10, 'timeout' => 10, 'allow_redirects' => false, ), 'execute_javascript' => false, 'chrome_binary_path' => NULL, 'crawl_profile' => 'Spatie\\Sitemap\\Crawler\\Profile', ), 'ai' => array ( 'name' => 'AI', 'thumbnail' => 'https://dentostock.com/public/Modules/AI/module-assets/thumbnail.png', ), 'blog' => array ( 'name' => 'Blog', 'thumbnail' => 'https://dentostock.com/public/Modules/Blog/module-assets/thumbnail.png', ), 'taxmodule' => array ( 'name' => 'TaxModule', 'project' => '6valley', 'version' => '1.0.0', 'pagination' => 10, 'country_type' => 'single', 'thumbnail' => 'https://dentostock.com/public/Modules/TaxModule/module-assets/thumbnail.png', ), 'tinker' => array ( 'commands' => array ( ), 'alias' => array ( ), 'dont_alias' => array ( 0 => 'App\\Nova', ), ), );