Files
wticreatorstudio/bootstrap/cache/config.php
Fritz Ramirez 10d0c477c8 Initial commit
2024-02-12 22:54:20 -05:00

3000 lines
72 KiB
PHP

<?php return array (
'analytics' =>
array (
'view_id' => '',
'service_account_credentials_json' => '/home/studioppls/public_html/storage/service-account-credentials.json',
'cache_lifetime_in_minutes' => 1440,
'cache' =>
array (
'store' => 'file',
),
),
'app' =>
array (
'name' => '365-Studio',
'sync' => false,
'force_https' => true,
'env' => 'production',
'debug' => false,
'url' => 'https://wticreatorstudio.com',
'asset_url' => NULL,
'timezone' => 'US/Eastern',
'locale' => 'en',
'fallback_locale' => 'default',
'map_api_key' => '',
'map_api_status' => 'false',
'map_api_country_1' => '',
'map_api_country_2' => '',
'map_api_country_3' => '',
'map_api_country_4' => '',
'map_api_country_5' => '',
'faker_locale' => 'en_US',
'key' => 'base64:YnJ1wA/E655rDJDzAYYz1B+qsMA+XiSYnn+sWM7sFF4=',
'cipher' => 'AES-256-CBC',
'recaptcha_version' => NULL,
'recaptcha_invisible' => NULL,
'recaptcha_site_key' => NULL,
'recaptcha_secret_key' => NULL,
'recaptcha_for_login' => NULL,
'recaptcha_for_reg' => NULL,
'recaptcha_for_email' => NULL,
'recaptcha_for_contact' => NULL,
'recaptcha_for_checkout' => NULL,
'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 => 'Unicodeveloper\\Paystack\\PaystackServiceProvider',
23 => 'niklasravnsborg\\LaravelPdf\\PdfServiceProvider',
24 => 'Anand\\LaravelPaytmWallet\\PaytmWalletServiceProvider',
25 => 'KingFlamez\\Rave\\RaveServiceProvider',
26 => 'Jorenvh\\Share\\Providers\\ShareServiceProvider',
27 => 'Yajra\\DataTables\\DataTablesServiceProvider',
28 => 'Maatwebsite\\Excel\\ExcelServiceProvider',
29 => 'Intervention\\Image\\ImageServiceProvider',
30 => 'App\\Providers\\GeneralSettingsServiceProvider',
31 => 'Laravel\\Socialite\\SocialiteServiceProvider',
32 => 'Milon\\Barcode\\BarcodeServiceProvider',
33 => 'App\\Providers\\AppServiceProvider',
34 => 'App\\Providers\\AuthServiceProvider',
35 => 'App\\Providers\\EventServiceProvider',
36 => 'App\\Providers\\RouteServiceProvider',
37 => 'App\\Providers\\TelescopeServiceProvider',
38 => 'App\\Providers\\BackendServiceProvider',
),
'aliases' =>
array (
'App' => 'Illuminate\\Support\\Facades\\App',
'Arr' => 'Illuminate\\Support\\Arr',
'Artisan' => 'Illuminate\\Support\\Facades\\Artisan',
'Auth' => 'Illuminate\\Support\\Facades\\Auth',
'Blade' => 'Illuminate\\Support\\Facades\\Blade',
'Broadcast' => 'Illuminate\\Support\\Facades\\Broadcast',
'Bus' => 'Illuminate\\Support\\Facades\\Bus',
'Cache' => 'Illuminate\\Support\\Facades\\Cache',
'Config' => 'Illuminate\\Support\\Facades\\Config',
'Cookie' => 'Illuminate\\Support\\Facades\\Cookie',
'Crypt' => 'Illuminate\\Support\\Facades\\Crypt',
'DB' => 'Illuminate\\Support\\Facades\\DB',
'Eloquent' => 'Illuminate\\Database\\Eloquent\\Model',
'Event' => 'Illuminate\\Support\\Facades\\Event',
'File' => 'Illuminate\\Support\\Facades\\File',
'Gate' => 'Illuminate\\Support\\Facades\\Gate',
'Hash' => 'Illuminate\\Support\\Facades\\Hash',
'Http' => 'Illuminate\\Support\\Facades\\Http',
'Lang' => 'Illuminate\\Support\\Facades\\Lang',
'Log' => 'Illuminate\\Support\\Facades\\Log',
'Mail' => 'Illuminate\\Support\\Facades\\Mail',
'Notification' => 'Illuminate\\Support\\Facades\\Notification',
'Password' => 'Illuminate\\Support\\Facades\\Password',
'Queue' => 'Illuminate\\Support\\Facades\\Queue',
'Redirect' => 'Illuminate\\Support\\Facades\\Redirect',
'Redis' => 'Illuminate\\Support\\Facades\\Redis',
'Request' => 'Illuminate\\Support\\Facades\\Request',
'Response' => 'Illuminate\\Support\\Facades\\Response',
'Route' => 'Illuminate\\Support\\Facades\\Route',
'Schema' => 'Illuminate\\Support\\Facades\\Schema',
'Session' => 'Illuminate\\Support\\Facades\\Session',
'Storage' => 'Illuminate\\Support\\Facades\\Storage',
'Str' => 'Illuminate\\Support\\Str',
'URL' => 'Illuminate\\Support\\Facades\\URL',
'Validator' => 'Illuminate\\Support\\Facades\\Validator',
'View' => 'Illuminate\\Support\\Facades\\View',
'Image' => 'Intervention\\Image\\Facades\\Image',
'LogActivity' => 'Modules\\UserActivityLog\\Traits\\LogActivity',
'Socialite' => 'Laravel\\Socialite\\Facades\\Socialite',
'Paystack' => 'Unicodeveloper\\Paystack\\Facades\\Paystack',
'PDF' => 'niklasravnsborg\\LaravelPdf\\Facades\\Pdf',
'PaytmWallet' => 'Anand\\LaravelPaytmWallet\\Facades\\PaytmWallet',
'Rave' => 'KingFlamez\\Rave\\Facades\\Rave',
'Share' => 'Jorenvh\\Share\\ShareFacade',
'Excel' => 'Maatwebsite\\Excel\\Facades\\Excel',
'DNS1D' => 'Milon\\Barcode\\Facades\\DNS1DFacade',
'DNS2D' => 'Milon\\Barcode\\Facades\\DNS2DFacade',
),
),
'auth' =>
array (
'defaults' =>
array (
'guard' => 'web',
'passwords' => 'users',
),
'guards' =>
array (
'web' =>
array (
'driver' => 'session',
'provider' => 'users',
),
'api' =>
array (
'driver' => 'token',
'provider' => 'users',
'hash' => false,
),
'sanctum' =>
array (
'driver' => 'sanctum',
'provider' => NULL,
),
),
'providers' =>
array (
'users' =>
array (
'driver' => 'eloquent',
'model' => 'App\\Models\\User',
),
),
'passwords' =>
array (
'users' =>
array (
'provider' => 'users',
'table' => 'password_resets',
'expire' => 60,
'throttle' => 60,
),
),
'password_timeout' => 10800,
),
'broadcasting' =>
array (
'default' => 'pusher',
'connections' =>
array (
'pusher' =>
array (
'driver' => 'pusher',
'key' => 'b9a4af7c6d4eda49b193',
'secret' => '0b391e041f24aad662dd',
'app_id' => '1539499',
'options' =>
array (
'cluster' => 'ap1',
'useTLS' => true,
),
),
'redis' =>
array (
'driver' => 'redis',
'connection' => 'default',
),
'log' =>
array (
'driver' => 'log',
),
'null' =>
array (
'driver' => 'null',
),
),
),
'cache' =>
array (
'default' => 'file',
'stores' =>
array (
'apc' =>
array (
'driver' => 'apc',
),
'array' =>
array (
'driver' => 'array',
'serialize' => false,
),
'database' =>
array (
'driver' => 'database',
'table' => 'cache',
'connection' => NULL,
),
'file' =>
array (
'driver' => 'file',
'path' => '/home/studioppls/public_html/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' => 'AKIA3L77SO6IHGWXPMNA',
'secret' => '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',
'region' => 'us-east-1',
'table' => 'cache',
'endpoint' => NULL,
),
),
'prefix' => '365_studio_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' => false,
),
'database' =>
array (
'default' => 'mysql',
'connections' =>
array (
'sqlite' =>
array (
'driver' => 'sqlite',
'url' => NULL,
'database' => 'studioppls_evp',
'prefix' => '',
'foreign_key_constraints' => true,
),
'mysql' =>
array (
'driver' => 'mysql',
'url' => NULL,
'host' => 'localhost',
'port' => '3306',
'database' => 'studioppls_evp',
'username' => 'studioppls_studio',
'password' => '!9tmJ#Kd05%T',
'unix_socket' => '',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => false,
'engine' => 'InnoDB',
'options' =>
array (
),
),
'for_testing' =>
array (
'driver' => 'mysql',
'url' => NULL,
'host' => 'localhost',
'port' => '3306',
'database' => 'ecommerce_test',
'username' => 'studioppls_studio',
'password' => '!9tmJ#Kd05%T',
'unix_socket' => '',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'engine' => 'InnoDB',
'options' =>
array (
),
),
'pgsql' =>
array (
'driver' => 'pgsql',
'url' => NULL,
'host' => 'localhost',
'port' => '3306',
'database' => 'studioppls_evp',
'username' => 'studioppls_studio',
'password' => '!9tmJ#Kd05%T',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
'schema' => 'public',
'sslmode' => 'prefer',
),
'sqlsrv' =>
array (
'driver' => 'sqlsrv',
'url' => NULL,
'host' => 'localhost',
'port' => '3306',
'database' => 'studioppls_evp',
'username' => 'studioppls_studio',
'password' => '!9tmJ#Kd05%T',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
),
),
'migrations' => 'migrations',
'redis' =>
array (
'client' => 'phpredis',
'options' =>
array (
'cluster' => 'redis',
'prefix' => '365_studio_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,
'starts_with' => 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' => ':column :direction 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,
),
),
'datatables-buttons' =>
array (
'namespace' =>
array (
'base' => 'DataTables',
'model' => '',
),
'pdf_generator' => 'snappy',
'snappy' =>
array (
'options' =>
array (
'no-outline' => true,
'margin-left' => '0',
'margin-right' => '0',
'margin-top' => '10mm',
'margin-bottom' => '10mm',
),
'orientation' => 'landscape',
),
'parameters' =>
array (
'dom' => 'Bfrtip',
'order' =>
array (
0 =>
array (
0 => 0,
1 => 'desc',
),
),
'buttons' =>
array (
0 => 'create',
1 => 'export',
2 => 'print',
3 => 'reset',
4 => 'reload',
),
),
'generator' =>
array (
'columns' => 'id,add your columns,created_at,updated_at',
'buttons' => 'create,export,print,reset,reload',
'dom' => 'Bfrtip',
),
),
'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,
),
'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' => ',',
'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',
),
'temporary_files' =>
array (
'local_path' => '/home/studioppls/public_html/storage/framework/laravel-excel',
'remote_disk' => NULL,
'remote_prefix' => NULL,
'force_resync_remote' => NULL,
),
),
'filesystems' =>
array (
'default' => 'local',
'cloud' => 's3',
'disks' =>
array (
'local' =>
array (
'driver' => 'local',
'root' => '/home/studioppls/public_html/storage/app',
),
'public' =>
array (
'driver' => 'local',
'root' => '/home/studioppls/public_html/storage/app/public',
'url' => 'https://wticreatorstudio.com/storage',
'visibility' => 'public',
),
's3' =>
array (
'driver' => 's3',
'key' => 'AKIA3L77SO6IHGWXPMNA',
'secret' => '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',
'region' => 'us-east-1',
'bucket' => 'aws',
'url' => NULL,
'endpoint' => NULL,
),
'contabo' =>
array (
'driver' => 's3',
'key' => NULL,
'secret' => NULL,
'region' => NULL,
'bucket' => NULL,
'url' => NULL,
'endpoint' => NULL,
'use_path_style_endpoint' => true,
'throw' => false,
),
'do' =>
array (
'driver' => 's3',
'key' => NULL,
'secret' => NULL,
'region' => NULL,
'bucket' => NULL,
'endpoint' => NULL,
),
'google' =>
array (
'driver' => 'google',
'clientId' => NULL,
'clientSecret' => NULL,
'refreshToken' => NULL,
'folderId' => NULL,
),
'Wasabi' =>
array (
'driver' => 's3',
'key' => NULL,
'secret' => NULL,
'region' => NULL,
'bucket' => NULL,
'endpoint' => NULL,
),
'b2' =>
array (
'driver' => 'b2',
'accountId' => NULL,
'applicationKey' => NULL,
'bucketName' => NULL,
'bucketId' => NULL,
),
'dropbox' =>
array (
'driver' => 'dropbox',
'key' => NULL,
'secret' => NULL,
'authorization_token' => NULL,
),
'gcs' =>
array (
'driver' => 'gcs',
'bucket' => NULL,
'project_id' => NULL,
'storage_api_uri' => 'https://storage.googleapis.com',
'key_file' =>
array (
'type' => NULL,
'private_key_id' => NULL,
'private_key' => NULL,
'client_email' => NULL,
'client_id' => NULL,
'auth_uri' => NULL,
'token_uri' => NULL,
'auth_provider_x509_cert_url' => NULL,
'client_x509_cert_url' => NULL,
),
),
'uploads' =>
array (
'driver' => 'local',
'root' => '/home/studioppls/public_html/public/uploads',
),
),
'links' =>
array (
'/home/studioppls/public_html/public/storage' => '/home/studioppls/public_html/storage/app/public',
),
),
'flutterwave' =>
array (
'publicKey' => NULL,
'secretKey' => NULL,
'secretHash' => '',
),
'hashing' =>
array (
'driver' => 'bcrypt',
'bcrypt' =>
array (
'rounds' => 10,
),
'argon' =>
array (
'memory' => 1024,
'threads' => 2,
'time' => 2,
),
),
'image' =>
array (
'driver' => 'gd',
),
'laraberg' =>
array (
'use_package_routes' => true,
'middlewares' =>
array (
0 => 'web',
1 => 'auth',
),
'prefix' => 'laraberg',
'models' =>
array (
'block' => 'VanOns\\Laraberg\\Models\\Block',
'content' => 'VanOns\\Laraberg\\Models\\Content',
),
),
'laravel-share' =>
array (
'services' =>
array (
'facebook' =>
array (
'uri' => 'https://www.facebook.com/sharer/sharer.php?u=',
),
'twitter' =>
array (
'uri' => 'https://twitter.com/intent/tweet',
'text' => 'Default share text',
),
'linkedin' =>
array (
'uri' => 'https://www.linkedin.com/sharing/share-offsite',
'extra' =>
array (
'mini' => 'true',
),
),
'whatsapp' =>
array (
'uri' => 'https://wa.me/?text=',
'extra' =>
array (
'mini' => 'true',
),
),
'pinterest' =>
array (
'uri' => 'https://pinterest.com/pin/create/button/?url=',
),
'reddit' =>
array (
'uri' => 'https://www.reddit.com/submit',
'text' => 'Default share text',
),
'telegram' =>
array (
'uri' => 'https://telegram.me/share/url',
'text' => 'Default share text',
),
),
'fontAwesomeVersion' => 5,
),
'laravelpwa' =>
array (
'name' => '365-amazcart',
'manifest' =>
array (
'name' => '365-amazcart',
'short_name' => '365-amazcart',
'start_url' => '/',
'background_color' => '#ffffff',
'theme_color' => '#000000',
'display' => 'standalone',
'orientation' => 'any',
'status_bar' => 'black',
'icons' =>
array (
'72x72' =>
array (
'path' => 'public/images/icons/icon-72x72.png',
'purpose' => 'any',
),
'96x96' =>
array (
'path' => 'public/images/icons/icon-96x96.png',
'purpose' => 'any',
),
'128x128' =>
array (
'path' => 'public/images/icons/icon-128x128.png',
'purpose' => 'any',
),
'144x144' =>
array (
'path' => 'public/images/icons/icon-144x144.png',
'purpose' => 'any',
),
'152x152' =>
array (
'path' => 'public/images/icons/icon-152x152.png',
'purpose' => 'any',
),
'192x192' =>
array (
'path' => 'public/images/icons/icon-192x192.png',
'purpose' => 'any',
),
'384x384' =>
array (
'path' => 'public/images/icons/icon-384x384.png',
'purpose' => 'any',
),
'512x512' =>
array (
'path' => 'public/images/icons/icon-512x512.png',
'purpose' => 'any',
),
),
'splash' =>
array (
'640x1136' => 'public/images/icons/splash-640x1136.png',
'750x1334' => 'public/images/icons/splash-750x1334.png',
'828x1792' => 'public/images/icons/splash-828x1792.png',
'1125x2436' => 'public/images/icons/splash-1125x2436.png',
'1242x2208' => 'public/images/icons/splash-1242x2208.png',
'1242x2688' => 'public/images/icons/splash-1242x2688.png',
'1536x2048' => 'public/images/icons/splash-1536x2048.png',
'1668x2224' => 'public/images/icons/splash-1668x2224.png',
'1668x2388' => 'public/images/icons/splash-1668x2388.png',
'2048x2732' => 'public/images/icons/splash-2048x2732.png',
),
'shortcuts' =>
array (
0 =>
array (
'name' => 'Shortcut Link 1',
'description' => 'Shortcut Link 1 Description',
'url' => '/shortcutlink1',
'icons' =>
array (
'src' => 'public/images/icons/icon-72x72.png',
'purpose' => 'any',
),
),
1 =>
array (
'name' => 'Shortcut Link 2',
'description' => 'Shortcut Link 2 Description',
'url' => '/shortcutlink2',
),
),
'custom' =>
array (
),
),
),
'logging' =>
array (
'default' => 'stack',
'channels' =>
array (
'stack' =>
array (
'driver' => 'stack',
'channels' =>
array (
0 => 'daily',
),
'ignore_exceptions' => false,
),
'single' =>
array (
'driver' => 'single',
'path' => '/home/studioppls/public_html/storage/logs/laravel.log',
'level' => 'debug',
),
'daily' =>
array (
'driver' => 'daily',
'path' => '/home/studioppls/public_html/storage/logs/laravel.log',
'level' => 'debug',
'days' => 14,
),
'slack' =>
array (
'driver' => 'slack',
'url' => NULL,
'username' => 'Laravel Log',
'emoji' => ':boom:',
'level' => 'debug',
),
'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/studioppls/public_html/storage/logs/laravel.log',
),
'watermarking' =>
array (
'driver' => 'daily',
'path' => '/home/studioppls/public_html/storage/logs/watermarking.log',
'level' => 'debug',
),
'reprocessing' =>
array (
'driver' => 'daily',
'path' => '/home/studioppls/public_html/storage/logs/reprocessing.log',
'level' => 'debug',
),
'pixelme' =>
array (
'driver' => 'daily',
'path' => '/home/studioppls/public_html/storage/logs/pixelme.log',
'level' => 'debug',
),
'tracing' =>
array (
'driver' => 'daily',
'path' => '/home/studioppls/public_html/storage/logs/tracing.log',
'level' => 'debug',
),
),
),
'mail' =>
array (
'default' => 'smtp',
'mailers' =>
array (
'smtp' =>
array (
'transport' => 'smtp',
'host' => 'smtp.mailgun.org',
'port' => '587',
'encryption' => 'tls',
'username' => 'postmaster@wticreatorstudio.com',
'password' => '6b3753ea13941e31aa7f0723fc25df8e-3750a53b-da7f497e',
'timeout' => NULL,
'auth_mode' => NULL,
),
'ses' =>
array (
'transport' => 'ses',
),
'mailgun' =>
array (
'transport' => 'mailgun',
),
'postmark' =>
array (
'transport' => 'postmark',
),
'sendmail' =>
array (
'transport' => 'sendmail',
'path' => '/usr/sbin/sendmail -bs',
),
'log' =>
array (
'transport' => 'log',
'channel' => NULL,
),
'array' =>
array (
'transport' => 'array',
),
),
'from' =>
array (
'address' => 'noreply@wticreatorstudio.com',
'name' => 'WTI Creator Studio',
),
'markdown' =>
array (
'theme' => 'default',
'paths' =>
array (
0 => '/home/studioppls/public_html/resources/views/vendor/mail',
),
),
'driver' => 'log',
'host' => 'smtp.mailgun.org',
'port' => '587',
'encryption' => 'tls',
),
'modules' =>
array (
'namespace' => 'Modules',
'stubs' =>
array (
'enabled' => false,
'path' => '/home/studioppls/public_html/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',
'webpack' => 'webpack.mix.js',
'package' => 'package.json',
),
'replacements' =>
array (
'routes/web' =>
array (
0 => 'LOWER_NAME',
1 => 'STUDLY_NAME',
),
'routes/api' =>
array (
0 => 'LOWER_NAME',
),
'webpack' =>
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/studioppls/public_html/Modules',
'assets' => '/home/studioppls/public_html/public/modules',
'migration' => '/home/studioppls/public_html/database/migrations',
'generator' =>
array (
'config' =>
array (
'path' => 'Config',
'generate' => true,
),
'command' =>
array (
'path' => 'Console',
'generate' => true,
),
'migration' =>
array (
'path' => 'Database/Migrations',
'generate' => true,
),
'seeder' =>
array (
'path' => 'Database/Seeders',
'generate' => true,
),
'factory' =>
array (
'path' => 'Database/factories',
'generate' => true,
),
'model' =>
array (
'path' => 'Entities',
'generate' => true,
),
'routes' =>
array (
'path' => 'Routes',
'generate' => true,
),
'controller' =>
array (
'path' => 'Http/Controllers',
'generate' => true,
),
'filter' =>
array (
'path' => 'Http/Middleware',
'generate' => true,
),
'request' =>
array (
'path' => 'Http/Requests',
'generate' => true,
),
'provider' =>
array (
'path' => 'Providers',
'generate' => true,
),
'assets' =>
array (
'path' => 'Resources/assets',
'generate' => true,
),
'lang' =>
array (
'path' => 'Resources/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' => 'Repositories',
'generate' => false,
),
'event' =>
array (
'path' => 'Events',
'generate' => false,
),
'listener' =>
array (
'path' => 'Listeners',
'generate' => false,
),
'policies' =>
array (
'path' => 'Policies',
'generate' => false,
),
'rules' =>
array (
'path' => 'Rules',
'generate' => false,
),
'jobs' =>
array (
'path' => 'Jobs',
'generate' => false,
),
'emails' =>
array (
'path' => 'Emails',
'generate' => false,
),
'notifications' =>
array (
'path' => 'Notifications',
'generate' => false,
),
'resource' =>
array (
'path' => 'Transformers',
'generate' => false,
),
'component-view' =>
array (
'path' => 'Resources/views/components',
'generate' => false,
),
'component-class' =>
array (
'path' => 'View/Component',
'generate' => false,
),
),
),
'commands' =>
array (
0 => 'CommandMakeCommand',
1 => 'ControllerMakeCommand',
2 => 'DisableCommand',
3 => 'DumpCommand',
4 => 'EnableCommand',
5 => 'EventMakeCommand',
6 => 'JobMakeCommand',
7 => 'ListenerMakeCommand',
8 => 'MailMakeCommand',
9 => 'MiddlewareMakeCommand',
10 => 'NotificationMakeCommand',
11 => 'ProviderMakeCommand',
12 => 'RouteProviderMakeCommand',
13 => 'InstallCommand',
14 => 'ListCommand',
15 => 'ModuleDeleteCommand',
16 => 'ModuleMakeCommand',
17 => 'FactoryMakeCommand',
18 => 'PolicyMakeCommand',
19 => 'RequestMakeCommand',
20 => 'RuleMakeCommand',
21 => 'MigrateCommand',
22 => 'MigrateRefreshCommand',
23 => 'MigrateResetCommand',
24 => 'MigrateRollbackCommand',
25 => 'MigrateStatusCommand',
26 => 'MigrationMakeCommand',
27 => 'ModelMakeCommand',
28 => 'PublishCommand',
29 => 'PublishConfigurationCommand',
30 => 'PublishMigrationCommand',
31 => 'PublishTranslationCommand',
32 => 'SeedCommand',
33 => 'SeedMakeCommand',
34 => 'SetupCommand',
35 => 'UnUseCommand',
36 => 'UpdateCommand',
37 => 'UseCommand',
38 => 'ResourceMakeCommand',
39 => 'TestMakeCommand',
40 => 'LaravelModulesV6Migrator',
),
'scan' =>
array (
'enabled' => false,
'paths' =>
array (
0 => '/home/studioppls/public_html/vendor/*/*',
),
),
'composer' =>
array (
'vendor' => 'nwidart',
'author' =>
array (
'name' => 'Nicolas Widart',
'email' => 'n.widart@gmail.com',
),
),
'composer-output' => false,
'cache' =>
array (
'enabled' => false,
'key' => 'laravel-modules',
'lifetime' => 60,
),
'register' =>
array (
'translations' => true,
'files' => 'register',
),
'activators' =>
array (
'file' =>
array (
'class' => 'Nwidart\\Modules\\Activators\\FileActivator',
'statuses-file' => '/home/studioppls/public_html/modules_statuses.json',
'cache-key' => 'activator.installed',
'cache-lifetime' => 604800,
),
),
'activator' => 'file',
),
'paddle' =>
array (
'vendor_id' => NULL,
'vendor_auth_code' => NULL,
'public_key' => NULL,
'webhook_uri' => 'paddle/webhook',
'sandbox_environment' => false,
),
'paystack' =>
array (
'publicKey' => '',
'secretKey' => '',
'paymentUrl' => 'https://api.paystack.co',
'merchantEmail' => '',
),
'pdf' =>
array (
'mode' => 'utf-8',
'format' => 'A4',
'author' => '',
'subject' => '',
'keywords' => '',
'creator' => 'Laravel Pdf',
'display_mode' => 'fullpage',
'tempDir' => '/home/studioppls/public_html/./storage/temp/',
'pdf_a' => false,
'pdf_a_auto' => false,
'icc_profile_path' => '',
),
'purifier' =>
array (
'encoding' => 'UTF-8',
'finalize' => true,
'ignoreNonStrings' => false,
'cachePath' => '/home/studioppls/public_html/storage/app/purifier',
'cacheFileMode' => 493,
'settings' =>
array (
'default' =>
array (
'HTML.Doctype' => 'HTML 4.01 Transitional',
'HTML.Allowed' => 'div,b,strong,i,em,u,a[href|title],ul,ol,li,p[style],br,span[style],img[width|height|alt|src]',
'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' => true,
),
'test' =>
array (
'Attr.EnableID' => 'true',
),
'youtube' =>
array (
'HTML.SafeIframe' => 'true',
'URI.SafeIframeRegexp' => '%^(http://|https://|//)(www.youtube.com/embed/|player.vimeo.com/video/)%',
),
'custom_definition' =>
array (
'id' => 'html5-definitions',
'rev' => 1,
'debug' => false,
'elements' =>
array (
0 =>
array (
0 => 'section',
1 => 'Block',
2 => 'Flow',
3 => 'Common',
),
1 =>
array (
0 => 'nav',
1 => 'Block',
2 => 'Flow',
3 => 'Common',
),
2 =>
array (
0 => 'article',
1 => 'Block',
2 => 'Flow',
3 => 'Common',
),
3 =>
array (
0 => 'aside',
1 => 'Block',
2 => 'Flow',
3 => 'Common',
),
4 =>
array (
0 => 'header',
1 => 'Block',
2 => 'Flow',
3 => 'Common',
),
5 =>
array (
0 => 'footer',
1 => 'Block',
2 => 'Flow',
3 => 'Common',
),
6 =>
array (
0 => 'address',
1 => 'Block',
2 => 'Flow',
3 => 'Common',
),
7 =>
array (
0 => 'hgroup',
1 => 'Block',
2 => 'Required: h1 | h2 | h3 | h4 | h5 | h6',
3 => 'Common',
),
8 =>
array (
0 => 'figure',
1 => 'Block',
2 => 'Optional: (figcaption, Flow) | (Flow, figcaption) | Flow',
3 => 'Common',
),
9 =>
array (
0 => 'figcaption',
1 => 'Inline',
2 => 'Flow',
3 => 'Common',
),
10 =>
array (
0 => 'video',
1 => 'Block',
2 => 'Optional: (source, Flow) | (Flow, source) | Flow',
3 => 'Common',
4 =>
array (
'src' => 'URI',
'type' => 'Text',
'width' => 'Length',
'height' => 'Length',
'poster' => 'URI',
'preload' => 'Enum#auto,metadata,none',
'controls' => 'Bool',
),
),
11 =>
array (
0 => 'source',
1 => 'Block',
2 => 'Flow',
3 => 'Common',
4 =>
array (
'src' => 'URI',
'type' => 'Text',
),
),
12 =>
array (
0 => 's',
1 => 'Inline',
2 => 'Inline',
3 => 'Common',
),
13 =>
array (
0 => 'var',
1 => 'Inline',
2 => 'Inline',
3 => 'Common',
),
14 =>
array (
0 => 'sub',
1 => 'Inline',
2 => 'Inline',
3 => 'Common',
),
15 =>
array (
0 => 'sup',
1 => 'Inline',
2 => 'Inline',
3 => 'Common',
),
16 =>
array (
0 => 'mark',
1 => 'Inline',
2 => 'Inline',
3 => 'Common',
),
17 =>
array (
0 => 'wbr',
1 => 'Inline',
2 => 'Empty',
3 => 'Core',
),
18 =>
array (
0 => 'ins',
1 => 'Block',
2 => 'Flow',
3 => 'Common',
4 =>
array (
'cite' => 'URI',
'datetime' => 'CDATA',
),
),
19 =>
array (
0 => 'del',
1 => 'Block',
2 => 'Flow',
3 => 'Common',
4 =>
array (
'cite' => 'URI',
'datetime' => 'CDATA',
),
),
),
'attributes' =>
array (
0 =>
array (
0 => 'iframe',
1 => 'allowfullscreen',
2 => 'Bool',
),
1 =>
array (
0 => 'table',
1 => 'height',
2 => 'Text',
),
2 =>
array (
0 => 'td',
1 => 'border',
2 => 'Text',
),
3 =>
array (
0 => 'th',
1 => 'border',
2 => 'Text',
),
4 =>
array (
0 => 'tr',
1 => 'width',
2 => 'Text',
),
5 =>
array (
0 => 'tr',
1 => 'height',
2 => 'Text',
),
6 =>
array (
0 => 'tr',
1 => 'border',
2 => 'Text',
),
),
),
'custom_attributes' =>
array (
0 =>
array (
0 => 'a',
1 => 'target',
2 => 'Enum#_blank,_self,_target,_top',
),
),
'custom_elements' =>
array (
0 =>
array (
0 => 'u',
1 => 'Inline',
2 => 'Inline',
3 => 'Common',
),
),
),
),
'queue' =>
array (
'default' => 'database',
'connections' =>
array (
'sync' =>
array (
'driver' => 'sync',
),
'database' =>
array (
'driver' => 'database',
'table' => 'jobs',
'queue' => 'default',
'retry_after' => 90,
'maxProcesses' => 5,
),
'beanstalkd' =>
array (
'driver' => 'beanstalkd',
'host' => 'localhost',
'queue' => 'default',
'retry_after' => 90,
'block_for' => 0,
),
'sqs' =>
array (
'driver' => 'sqs',
'key' => 'AKIA3L77SO6IHGWXPMNA',
'secret' => '+eQTcuSYjL0adooG1qC9W144WAZJe9mFB7fFkUmn',
'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id',
'queue' => 'your-queue-name',
'suffix' => NULL,
'region' => 'us-east-1',
),
'redis' =>
array (
'driver' => 'redis',
'connection' => 'default',
'queue' => 'default',
'retry_after' => 90,
'block_for' => NULL,
),
'telescope' =>
array (
'driver' => 'telescope',
'connection' => 'database',
'queue' => 'default',
'retry_after' => 90,
),
'watermarking' =>
array (
'driver' => 'database',
'table' => 'jobs',
'queue' => 'watermarking',
'retry_after' => 3200,
'maxProcesses' => 1,
),
'studio-patch' =>
array (
'driver' => 'database',
'table' => 'jobs',
'queue' => 'studio-patch',
'retry_after' => 3200,
'maxProcesses' => 3,
),
),
'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 => 'wticreatorstudio.com',
),
'guard' =>
array (
0 => 'web',
),
'expiration' => NULL,
'middleware' =>
array (
'verify_csrf_token' => 'App\\Http\\Middleware\\VerifyCsrfToken',
'encrypt_cookies' => 'App\\Http\\Middleware\\EncryptCookies',
),
),
'scribe' =>
array (
'theme' => 'default',
'title' => NULL,
'description' => '',
'base_url' => 'https://spn21.spondan.com/amazcart/',
'routes' =>
array (
0 =>
array (
'match' =>
array (
'prefixes' =>
array (
0 => 'api/*',
),
'domains' =>
array (
0 => '*',
),
'versions' =>
array (
0 => 'v1',
),
),
'include' =>
array (
),
'exclude' =>
array (
),
'apply' =>
array (
'headers' =>
array (
'Accept' => 'application/json',
'Content-Type' => 'application/json',
'Authorization' => 'Bearer {token}',
),
'response_calls' =>
array (
'methods' =>
array (
0 => 'GET',
),
'config' =>
array (
'app.env' => 'documentation',
'app.debug' => false,
),
'queryParams' =>
array (
),
'bodyParams' =>
array (
),
'fileParams' =>
array (
),
'cookies' =>
array (
),
),
),
),
),
'type' => 'static',
'static' =>
array (
'output_path' => 'public/docs',
),
'laravel' =>
array (
'add_routes' => true,
'docs_url' => '/docs',
'middleware' =>
array (
),
),
'try_it_out' =>
array (
'enabled' => false,
'base_url' => NULL,
'use_csrf' => false,
'csrf_url' => '/sanctum/csrf-cookie',
),
'auth' =>
array (
'enabled' => false,
'default' => false,
'in' => 'bearer',
'name' => 'key',
'use_value' => NULL,
'placeholder' => '{YOUR_AUTH_KEY}',
'extra_info' => 'You can retrieve your token by visiting your dashboard and clicking <b>Generate API token</b>.',
),
'intro_text' => 'This documentation aims to provide all the information you need to work with our API.
<aside>As you scroll, you\'ll see code examples for working with the API in different programming languages in the dark area to the right (or as part of the content on mobile).
You can switch the language used with the tabs at the top right (or from the nav menu at the top left on mobile).</aside>',
'example_languages' =>
array (
0 => 'php',
1 => 'javascript',
2 => 'python',
),
'postman' =>
array (
'enabled' => false,
'overrides' =>
array (
),
),
'openapi' =>
array (
'enabled' => true,
'overrides' =>
array (
),
),
'default_group' => 'Endpoints',
'logo' => '../api/logo.png',
'faker_seed' => NULL,
'strategies' =>
array (
'metadata' =>
array (
0 => 'Knuckles\\Scribe\\Extracting\\Strategies\\Metadata\\GetFromDocBlocks',
),
'urlParameters' =>
array (
0 => 'Knuckles\\Scribe\\Extracting\\Strategies\\UrlParameters\\GetFromLaravelAPI',
1 => 'Knuckles\\Scribe\\Extracting\\Strategies\\UrlParameters\\GetFromLumenAPI',
2 => 'Knuckles\\Scribe\\Extracting\\Strategies\\UrlParameters\\GetFromUrlParamTag',
),
'queryParameters' =>
array (
0 => 'Knuckles\\Scribe\\Extracting\\Strategies\\QueryParameters\\GetFromFormRequest',
1 => 'Knuckles\\Scribe\\Extracting\\Strategies\\QueryParameters\\GetFromInlineValidator',
2 => 'Knuckles\\Scribe\\Extracting\\Strategies\\QueryParameters\\GetFromQueryParamTag',
),
'headers' =>
array (
0 => 'Knuckles\\Scribe\\Extracting\\Strategies\\Headers\\GetFromRouteRules',
1 => 'Knuckles\\Scribe\\Extracting\\Strategies\\Headers\\GetFromHeaderTag',
),
'bodyParameters' =>
array (
0 => 'Knuckles\\Scribe\\Extracting\\Strategies\\BodyParameters\\GetFromFormRequest',
1 => 'Knuckles\\Scribe\\Extracting\\Strategies\\BodyParameters\\GetFromInlineValidator',
2 => 'Knuckles\\Scribe\\Extracting\\Strategies\\BodyParameters\\GetFromBodyParamTag',
),
'responses' =>
array (
0 => 'Knuckles\\Scribe\\Extracting\\Strategies\\Responses\\UseTransformerTags',
1 => 'Knuckles\\Scribe\\Extracting\\Strategies\\Responses\\UseResponseTag',
2 => 'Knuckles\\Scribe\\Extracting\\Strategies\\Responses\\UseResponseFileTag',
3 => 'Knuckles\\Scribe\\Extracting\\Strategies\\Responses\\UseApiResourceTags',
4 => 'Knuckles\\Scribe\\Extracting\\Strategies\\Responses\\ResponseCalls',
),
'responseFields' =>
array (
0 => 'Knuckles\\Scribe\\Extracting\\Strategies\\ResponseFields\\GetFromResponseFieldTag',
),
),
'fractal' =>
array (
'serializer' => NULL,
),
'routeMatcher' => 'Knuckles\\Scribe\\Matching\\RouteMatcher',
'database_connections_to_transact' =>
array (
0 => 'mysql',
),
),
'services' =>
array (
'mailgun' =>
array (
'domain' => 'wticreatorstudio.com',
'secret' => '3750a53b-e7267566',
'endpoint' => 'api.mailgun.net',
),
'postmark' =>
array (
'token' => NULL,
),
'ses' =>
array (
'key' => 'AKIA3L77SO6IHGWXPMNA',
'secret' => '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',
'region' => 'us-east-1',
),
'facebook' =>
array (
'client_id' => '',
'client_secret' => '',
'redirect' => 'https://wticreatorstudio.com/login/facebook/callback',
),
'twitter' =>
array (
'client_id' => '',
'client_secret' => '',
'redirect' => 'https://wticreatorstudio.com/login/twitter/callback',
),
'google' =>
array (
'client_id' => '',
'client_secret' => '',
'redirect' => 'https://wticreatorstudio.com/login/google/callback',
),
'linkedin' =>
array (
'client_id' => '',
'client_secret' => '',
'redirect' => 'https://wticreatorstudio.com/login/linkedin/callback',
),
'paytm-wallet' =>
array (
'env' => NULL,
'merchant_id' => NULL,
'merchant_key' => NULL,
'merchant_website' => NULL,
'channel' => NULL,
'industry_type' => NULL,
),
),
'session' =>
array (
'driver' => 'file',
'lifetime' => '120',
'expire_on_close' => false,
'encrypt' => false,
'files' => '/home/studioppls/public_html/storage/framework/sessions',
'connection' => NULL,
'table' => 'sessions',
'store' => NULL,
'lottery' =>
array (
0 => 2,
1 => 100,
),
'cookie' => '365_studio_session',
'path' => '/',
'domain' => NULL,
'secure' => NULL,
'http_only' => true,
'same_site' => NULL,
),
'shiprocket' =>
array (
'credentials' =>
array (
'email' => 'youemail@email.com',
'password' => 'secret',
),
'responseType' => 'collection',
'channel_id' => NULL,
),
'sidebar' =>
array (
'admin.dashboard' => 1,
'seller.dashboard' => 1,
'sidebar-manager.index' => 2,
'product_module' => 3,
'order_manage' => 4,
'form_builder' => 4,
'page_builder' => 4,
'cusotmer.list_active' => 5,
'frontend_cms' => 6,
'appearance' => 7,
'blog_module' => 8,
'my_wallet' => 10,
'wallet_manage' => 10,
'contact_request' => 11,
'marketing_module' => 12,
'gift_card_manage' => 13,
'otp.configuration' => 13,
'review_module' => 14,
'refund_manage' => 15,
'account_module' => 16,
'support_tickets' => 17,
'activity_logs' => 18,
'human_resource' => 19,
'visitors_setup' => 20,
'customer_panel' => 21,
'admin_report' => 22,
'payment_gateway.index' => 23,
'system_settings' => 24,
'setup_module' => 25,
'shipping_methods' => 26,
'gst_setup' => 27,
'seller_product_module' => 27,
'backup.index' => 28,
'seller_staff_manage' => 28,
'utilities.index' => 29,
'seller_subscription_payment' => 29,
'seller_order_manage' => 30,
'seller_report' => 32,
),
'sluggable' =>
array (
'source' => NULL,
'maxLength' => NULL,
'maxLengthKeepWords' => true,
'method' => NULL,
'separator' => '-',
'unique' => true,
'uniqueSuffix' => NULL,
'firstUniqueSuffix' => 1,
'includeTrashed' => false,
'reserved' => NULL,
'onUpdate' => false,
'slugEngineOptions' =>
array (
),
),
'telescope' =>
array (
'domain' => NULL,
'path' => 'telescope',
'driver' => 'database',
'storage' =>
array (
'database' =>
array (
'connection' => 'mysql',
'chunk' => 1000,
),
),
'enabled' => false,
'middleware' =>
array (
0 => 'web',
1 => 'Laravel\\Telescope\\Http\\Middleware\\Authorize',
),
'only_paths' =>
array (
),
'ignore_paths' =>
array (
0 => 'nova-api*',
),
'ignore_commands' =>
array (
),
'watchers' =>
array (
'Laravel\\Telescope\\Watchers\\BatchWatcher' => true,
'Laravel\\Telescope\\Watchers\\CacheWatcher' =>
array (
'enabled' => true,
'hidden' =>
array (
),
),
'Laravel\\Telescope\\Watchers\\ClientRequestWatcher' => true,
'Laravel\\Telescope\\Watchers\\CommandWatcher' =>
array (
'enabled' => true,
'ignore' =>
array (
),
),
'Laravel\\Telescope\\Watchers\\DumpWatcher' =>
array (
'enabled' => true,
'always' => false,
),
'Laravel\\Telescope\\Watchers\\EventWatcher' =>
array (
'enabled' => true,
'ignore' =>
array (
),
),
'Laravel\\Telescope\\Watchers\\ExceptionWatcher' => true,
'Laravel\\Telescope\\Watchers\\GateWatcher' =>
array (
'enabled' => true,
'ignore_abilities' =>
array (
),
'ignore_packages' => true,
'ignore_paths' =>
array (
),
),
'Laravel\\Telescope\\Watchers\\JobWatcher' => true,
'Laravel\\Telescope\\Watchers\\LogWatcher' =>
array (
'enabled' => true,
'level' => 'error',
),
'Laravel\\Telescope\\Watchers\\MailWatcher' => true,
'Laravel\\Telescope\\Watchers\\ModelWatcher' =>
array (
'enabled' => true,
'events' =>
array (
0 => 'eloquent.*',
),
'hydrations' => true,
),
'Laravel\\Telescope\\Watchers\\NotificationWatcher' => true,
'Laravel\\Telescope\\Watchers\\QueryWatcher' =>
array (
'enabled' => true,
'ignore_packages' => true,
'ignore_paths' =>
array (
),
'slow' => 100,
),
'Laravel\\Telescope\\Watchers\\RedisWatcher' => true,
'Laravel\\Telescope\\Watchers\\RequestWatcher' =>
array (
'enabled' => true,
'size_limit' => 64,
'ignore_http_methods' =>
array (
),
'ignore_status_codes' =>
array (
),
),
'Laravel\\Telescope\\Watchers\\ScheduleWatcher' => true,
'Laravel\\Telescope\\Watchers\\ViewWatcher' => true,
),
),
'toastr' =>
array (
'options' =>
array (
'closeButton' => true,
'debug' => false,
'newestOnTop' => true,
'progressBar' => false,
'positionClass' => 'toast-top-right',
'preventDuplicates' => true,
'onclick' => NULL,
'showDuration' => '300',
'hideDuration' => '1000',
'timeOut' => '1000',
'extendedTimeOut' => '1000',
'showEasing' => 'swing',
'hideEasing' => 'linear',
'showMethod' => 'fadeIn',
'hideMethod' => 'fadeOut',
),
),
'view' =>
array (
'paths' =>
array (
0 => '/home/studioppls/public_html/resources/views',
),
'compiled' => '/home/studioppls/public_html/storage/framework/views',
),
'debugbar' =>
array (
'enabled' => NULL,
'except' =>
array (
0 => 'telescope*',
1 => 'horizon*',
),
'storage' =>
array (
'enabled' => true,
'driver' => 'file',
'path' => '/home/studioppls/public_html/storage/debugbar',
'connection' => NULL,
'provider' => '',
'hostname' => '127.0.0.1',
'port' => 2304,
),
'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,
'duration_background' => true,
'explain' =>
array (
'enabled' => false,
'types' =>
array (
0 => 'SELECT',
),
),
'hints' => false,
'show_copy' => false,
),
'mail' =>
array (
'full_log' => false,
),
'views' =>
array (
'timeline' => false,
'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,
),
'dompdf' =>
array (
'show_warnings' => false,
'public_path' => NULL,
'convert_entities' => true,
'options' =>
array (
'font_dir' => '/home/studioppls/public_html/storage/fonts',
'font_cache' => '/home/studioppls/public_html/storage/fonts',
'temp_dir' => '/tmp',
'chroot' => '/home/studioppls/public_html',
'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,
),
),
'flare' =>
array (
'key' => NULL,
'reporting' =>
array (
'anonymize_ips' => true,
'collect_git_information' => false,
'report_queries' => true,
'maximum_number_of_collected_queries' => 200,
'report_query_bindings' => true,
'report_view_data' => true,
'grouping_type' => NULL,
'report_logs' => true,
'maximum_number_of_collected_logs' => 200,
'censor_request_body_fields' =>
array (
0 => 'password',
),
),
'send_logs_as_events' => true,
'censor_request_body_fields' =>
array (
0 => 'password',
),
),
'ignition' =>
array (
'editor' => 'phpstorm',
'theme' => 'light',
'enable_share_button' => true,
'register_commands' => false,
'ignored_solution_providers' =>
array (
0 => 'Facade\\Ignition\\SolutionProviders\\MissingPackageSolutionProvider',
),
'enable_runnable_solutions' => NULL,
'remote_sites_path' => '',
'local_sites_path' => '',
'housekeeping_endpoint_prefix' => '_ignition',
),
'google-analytics-4-measurement-protocol' =>
array (
'measurement_id' => NULL,
'api_secret' => NULL,
'client_id_session_key' => 'google-analytics-4-measurement-protocol.client_id',
),
'livewire' =>
array (
'class_namespace' => 'App\\Http\\Livewire',
'view_path' => '/home/studioppls/public_html/resources/views/livewire',
'layout' => 'layouts.app',
'asset_url' => NULL,
'app_url' => NULL,
'middleware_group' => 'web',
'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,
),
'manifest_path' => NULL,
'back_button_cache' => false,
'render_on_redirect' => false,
),
'image-optimizer' =>
array (
'optimizers' =>
array (
'Spatie\\ImageOptimizer\\Optimizers\\Jpegoptim' =>
array (
0 => '-m85',
1 => '--strip-all',
2 => '--all-progressive',
),
'Spatie\\ImageOptimizer\\Optimizers\\Pngquant' =>
array (
0 => '--force',
),
'Spatie\\ImageOptimizer\\Optimizers\\Optipng' =>
array (
0 => '-i0',
1 => '-o2',
2 => '-quiet',
),
'Spatie\\ImageOptimizer\\Optimizers\\Svgo' =>
array (
0 => '--disable=cleanupIDs',
),
'Spatie\\ImageOptimizer\\Optimizers\\Gifsicle' =>
array (
0 => '-b',
1 => '-O3',
),
'Spatie\\ImageOptimizer\\Optimizers\\Cwebp' =>
array (
0 => '-m 6',
1 => '-pass 10',
2 => '-mt',
3 => '-q 90',
),
),
'binary_path' => '',
'timeout' => 60,
'log_optimizer_activity' => false,
),
'translatable' =>
array (
'fallback_locale' => NULL,
),
'datatables-html' =>
array (
'namespace' => 'LaravelDataTables',
'table' =>
array (
'class' => 'table',
'id' => 'dataTableBuilder',
),
'callback' =>
array (
0 => '$',
1 => '$.',
2 => 'function',
),
'script' => 'datatables::script',
'editor' => 'datatables::editor',
),
'trustedproxy' =>
array (
'proxies' => NULL,
'headers' => 30,
),
'browser-detect' =>
array (
'cache' =>
array (
'interval' => 10080,
'prefix' => 'bd4_',
),
'security' =>
array (
'max-header-length' => 2048,
),
),
'location' =>
array (
'driver' => 'Stevebauman\\Location\\Drivers\\IpApi',
'fallbacks' =>
array (
0 => 'Stevebauman\\Location\\Drivers\\IpInfo',
1 => 'Stevebauman\\Location\\Drivers\\GeoPlugin',
2 => 'Stevebauman\\Location\\Drivers\\MaxMind',
),
'position' => 'Stevebauman\\Location\\Position',
'maxmind' =>
array (
'web' =>
array (
'enabled' => false,
'user_id' => '',
'license_key' => '',
'options' =>
array (
'host' => 'geoip.maxmind.com',
),
),
'local' =>
array (
'type' => 'city',
'path' => '/home/studioppls/public_html/database/maxmind/GeoLite2-City.mmdb',
),
),
'ip_api' =>
array (
'token' => NULL,
),
'ipinfo' =>
array (
'token' => NULL,
),
'ipdata' =>
array (
'token' => NULL,
),
'kloudend' =>
array (
'token' => NULL,
),
'testing' =>
array (
'enabled' => true,
'ip' => '66.102.0.0',
),
),
'datatables-fractal' =>
array (
'includes' => 'include',
'serializer' => 'League\\Fractal\\Serializer\\DataArraySerializer',
),
'account' =>
array (
'name' => 'Account',
),
'adminreport' =>
array (
'name' => 'AdminReport',
),
'appearance' =>
array (
'name' => 'Appearance',
),
'bhdmodulemanager' =>
array (
'name' => 'BHDModuleManager',
),
'blog' =>
array (
'name' => 'Blog',
),
'chat' =>
array (
'name' => 'Chat',
),
'contactrequest' =>
array (
'name' => 'ContactRequest',
),
'customer' =>
array (
'name' => 'Customer',
),
'footersetting' =>
array (
'name' => 'FooterSetting',
),
'formbuilder' =>
array (
'name' => 'FormBuilder',
),
'frontendcms' =>
array (
'name' => 'FrontendCMS',
),
'gst' =>
array (
'name' => 'GST',
),
'generalsetting' =>
array (
'name' => 'GeneralSetting',
),
'giftcard' =>
array (
'name' => 'GiftCard',
),
'pagebuilder' =>
array (
'name' => 'PageBuilder',
),
'jobportalbadge' =>
array (
'name' => 'JobPortalBadge',
),
'rolepermission' =>
array (
'name' => 'RolePermission',
),
'googlecloudplatform' =>
array (
'name' => 'GoogleCloudPlatform',
),
'homepageswitcher' =>
array (
'name' => 'HomePageSwitcher',
),
'import' =>
array (
'name' => 'Import',
),
'inhouseorder' =>
array (
'name' => 'InhouseOrder',
),
'jobportal' =>
array (
'name' => 'JobPortal',
),
'jobportalcompany' =>
array (
'name' => 'JobPortalCompany',
),
'subscription' =>
array (
'name' => 'Subscription',
),
'jobportallocation' =>
array (
'name' => 'JobPortalLocation',
),
'jobportalmedia' =>
array (
'name' => 'JobPortalMedia',
'media' =>
array (
'groups' =>
array (
'default' =>
array (
'ext' =>
array (
0 => 'jpg',
1 => 'jpeg',
2 => 'png',
3 => 'gif',
4 => 'bmp',
5 => 'svg',
6 => 'ico',
),
'mime' =>
array (
0 => 'image/png',
1 => 'image/jpeg',
2 => 'image/gif',
3 => 'image/bmp',
4 => 'image/svg',
5 => 'image/x-icon',
),
'max_size' => 20000000,
'max_width' => 2500,
'max_height' => 2500,
),
'image' =>
array (
'ext' =>
array (
0 => 'jpg',
1 => 'jpeg',
2 => 'png',
3 => 'gif',
4 => 'bmp',
5 => 'svg',
6 => 'ico',
),
'mime' =>
array (
0 => 'image/png',
1 => 'image/jpeg',
2 => 'image/gif',
3 => 'image/bmp',
4 => 'image/svg',
5 => 'image/x-icon',
),
'max_size' => 20000000,
'max_width' => 2500,
'max_height' => 2500,
),
'cvs' =>
array (
'ext' =>
array (
0 => 'ppt',
1 => 'pptx',
2 => 'pdf',
3 => 'docx',
4 => 'doc',
),
'mime' =>
array (
0 => 'application/vnd.ms-powerpoint',
1 => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
2 => 'application/pdf',
3 => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
4 => 'application/msword',
),
'max_size' => 50000000,
),
'scorm' =>
array (
'ext' =>
array (
0 => 'zip',
1 => 'rar',
2 => 'gzip',
),
'mime' =>
array (
0 => 'application/x-gzip',
1 => 'application/zip',
2 => 'application/x-rar-compressed',
),
'max_size' => 200000000,
),
'order_attachment' =>
array (
'ext' =>
array (
0 => 'jpg',
1 => 'jpeg',
2 => 'png',
3 => 'gif',
4 => 'bmp',
5 => 'zip',
6 => 'rar',
7 => 'svg',
8 => 'gzip',
),
'mime' =>
array (
0 => 'image/png',
1 => 'image/jpeg',
2 => 'image/gif',
3 => 'image/bmp',
4 => 'image/svg',
5 => 'application/x-gzip',
6 => 'application/zip',
7 => 'application/x-rar-compressed',
),
'max_size' => 200000000,
'max_width' => 2500,
'max_height' => 2500,
),
),
'optimize_image' => true,
'preview_direct' => true,
),
),
'jobportalpayout' =>
array (
'name' => 'JobPortalPayout',
),
'jobportalskill' =>
array (
'name' => 'JobPortalSkill',
),
'language' =>
array (
'name' => 'Language',
),
'mlmdownline' =>
array (
'name' => 'MLMDownline',
),
'marketing' =>
array (
'name' => 'Marketing',
),
'mediamanagerplus' =>
array (
'name' => 'MediaManagerPlus',
),
'menu' =>
array (
'name' => 'Menu',
),
'menuplus' =>
array (
'name' => 'MenuPlus',
),
'modulemanager' =>
array (
'name' => 'ModuleManager',
),
'multivendor' =>
array (
'name' => 'MultiVendor',
),
'ordermanage' =>
array (
'name' => 'OrderManage',
),
'seller' =>
array (
'name' => 'Seller',
),
'amazons3' =>
array (
'name' => 'AmazonS3',
),
'pagebuilderplus' =>
array (
'name' => 'PageBuilderPlus',
),
'paymentgateway' =>
array (
'name' => 'PaymentGateway',
),
'pixelme' =>
array (
'name' => 'PixelMe',
),
'product' =>
array (
'name' => 'Product',
),
'referralsystem' =>
array (
'name' => 'ReferralSystem',
),
'refund' =>
array (
'name' => 'Refund',
),
'registrationagreement' =>
array (
'name' => 'RegistrationAgreement',
),
'registrationformsteps' =>
array (
'name' => 'RegistrationFormSteps',
),
'review' =>
array (
'name' => 'Review',
),
'rolepermissionplus' =>
array (
'name' => 'RolePermissionPlus',
),
'setup' =>
array (
'name' => 'Setup',
),
'attendance' =>
array (
'name' => 'Attendance',
),
'shipping' =>
array (
'name' => 'Shipping',
),
'sidebarmanager' =>
array (
'name' => 'SidebarManager',
),
'staffpayroll' =>
array (
'name' => 'StaffPayroll',
),
'staffportal' =>
array (
'name' => 'StaffPortal',
),
'studioplus' =>
array (
'name' => 'StudioPlus',
'google_api_endpoint' => 'https://storage.googleapis.com',
'bucket_name' => 'wticreatorhub',
'rapid_api_url' => 'https://amazon-product-reviews-keywords.p.rapidapi.com',
'rapid_api_key' => '2e0b359180mshf8dbb6bf77e7024p18e4e4jsn0080d4ca4512',
'rapid_api_host' => 'amazon-product-reviews-keywords.p.rapidapi.com',
'rainforest_api_url' => 'https://api.rainforestapi.com',
'rainforest_api_key' => 'DB48AF211ABF4F5AACF0D0E8729DBA26',
'rainforest_amazon_domain' => 'amazon.com',
'amazon_active_api' => 'RAINFOREST',
),
'studiopluswtiiabaddon' =>
array (
'name' => 'StudioPlusWtiiabaddon',
),
'backup' =>
array (
'name' => 'Backup',
),
'supportticket' =>
array (
'name' => 'SupportTicket',
),
'useractivitylog' =>
array (
'name' => 'UserActivityLog',
),
'utilities' =>
array (
'name' => 'Utilities',
),
'visitor' =>
array (
'name' => 'Visitor',
),
'wtialacarte' =>
array (
'name' => 'WTIALaCarte',
),
'wtijobboard' =>
array (
'name' => 'WTIJobBoard',
'barcodelookup_api' => '6nnvwo8p99tbvqojp89wpovy6w769g',
),
'wtisignupforms' =>
array (
'name' => 'WTISignupForms',
),
'wallet' =>
array (
'name' => 'Wallet',
),
'tinker' =>
array (
'commands' =>
array (
),
'alias' =>
array (
),
'dont_alias' =>
array (
0 => 'App\\Nova',
),
),
);