Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php return array ( 'app' => array ( 'name' => 'Laravel', 'env' => 'loca..
Decoded Output download
<?php return array (
'app' =>
array (
'name' => 'Laravel',
'env' => 'local',
'debug' => true,
'url' => 'http://localhost',
'asset_url' => NULL,
'timezone' => 'UTC',
'locale' => 'en',
'fallback_locale' => 'en',
'faker_locale' => 'en_US',
'key' => 'base64:wSBcRKfjpYF1dv4K9jh+11sXMKlIkE8HOFRVcTdW77Y=',
'cipher' => 'AES-256-CBC',
'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 => 'App\Providers\AppServiceProvider',
23 => 'App\Providers\AuthServiceProvider',
24 => 'App\Providers\EventServiceProvider',
25 => 'App\Providers\RouteServiceProvider',
26 => 'Maatwebsite\Excel\ExcelServiceProvider',
27 => 'Collective\Html\HtmlServiceProvider',
28 => 'Askedio\SoftCascade\Providers\GenericServiceProvider',
29 => 'sbamtr\LaravelSourceEncrypter\SourceEncryptServiceProvider',
),
'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',
'Excel' => 'Maatwebsite\Excel\Facades\Excel',
'Input' => 'Illuminate\Support\Facades\Input',
'Form' => 'Collective\Html\FormFacade',
'Html' => 'Collective\Html\HtmlFacade',
),
'debug_blacklist' =>
array (
'_ENV' =>
array (
0 => 'APP_KEY',
1 => 'DB_PASSWORD',
2 => 'REDIS_PASSWORD',
3 => 'MAIL_PASSWORD',
4 => 'PUSHER_APP_KEY',
5 => 'PUSHER_APP_SECRET',
6 => 'FTP_PASSWORD',
7 => 'RAZORPAY_SECRET',
8 => 'AWS_ACCESS_KEY_ID',
9 => 'AWS_SECRET_ACCESS_KEY',
),
'_SERVER' =>
array (
0 => 'APP_KEY',
1 => 'DB_PASSWORD',
2 => 'REDIS_PASSWORD',
3 => 'MAIL_PASSWORD',
4 => 'PUSHER_APP_KEY',
5 => 'PUSHER_APP_SECRET',
6 => 'FTP_PASSWORD',
7 => 'RAZORPAY_SECRET',
8 => 'AWS_ACCESS_KEY_ID',
9 => 'AWS_SECRET_ACCESS_KEY',
),
'_POST' =>
array (
0 => 'password',
),
),
),
'auth' =>
array (
'defaults' =>
array (
'guard' => 'web',
'passwords' => 'users',
),
'guards' =>
array (
'web' =>
array (
'driver' => 'session',
'provider' => 'users',
'timeout' => 1,
),
'api' =>
array (
'driver' => 'token',
'provider' => 'users',
'hash' => false,
),
'sanctum' =>
array (
'driver' => 'sanctum',
'provider' => NULL,
),
),
'providers' =>
array (
'users' =>
array (
'driver' => 'eloquent',
'model' => 'App\Models\UserModels\User',
),
),
'passwords' =>
array (
'users' =>
array (
'provider' => 'users',
'table' => 'password_resets',
'expire' => 60,
'throttle' => 60,
),
),
'password_timeout' => 10800,
),
'broadcasting' =>
array (
'default' => 'log',
'connections' =>
array (
'pusher' =>
array (
'driver' => 'pusher',
'key' => '',
'secret' => '',
'app_id' => '',
'options' =>
array (
'cluster' => 'mt1',
'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' => 'E:\www\htdocs\aphome\backendV3\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,
),
),
'prefix' => 'laravel_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,
),
'custom' =>
array (
'enc_key' => NULL,
'pagination_limit' => NULL,
'apl_base_url' => 'https://api.asianpaints.com/civisualiser',
'apl_auth_token' => '6WGsrS6SZ282liiynENsfzdSJveYeGMJ',
),
'database' =>
array (
'default' => 'mysql',
'connections' =>
array (
'sqlite' =>
array (
'driver' => 'sqlite',
'url' => NULL,
'database' => 'apci6_data',
'prefix' => '',
'foreign_key_constraints' => true,
),
'mysql' =>
array (
'driver' => 'mysql',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'apci6_data',
'username' => 'root',
'password' => 'root',
'unix_socket' => '',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => 'apl_',
'prefix_indexes' => true,
'strict' => false,
'engine' => NULL,
'options' =>
array (
),
),
'mysql_user' =>
array (
'driver' => 'mysql',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'apci6_users',
'username' => 'root',
'password' => 'root',
'unix_socket' => '',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => 'apl_',
'prefix_indexes' => true,
'strict' => true,
'engine' => NULL,
'options' =>
array (
),
),
'pgsql' =>
array (
'driver' => 'pgsql',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'apci6_data',
'username' => 'root',
'password' => 'root',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
'schema' => 'public',
'sslmode' => 'prefer',
),
'sqlsrv' =>
array (
'driver' => 'sqlsrv',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'apci6_data',
'username' => 'root',
'password' => 'root',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
),
'mongodb' =>
array (
'driver' => 'mongodb',
'host' => '127.0.0.1',
'port' => 27017,
'database' => 'blog',
'username' => '',
'password' => '',
),
),
'migrations' => 'migrations',
'redis' =>
array (
'client' => 'phpredis',
'options' =>
array (
'cluster' => 'redis',
'prefix' => 'laravel_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',
),
),
),
'entrust' =>
array (
'role' => 'App\Models\Role',
'roles_table' => 'roles',
'role_foreign_key' => 'role_id',
'user' => 'App\Models\User',
'users_table' => 'users',
'role_user_table' => 'role_user',
'user_foreign_key' => 'user_id',
'permission' => 'App\Models\Permission',
'permissions_table' => 'permissions',
'permission_role_table' => 'permission_role',
'permission_foreign_key' => 'permission_id',
'type' => 'web',
'response-error' => 'Unauthorized',
),
'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' => '',
),
'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' => 'E:\www\htdocs\aphome\backendV3\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' => 'E:\www\htdocs\aphome\backendV3\public\data',
'visibility' => 'public',
),
'public' =>
array (
'driver' => 'local',
'root' => 'E:\www\htdocs\aphome\backendV3\storage\app/public',
'url' => 'http://localhost/storage',
'visibility' => 'public',
),
's3' =>
array (
'driver' => 's3',
'key' => '',
'secret' => '',
'region' => 'us-east-1',
'bucket' => '',
'url' => NULL,
'endpoint' => NULL,
'use_path_style_endpoint' => false,
),
),
'links' =>
array (
'E:\www\htdocs\aphome\backendV3\public\storage' => 'E:\www\htdocs\aphome\backendV3\storage\app/public',
),
),
'logging' =>
array (
'default' => 'stack',
'channels' =>
array (
'stack' =>
array (
'driver' => 'stack',
'channels' =>
array (
0 => 'single',
),
'ignore_exceptions' => false,
),
'single' =>
array (
'driver' => 'single',
'path' => 'E:\www\htdocs\aphome\backendV3\storage\logs/laravel.log',
'level' => 'debug',
),
'daily' =>
array (
'driver' => 'daily',
'path' => 'E:\www\htdocs\aphome\backendV3\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',
'level' => 'debug',
'handler' => 'Monolog\Handler\StreamHandler',
'formatter' => NULL,
'with' =>
array (
'stream' => 'php://stderr',
),
),
'syslog' =>
array (
'driver' => 'syslog',
'level' => 'debug',
),
'errorlog' =>
array (
'driver' => 'errorlog',
'level' => 'debug',
),
'null' =>
array (
'driver' => 'monolog',
'handler' => 'Monolog\Handler\NullHandler',
),
'emergency' =>
array (
'path' => 'E:\www\htdocs\aphome\backendV3\storage\logs/laravel.log',
),
'customlog' =>
array (
'driver' => 'single',
'path' => 'E:\www\htdocs\aphome\backendV3\storage\logs/custom.log',
'level' => 'info',
),
),
),
'mail' =>
array (
'default' => 'smtp',
'mailers' =>
array (
'smtp' =>
array (
'transport' => 'smtp',
'host' => 'mailhog',
'port' => '1025',
'encryption' => NULL,
'username' => NULL,
'password' => NULL,
'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' => NULL,
'name' => 'Laravel',
),
'markdown' =>
array (
'theme' => 'default',
'paths' =>
array (
0 => 'E:\www\htdocs\aphome\backendV3\resources\views/vendor/mail',
),
),
),
'queue' =>
array (
'default' => 'sync',
'connections' =>
array (
'sync' =>
array (
'driver' => 'sync',
),
'database' =>
array (
'driver' => 'database',
'table' => 'jobs',
'queue' => 'default',
'retry_after' => 90,
'after_commit' => false,
),
'beanstalkd' =>
array (
'driver' => 'beanstalkd',
'host' => 'localhost',
'queue' => 'default',
'retry_after' => 90,
'block_for' => 0,
'after_commit' => false,
),
'sqs' =>
array (
'driver' => 'sqs',
'key' => '',
'secret' => '',
'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id',
'queue' => 'default',
'suffix' => NULL,
'region' => 'us-east-1',
'after_commit' => false,
),
'redis' =>
array (
'driver' => 'redis',
'connection' => 'default',
'queue' => 'default',
'retry_after' => 90,
'block_for' => NULL,
'after_commit' => false,
),
),
'failed' =>
array (
'driver' => 'database-uuids',
'database' => 'mysql',
'table' => 'failed_jobs',
),
),
'services' =>
array (
'mailgun' =>
array (
'domain' => NULL,
'secret' => NULL,
'endpoint' => 'api.mailgun.net',
),
'postmark' =>
array (
'token' => NULL,
),
'ses' =>
array (
'key' => '',
'secret' => '',
'region' => 'us-east-1',
),
),
'session' =>
array (
'driver' => 'file',
'lifetime' => '120',
'expire_on_close' => true,
'encrypt' => false,
'files' => 'E:\www\htdocs\aphome\backendV3\storage\framework/sessions',
'connection' => NULL,
'table' => 'sessions',
'store' => NULL,
'lottery' =>
array (
0 => 2,
1 => 100,
),
'cookie' => 'laravel_session',
'path' => '/',
'domain' => NULL,
'secure' => NULL,
'http_only' => true,
'same_site' => 'lax',
),
'source-encrypter' =>
array (
'source' =>
array (
0 => 'app',
1 => 'bootstrap',
2 => 'config',
3 => 'database',
4 => 'resources',
5 => 'routes',
6 => 'artisan',
7 => 'server.php',
),
'destination' => 'dist',
'key_length' => 8,
),
'view' =>
array (
'paths' =>
array (
0 => 'E:\www\htdocs\aphome\backendV3\resources\views',
),
'compiled' => 'E:\www\htdocs\aphome\backendV3\storage\framework\views',
),
'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',
),
'image' =>
array (
'driver' => 'gd',
),
'sanctum' =>
array (
'stateful' =>
array (
0 => 'localhost',
1 => 'localhost:3000',
2 => '127.0.0.1',
3 => '127.0.0.1:8000',
4 => '::1',
5 => 'localhost',
),
'guard' =>
array (
0 => 'web',
),
'expiration' => NULL,
'middleware' =>
array (
'verify_csrf_token' => 'App\Http\Middleware\VerifyCsrfToken',
'encrypt_cookies' => 'App\Http\Middleware\EncryptCookies',
),
),
'trustedproxy' =>
array (
'proxies' => NULL,
'headers' => 30,
),
'tinker' =>
array (
'commands' =>
array (
),
'alias' =>
array (
),
'dont_alias' =>
array (
0 => 'App\Nova',
),
),
);
?>
Did this file decode correctly?
Original Code
<?php return array (
'app' =>
array (
'name' => 'Laravel',
'env' => 'local',
'debug' => true,
'url' => 'http://localhost',
'asset_url' => NULL,
'timezone' => 'UTC',
'locale' => 'en',
'fallback_locale' => 'en',
'faker_locale' => 'en_US',
'key' => 'base64:wSBcRKfjpYF1dv4K9jh+11sXMKlIkE8HOFRVcTdW77Y=',
'cipher' => 'AES-256-CBC',
'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 => 'App\\Providers\\AppServiceProvider',
23 => 'App\\Providers\\AuthServiceProvider',
24 => 'App\\Providers\\EventServiceProvider',
25 => 'App\\Providers\\RouteServiceProvider',
26 => 'Maatwebsite\\Excel\\ExcelServiceProvider',
27 => 'Collective\\Html\\HtmlServiceProvider',
28 => 'Askedio\\SoftCascade\\Providers\\GenericServiceProvider',
29 => 'sbamtr\\LaravelSourceEncrypter\\SourceEncryptServiceProvider',
),
'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',
'Excel' => 'Maatwebsite\\Excel\\Facades\\Excel',
'Input' => 'Illuminate\\Support\\Facades\\Input',
'Form' => 'Collective\\Html\\FormFacade',
'Html' => 'Collective\\Html\\HtmlFacade',
),
'debug_blacklist' =>
array (
'_ENV' =>
array (
0 => 'APP_KEY',
1 => 'DB_PASSWORD',
2 => 'REDIS_PASSWORD',
3 => 'MAIL_PASSWORD',
4 => 'PUSHER_APP_KEY',
5 => 'PUSHER_APP_SECRET',
6 => 'FTP_PASSWORD',
7 => 'RAZORPAY_SECRET',
8 => 'AWS_ACCESS_KEY_ID',
9 => 'AWS_SECRET_ACCESS_KEY',
),
'_SERVER' =>
array (
0 => 'APP_KEY',
1 => 'DB_PASSWORD',
2 => 'REDIS_PASSWORD',
3 => 'MAIL_PASSWORD',
4 => 'PUSHER_APP_KEY',
5 => 'PUSHER_APP_SECRET',
6 => 'FTP_PASSWORD',
7 => 'RAZORPAY_SECRET',
8 => 'AWS_ACCESS_KEY_ID',
9 => 'AWS_SECRET_ACCESS_KEY',
),
'_POST' =>
array (
0 => 'password',
),
),
),
'auth' =>
array (
'defaults' =>
array (
'guard' => 'web',
'passwords' => 'users',
),
'guards' =>
array (
'web' =>
array (
'driver' => 'session',
'provider' => 'users',
'timeout' => 1,
),
'api' =>
array (
'driver' => 'token',
'provider' => 'users',
'hash' => false,
),
'sanctum' =>
array (
'driver' => 'sanctum',
'provider' => NULL,
),
),
'providers' =>
array (
'users' =>
array (
'driver' => 'eloquent',
'model' => 'App\\Models\\UserModels\\User',
),
),
'passwords' =>
array (
'users' =>
array (
'provider' => 'users',
'table' => 'password_resets',
'expire' => 60,
'throttle' => 60,
),
),
'password_timeout' => 10800,
),
'broadcasting' =>
array (
'default' => 'log',
'connections' =>
array (
'pusher' =>
array (
'driver' => 'pusher',
'key' => '',
'secret' => '',
'app_id' => '',
'options' =>
array (
'cluster' => 'mt1',
'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' => 'E:\\www\\htdocs\\aphome\\backendV3\\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,
),
),
'prefix' => 'laravel_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,
),
'custom' =>
array (
'enc_key' => NULL,
'pagination_limit' => NULL,
'apl_base_url' => 'https://api.asianpaints.com/civisualiser',
'apl_auth_token' => '6WGsrS6SZ282liiynENsfzdSJveYeGMJ',
),
'database' =>
array (
'default' => 'mysql',
'connections' =>
array (
'sqlite' =>
array (
'driver' => 'sqlite',
'url' => NULL,
'database' => 'apci6_data',
'prefix' => '',
'foreign_key_constraints' => true,
),
'mysql' =>
array (
'driver' => 'mysql',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'apci6_data',
'username' => 'root',
'password' => 'root',
'unix_socket' => '',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => 'apl_',
'prefix_indexes' => true,
'strict' => false,
'engine' => NULL,
'options' =>
array (
),
),
'mysql_user' =>
array (
'driver' => 'mysql',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'apci6_users',
'username' => 'root',
'password' => 'root',
'unix_socket' => '',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => 'apl_',
'prefix_indexes' => true,
'strict' => true,
'engine' => NULL,
'options' =>
array (
),
),
'pgsql' =>
array (
'driver' => 'pgsql',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'apci6_data',
'username' => 'root',
'password' => 'root',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
'schema' => 'public',
'sslmode' => 'prefer',
),
'sqlsrv' =>
array (
'driver' => 'sqlsrv',
'url' => NULL,
'host' => '127.0.0.1',
'port' => '3306',
'database' => 'apci6_data',
'username' => 'root',
'password' => 'root',
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
),
'mongodb' =>
array (
'driver' => 'mongodb',
'host' => '127.0.0.1',
'port' => 27017,
'database' => 'blog',
'username' => '',
'password' => '',
),
),
'migrations' => 'migrations',
'redis' =>
array (
'client' => 'phpredis',
'options' =>
array (
'cluster' => 'redis',
'prefix' => 'laravel_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',
),
),
),
'entrust' =>
array (
'role' => 'App\\Models\\Role',
'roles_table' => 'roles',
'role_foreign_key' => 'role_id',
'user' => 'App\\Models\\User',
'users_table' => 'users',
'role_user_table' => 'role_user',
'user_foreign_key' => 'user_id',
'permission' => 'App\\Models\\Permission',
'permissions_table' => 'permissions',
'permission_role_table' => 'permission_role',
'permission_foreign_key' => 'permission_id',
'type' => 'web',
'response-error' => 'Unauthorized',
),
'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' => '',
),
'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' => 'E:\\www\\htdocs\\aphome\\backendV3\\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' => 'E:\\www\\htdocs\\aphome\\backendV3\\public\\data',
'visibility' => 'public',
),
'public' =>
array (
'driver' => 'local',
'root' => 'E:\\www\\htdocs\\aphome\\backendV3\\storage\\app/public',
'url' => 'http://localhost/storage',
'visibility' => 'public',
),
's3' =>
array (
'driver' => 's3',
'key' => '',
'secret' => '',
'region' => 'us-east-1',
'bucket' => '',
'url' => NULL,
'endpoint' => NULL,
'use_path_style_endpoint' => false,
),
),
'links' =>
array (
'E:\\www\\htdocs\\aphome\\backendV3\\public\\storage' => 'E:\\www\\htdocs\\aphome\\backendV3\\storage\\app/public',
),
),
'logging' =>
array (
'default' => 'stack',
'channels' =>
array (
'stack' =>
array (
'driver' => 'stack',
'channels' =>
array (
0 => 'single',
),
'ignore_exceptions' => false,
),
'single' =>
array (
'driver' => 'single',
'path' => 'E:\\www\\htdocs\\aphome\\backendV3\\storage\\logs/laravel.log',
'level' => 'debug',
),
'daily' =>
array (
'driver' => 'daily',
'path' => 'E:\\www\\htdocs\\aphome\\backendV3\\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',
'level' => 'debug',
'handler' => 'Monolog\\Handler\\StreamHandler',
'formatter' => NULL,
'with' =>
array (
'stream' => 'php://stderr',
),
),
'syslog' =>
array (
'driver' => 'syslog',
'level' => 'debug',
),
'errorlog' =>
array (
'driver' => 'errorlog',
'level' => 'debug',
),
'null' =>
array (
'driver' => 'monolog',
'handler' => 'Monolog\\Handler\\NullHandler',
),
'emergency' =>
array (
'path' => 'E:\\www\\htdocs\\aphome\\backendV3\\storage\\logs/laravel.log',
),
'customlog' =>
array (
'driver' => 'single',
'path' => 'E:\\www\\htdocs\\aphome\\backendV3\\storage\\logs/custom.log',
'level' => 'info',
),
),
),
'mail' =>
array (
'default' => 'smtp',
'mailers' =>
array (
'smtp' =>
array (
'transport' => 'smtp',
'host' => 'mailhog',
'port' => '1025',
'encryption' => NULL,
'username' => NULL,
'password' => NULL,
'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' => NULL,
'name' => 'Laravel',
),
'markdown' =>
array (
'theme' => 'default',
'paths' =>
array (
0 => 'E:\\www\\htdocs\\aphome\\backendV3\\resources\\views/vendor/mail',
),
),
),
'queue' =>
array (
'default' => 'sync',
'connections' =>
array (
'sync' =>
array (
'driver' => 'sync',
),
'database' =>
array (
'driver' => 'database',
'table' => 'jobs',
'queue' => 'default',
'retry_after' => 90,
'after_commit' => false,
),
'beanstalkd' =>
array (
'driver' => 'beanstalkd',
'host' => 'localhost',
'queue' => 'default',
'retry_after' => 90,
'block_for' => 0,
'after_commit' => false,
),
'sqs' =>
array (
'driver' => 'sqs',
'key' => '',
'secret' => '',
'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id',
'queue' => 'default',
'suffix' => NULL,
'region' => 'us-east-1',
'after_commit' => false,
),
'redis' =>
array (
'driver' => 'redis',
'connection' => 'default',
'queue' => 'default',
'retry_after' => 90,
'block_for' => NULL,
'after_commit' => false,
),
),
'failed' =>
array (
'driver' => 'database-uuids',
'database' => 'mysql',
'table' => 'failed_jobs',
),
),
'services' =>
array (
'mailgun' =>
array (
'domain' => NULL,
'secret' => NULL,
'endpoint' => 'api.mailgun.net',
),
'postmark' =>
array (
'token' => NULL,
),
'ses' =>
array (
'key' => '',
'secret' => '',
'region' => 'us-east-1',
),
),
'session' =>
array (
'driver' => 'file',
'lifetime' => '120',
'expire_on_close' => true,
'encrypt' => false,
'files' => 'E:\\www\\htdocs\\aphome\\backendV3\\storage\\framework/sessions',
'connection' => NULL,
'table' => 'sessions',
'store' => NULL,
'lottery' =>
array (
0 => 2,
1 => 100,
),
'cookie' => 'laravel_session',
'path' => '/',
'domain' => NULL,
'secure' => NULL,
'http_only' => true,
'same_site' => 'lax',
),
'source-encrypter' =>
array (
'source' =>
array (
0 => 'app',
1 => 'bootstrap',
2 => 'config',
3 => 'database',
4 => 'resources',
5 => 'routes',
6 => 'artisan',
7 => 'server.php',
),
'destination' => 'dist',
'key_length' => 8,
),
'view' =>
array (
'paths' =>
array (
0 => 'E:\\www\\htdocs\\aphome\\backendV3\\resources\\views',
),
'compiled' => 'E:\\www\\htdocs\\aphome\\backendV3\\storage\\framework\\views',
),
'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',
),
'image' =>
array (
'driver' => 'gd',
),
'sanctum' =>
array (
'stateful' =>
array (
0 => 'localhost',
1 => 'localhost:3000',
2 => '127.0.0.1',
3 => '127.0.0.1:8000',
4 => '::1',
5 => 'localhost',
),
'guard' =>
array (
0 => 'web',
),
'expiration' => NULL,
'middleware' =>
array (
'verify_csrf_token' => 'App\\Http\\Middleware\\VerifyCsrfToken',
'encrypt_cookies' => 'App\\Http\\Middleware\\EncryptCookies',
),
),
'trustedproxy' =>
array (
'proxies' => NULL,
'headers' => 30,
),
'tinker' =>
array (
'commands' =>
array (
),
'alias' =>
array (
),
'dont_alias' =>
array (
0 => 'App\\Nova',
),
),
);
Function Calls
None |
Stats
MD5 | aff658f39cb5e4eae970408c387288bf |
Eval Count | 0 |
Decode Time | 291 ms |