File manager - Edit - /var/www/payraty/hris-standalone/bootstrap/cache/config.php
Back
<?php return array ( 'app' => array ( 'name' => 'HRM', 'env' => 'production', 'debug' => false, 'url' => 'https://hris.payraty.com', 'frontend_url' => 'http://localhost:3000', 'asset_url' => NULL, 'timezone' => 'UTC', 'locale' => 'en', 'fallback_locale' => 'en', 'faker_locale' => 'en_US', 'cipher' => 'AES-256-CBC', 'key' => 'base64:KmXxxzPk4fdXVvSdQSjPzLUtuT2wumc8fSNensnx/lI=', 'previous_keys' => array ( ), 'maintenance' => array ( 'driver' => 'file', ), 'providers' => array ( 0 => 'Illuminate\\Auth\\AuthServiceProvider', 1 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider', 2 => 'Illuminate\\Bus\\BusServiceProvider', 3 => 'Illuminate\\Cache\\CacheServiceProvider', 4 => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 5 => 'Illuminate\\Cookie\\CookieServiceProvider', 6 => 'Illuminate\\Database\\DatabaseServiceProvider', 7 => 'Illuminate\\Encryption\\EncryptionServiceProvider', 8 => 'Illuminate\\Filesystem\\FilesystemServiceProvider', 9 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider', 10 => 'Illuminate\\Hashing\\HashServiceProvider', 11 => 'Illuminate\\Mail\\MailServiceProvider', 12 => 'Illuminate\\Notifications\\NotificationServiceProvider', 13 => 'Illuminate\\Pagination\\PaginationServiceProvider', 14 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider', 15 => 'Illuminate\\Pipeline\\PipelineServiceProvider', 16 => 'Illuminate\\Queue\\QueueServiceProvider', 17 => 'Illuminate\\Redis\\RedisServiceProvider', 18 => 'Illuminate\\Session\\SessionServiceProvider', 19 => 'Illuminate\\Translation\\TranslationServiceProvider', 20 => 'Illuminate\\Validation\\ValidationServiceProvider', 21 => 'Illuminate\\View\\ViewServiceProvider', 22 => 'Illuminate\\Auth\\AuthServiceProvider', 23 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider', 24 => 'Illuminate\\Bus\\BusServiceProvider', 25 => 'Illuminate\\Cache\\CacheServiceProvider', 26 => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 27 => 'Illuminate\\Cookie\\CookieServiceProvider', 28 => 'Illuminate\\Database\\DatabaseServiceProvider', 29 => 'Illuminate\\Encryption\\EncryptionServiceProvider', 30 => 'Illuminate\\Filesystem\\FilesystemServiceProvider', 31 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider', 32 => 'Illuminate\\Hashing\\HashServiceProvider', 33 => 'Illuminate\\Mail\\MailServiceProvider', 34 => 'Illuminate\\Notifications\\NotificationServiceProvider', 35 => 'Illuminate\\Pagination\\PaginationServiceProvider', 36 => 'Illuminate\\Pipeline\\PipelineServiceProvider', 37 => 'Illuminate\\Queue\\QueueServiceProvider', 38 => 'Illuminate\\Redis\\RedisServiceProvider', 39 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider', 40 => 'Illuminate\\Session\\SessionServiceProvider', 41 => 'Illuminate\\Translation\\TranslationServiceProvider', 42 => 'Illuminate\\Validation\\ValidationServiceProvider', 43 => 'Illuminate\\View\\ViewServiceProvider', 44 => 'Lab404\\Impersonate\\ImpersonateServiceProvider', 45 => 'App\\Providers\\AppServiceProvider', 46 => 'App\\Providers\\AuthServiceProvider', 47 => 'App\\Providers\\EventServiceProvider', 48 => 'App\\Providers\\RouteServiceProvider', 49 => 'RachidLaasri\\LaravelInstaller\\Providers\\LaravelInstallerServiceProvider', 50 => 'Maatwebsite\\Excel\\ExcelServiceProvider', 51 => 'Obydul\\LaraSkrill\\LaraSkrillServiceProvider', ), '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', 'Context' => 'Illuminate\\Support\\Facades\\Context', 'Cookie' => 'Illuminate\\Support\\Facades\\Cookie', 'Crypt' => 'Illuminate\\Support\\Facades\\Crypt', 'Date' => 'Illuminate\\Support\\Facades\\Date', 'DB' => 'Illuminate\\Support\\Facades\\DB', 'Eloquent' => 'Illuminate\\Database\\Eloquent\\Model', 'Event' => 'Illuminate\\Support\\Facades\\Event', 'File' => 'Illuminate\\Support\\Facades\\File', 'Gate' => 'Illuminate\\Support\\Facades\\Gate', 'Hash' => 'Illuminate\\Support\\Facades\\Hash', 'Http' => 'Illuminate\\Support\\Facades\\Http', 'Js' => 'Illuminate\\Support\\Js', 'Lang' => 'Illuminate\\Support\\Facades\\Lang', 'Log' => 'Illuminate\\Support\\Facades\\Log', 'Mail' => 'Illuminate\\Support\\Facades\\Mail', 'Notification' => 'Illuminate\\Support\\Facades\\Notification', 'Number' => 'Illuminate\\Support\\Number', 'Password' => 'Illuminate\\Support\\Facades\\Password', 'Process' => 'Illuminate\\Support\\Facades\\Process', 'Queue' => 'Illuminate\\Support\\Facades\\Queue', 'RateLimiter' => 'Illuminate\\Support\\Facades\\RateLimiter', 'Redirect' => 'Illuminate\\Support\\Facades\\Redirect', 'Request' => 'Illuminate\\Support\\Facades\\Request', 'Response' => 'Illuminate\\Support\\Facades\\Response', 'Route' => 'Illuminate\\Support\\Facades\\Route', 'Schedule' => 'Illuminate\\Support\\Facades\\Schedule', 'Schema' => 'Illuminate\\Support\\Facades\\Schema', 'Session' => 'Illuminate\\Support\\Facades\\Session', 'Storage' => 'Illuminate\\Support\\Facades\\Storage', 'Str' => 'Illuminate\\Support\\Str', 'URL' => 'Illuminate\\Support\\Facades\\URL', 'Validator' => 'Illuminate\\Support\\Facades\\Validator', 'View' => 'Illuminate\\Support\\Facades\\View', 'Vite' => 'Illuminate\\Support\\Facades\\Vite', 'Utility' => 'App\\Models\\Utility', 'Excel' => 'Maatwebsite\\Excel\\Facades\\Excel', 'Chatify' => 'Chatify\\Facades\\ChatifyMessenger', ), ), 'auth' => array ( 'defaults' => array ( 'guard' => 'web', 'passwords' => 'users', ), 'guards' => array ( 'web' => array ( 'driver' => 'session', 'provider' => 'users', ), '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' => 'log', 'connections' => array ( 'reverb' => array ( 'driver' => 'reverb', 'key' => NULL, 'secret' => NULL, 'app_id' => NULL, 'options' => array ( 'host' => NULL, 'port' => 443, 'scheme' => 'https', 'useTLS' => true, ), 'client_options' => array ( ), ), 'pusher' => array ( 'driver' => 'pusher', 'key' => '', 'secret' => '', 'app_id' => '', 'options' => array ( 'host' => 'api-mt1.pusher.com', 'port' => 443, 'scheme' => 'https', 'encrypted' => true, 'useTLS' => true, ), 'client_options' => array ( ), ), 'ably' => array ( 'driver' => 'ably', 'key' => NULL, ), 'log' => array ( 'driver' => 'log', ), 'null' => array ( 'driver' => 'null', ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'default', ), ), ), 'cache' => array ( 'default' => 'file', 'stores' => array ( 'array' => array ( 'driver' => 'array', 'serialize' => false, ), 'database' => array ( 'driver' => 'database', 'connection' => NULL, 'table' => 'cache', 'lock_connection' => NULL, 'lock_table' => NULL, ), 'file' => array ( 'driver' => 'file', 'path' => '/var/www/payraty/hris-standalone/storage/framework/cache/data', 'lock_path' => '/var/www/payraty/hris-standalone/storage/framework/cache/data', ), 'memcached' => array ( 'driver' => 'memcached', 'persistent_id' => NULL, 'sasl' => array ( 0 => NULL, 1 => NULL, ), 'options' => array ( ), 'servers' => array ( 0 => array ( 'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100, ), ), ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'cache', 'lock_connection' => 'default', ), 'dynamodb' => array ( 'driver' => 'dynamodb', 'key' => NULL, 'secret' => NULL, 'region' => 'us-east-1', 'table' => 'cache', 'endpoint' => NULL, ), 'octane' => array ( 'driver' => 'octane', ), ), 'prefix' => 'hrm_cache_', ), 'chatify' => array ( 'name' => 'Messenger', 'storage_disk_name' => 'public', 'routes' => array ( 'prefix' => 'chats', 'middleware' => array ( 0 => 'web', 1 => 'auth', 2 => 'Pusher', ), 'namespace' => 'App\\Http\\Controllers\\vendor\\Chatify', ), 'api_routes' => array ( 'prefix' => 'chatify/api', 'middleware' => array ( 0 => 'api', ), 'namespace' => 'App\\Http\\Controllers\\vendor\\Chatify\\Api', ), 'pusher' => array ( 'key' => '', 'secret' => '', 'app_id' => '', 'options' => array ( 'cluster' => NULL, ), ), 'user_avatar' => array ( 'folder' => 'uploads/avatar', 'default' => 'avatar.png', ), 'gravatar' => array ( 'enabled' => false, 'image_size' => 200, 'imageset' => 'identicon', ), 'attachments' => array ( 'folder' => 'attachments', 'download_route_name' => 'attachments.download', 'allowed_images' => array ( 0 => 'png', 1 => 'jpg', 2 => 'jpeg', 3 => 'gif', ), 'allowed_files' => array ( 0 => 'zip', 1 => 'rar', 2 => 'txt', ), 'max_upload_size' => 150, ), 'colors' => array ( 0 => '#2180f3', 1 => '#2196F3', 2 => '#00BCD4', 3 => '#3F51B5', 4 => '#673AB7', 5 => '#4CAF50', 6 => '#FFC107', 7 => '#FF9800', 8 => '#ff2522', 9 => '#9C27B0', ), ), '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' => 'hris_standalone', 'prefix' => '', 'foreign_key_constraints' => true, 'busy_timeout' => NULL, 'journal_mode' => NULL, 'synchronous' => NULL, ), 'mysql' => array ( 'driver' => 'mysql', 'url' => NULL, 'host' => 'payraty-dev.cnoii2y6c5oj.eu-west-2.rds.amazonaws.com', 'port' => '3306', 'database' => 'hris_standalone', 'username' => 'root', 'password' => 'Payraty123#', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'prefix_indexes' => true, 'strict' => false, 'engine' => NULL, 'options' => array ( ), ), 'mariadb' => array ( 'driver' => 'mariadb', 'url' => NULL, 'host' => 'payraty-dev.cnoii2y6c5oj.eu-west-2.rds.amazonaws.com', 'port' => '3306', 'database' => 'hris_standalone', 'username' => 'root', 'password' => 'Payraty123#', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'prefix_indexes' => true, 'strict' => true, 'engine' => NULL, 'options' => array ( ), ), 'pgsql' => array ( 'driver' => 'pgsql', 'url' => NULL, 'host' => 'payraty-dev.cnoii2y6c5oj.eu-west-2.rds.amazonaws.com', 'port' => '3306', 'database' => 'hris_standalone', 'username' => 'root', 'password' => 'Payraty123#', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, 'search_path' => 'public', 'sslmode' => 'prefer', ), 'sqlsrv' => array ( 'driver' => 'sqlsrv', 'url' => NULL, 'host' => 'payraty-dev.cnoii2y6c5oj.eu-west-2.rds.amazonaws.com', 'port' => '3306', 'database' => 'hris_standalone', 'username' => 'root', 'password' => 'Payraty123#', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, ), ), 'migrations' => array ( 'table' => 'migrations', 'update_date_on_publish' => true, ), 'redis' => array ( 'client' => 'phpredis', 'options' => array ( 'cluster' => 'redis', 'prefix' => 'hrm_database_', ), 'default' => array ( 'url' => NULL, 'host' => '127.0.0.1', 'username' => NULL, 'password' => NULL, 'port' => '6379', 'database' => '0', ), 'cache' => array ( 'url' => NULL, 'host' => '127.0.0.1', 'username' => NULL, 'password' => NULL, 'port' => '6379', 'database' => '1', ), ), ), 'debugbar' => array ( 'enabled' => false, 'except' => array ( 0 => 'telescope*', 1 => 'horizon*', ), 'storage' => array ( 'enabled' => true, 'open' => false, 'driver' => 'file', 'path' => '/var/www/payraty/hris-standalone/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, 'ajax_handler_auto_show' => true, 'ajax_handler_enable_tab' => true, '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, 'slow_threshold' => false, ), 'mail' => array ( 'full_log' => false, ), 'views' => array ( 'timeline' => false, 'data' => false, 'exclude_paths' => array ( ), ), 'route' => array ( 'label' => true, ), 'logs' => array ( 'file' => NULL, ), 'cache' => array ( 'values' => true, ), ), 'inject' => true, 'route_prefix' => '_debugbar', 'route_middleware' => array ( ), 'route_domain' => NULL, 'theme' => 'auto', 'debug_backtrace_limit' => 50, ), 'files_types' => array ( '3dmf' => '3dmf', '3dm' => '3dm', 'avi' => 'avi', 'ai' => 'ai', 'bin' => 'bin', 'bmp' => 'bmp', 'cab' => 'cab', 'c' => 'c', 'c++' => 'c++', 'class' => 'class', 'css' => 'css', 'csv' => 'csv', 'cdr' => 'cdr', 'doc' => 'doc', 'dot' => 'dot', 'docx' => 'docx', 'dwg' => 'dwg', 'eps' => 'eps', 'exe' => 'exe', 'gif' => 'gif', 'gz' => 'gz', 'gtar' => 'gtar', 'flv' => 'flv', 'fh4' => 'fh4', 'fh5' => 'fh5', 'fhc' => 'fhc', 'help' => 'help', 'hlp' => 'hlp', 'html' => 'html', 'htm' => 'htm', 'ico' => 'ico', 'imap' => 'imap', 'inf' => 'inf', 'jpe' => 'jpe', 'jpeg' => 'jpeg', 'jpg' => 'jpg', 'js' => 'js', 'java' => 'java', 'latex' => 'latex', 'log' => 'log', 'm3u' => 'm3u', 'midi' => 'midi', 'mid' => 'mid', 'mov' => 'mov', 'mp3' => 'mp3', 'mpeg' => 'mpeg', 'mpg' => 'mpg', 'mp2' => 'mp2', 'ogg' => 'ogg', 'phtml' => 'phtml', 'php' => 'php', 'pdf' => 'pdf', 'pgp' => 'pgp', 'png' => 'png', 'pps' => 'pps', 'ppt' => 'ppt', 'ppz' => 'ppz', 'pot' => 'pot', 'ps' => 'ps', 'qt' => 'qt', 'qd3d' => 'qd3d', 'qd3' => 'qd3', 'qxd' => 'qxd', 'rar' => 'rar', 'ra' => 'ra', 'ram' => 'ram', 'rm' => 'rm', 'rtf' => 'rtf', 'spr' => 'spr', 'sprite' => 'sprite', 'stream' => 'stream', 'swf' => 'swf', 'svg' => 'svg', 'sgml' => 'sgml', 'sgm' => 'sgm', 'tar' => 'tar', 'tiff' => 'tiff', 'tif' => 'tif', 'tgz' => 'tgz', 'tex' => 'tex', 'txt' => 'txt', 'vob' => 'vob', 'wav' => 'wav', 'wrl' => 'wrl', 'xla' => 'xla', 'xls' => 'xls', 'xlc' => 'xlc', 'xml' => 'xml', 'xlsx' => 'xlsx', 'zip' => 'zip', ), 'filesystems' => array ( 'default' => 'local', 'disks' => array ( 'local' => array ( 'driver' => 'local', 'root' => '/var/www/payraty/hris-standalone/storage/', 'url' => 'https://hris.payraty.com/storage', 'visibility' => 'public', ), 'public' => array ( 'driver' => 'local', 'root' => '/var/www/payraty/hris-standalone/storage/app/public', 'url' => 'https://hris.payraty.com/storage', 'visibility' => 'public', ), 's3' => array ( 'driver' => 's3', 'key' => NULL, 'secret' => NULL, 'region' => NULL, 'bucket' => NULL, 'url' => NULL, 'endpoint' => NULL, 'use_path_style_endpoint' => false, ), 'wasabi' => array ( 'driver' => 's3', 'key' => NULL, 'secret' => NULL, 'region' => NULL, 'bucket' => NULL, 'endpoint' => NULL, ), ), 'links' => array ( '/var/www/payraty/hris-standalone/public/storage' => '/var/www/payraty/hris-standalone/storage/app/public', ), ), 'google-calendar' => array ( 'default_auth_profile' => 'service_account', 'auth_profiles' => array ( 'service_account' => array ( 'credentials_json' => '/var/www/payraty/hris-standalone/storage/googlecalender/service-account-credentials.json', ), 'oauth' => array ( 'credentials_json' => '/var/www/payraty/hris-standalone/storage/app/google-calendar/oauth-credentials.json', 'token_json' => '/var/www/payraty/hris-standalone/storage/app/google-calendar/oauth-token.json', ), ), 'calendar_id' => '6deedaa7d0b41fe0645701afe8a8c272b8adf6be9097d40fc27db2ef7a4827fe@group.calendar.google.com', 'user_to_impersonate' => NULL, ), 'hashing' => array ( 'driver' => 'bcrypt', 'bcrypt' => array ( 'rounds' => 10, ), 'argon' => array ( 'memory' => 65536, 'threads' => 1, 'time' => 4, ), 'rehash_on_login' => true, ), 'installer' => array ( 'core' => array ( 'minPhpVersion' => '8.2', ), 'final' => array ( 'key' => true, 'publish' => false, ), 'requirements' => array ( 'php' => array ( 0 => 'openssl', 1 => 'pdo', 2 => 'mbstring', 3 => 'tokenizer', 4 => 'JSON', 5 => 'cURL', ), 'apache' => array ( 0 => 'mod_rewrite', ), ), 'permissions' => array ( 'storage/' => '777', 'storage/framework/' => '777', 'storage/logs/' => '777', 'storage/uploads/' => '777', 'bootstrap/cache/' => '777', 'resources/lang/' => '777', ), 'environment' => array ( 'form' => array ( 'rules' => array ( 'app_name' => 'required|string|max:50', 'environment' => 'required|string|max:50', 'environment_custom' => 'required_if:environment,other|max:50', 'app_debug' => 'required|string', 'app_log_level' => 'required|string|max:50', 'app_url' => 'required|url', 'database_connection' => 'required|string|max:50', 'database_hostname' => 'required|string|max:50', 'database_port' => 'required|numeric', 'database_name' => 'required|string|max:50', 'database_username' => 'required|string|max:50', 'database_password' => 'nullable|string|max:50', 'broadcast_driver' => 'required|string|max:50', 'cache_driver' => 'required|string|max:50', 'session_driver' => 'required|string|max:50', 'queue_driver' => 'required|string|max:50', 'redis_hostname' => 'required|string|max:50', 'redis_password' => 'required|string|max:50', 'redis_port' => 'required|numeric', 'mail_driver' => 'required|string|max:50', 'mail_host' => 'required|string|max:50', 'mail_port' => 'required|string|max:50', 'mail_username' => 'required|string|max:50', 'mail_password' => 'required|string|max:50', 'mail_encryption' => 'required|string|max:50', 'pusher_app_id' => 'max:50', 'pusher_app_key' => 'max:50', 'pusher_app_secret' => 'max:50', ), ), ), 'installed' => array ( 'redirectOptions' => array ( 'route' => array ( 'name' => 'welcome', 'data' => array ( ), ), 'abort' => array ( 'type' => '404', ), 'dump' => array ( 'data' => 'Dumping a not found message.', ), ), ), 'installedAlreadyAction' => '', 'updaterEnabled' => 'true', ), 'laravel-translatable-string-exporter' => array ( 'directories' => array ( 0 => 'app', 1 => 'resources', 2 => 'Modules/LandingPage/Http', 3 => 'Modules/LandingPage/Resources', ), 'excluded-directories' => array ( ), 'patterns' => array ( 0 => '*.php', 1 => '*.js', ), 'allow-newlines' => false, 'functions' => array ( 0 => '__', 1 => '_t', 2 => '@lang', ), 'sort-keys' => true, 'add-persistent-strings-to-translations' => false, 'exclude-translation-keys' => false, 'put-untranslated-strings-at-the-top' => false, ), 'logging' => array ( 'default' => 'stack', 'deprecations' => array ( 'channel' => 'null', 'trace' => false, ), 'channels' => array ( 'stack' => array ( 'driver' => 'stack', 'channels' => array ( 0 => 'single', ), 'ignore_exceptions' => false, ), 'single' => array ( 'driver' => 'single', 'path' => '/var/www/payraty/hris-standalone/storage/logs/laravel.log', 'level' => 'debug', ), 'daily' => array ( 'driver' => 'daily', 'path' => '/var/www/payraty/hris-standalone/storage/logs/laravel.log', 'level' => 'debug', 'days' => 14, ), 'slack' => array ( 'driver' => 'slack', 'url' => NULL, 'username' => 'Laravel Log', 'emoji' => ':boom:', 'level' => 'critical', ), 'papertrail' => array ( 'driver' => 'monolog', 'level' => 'debug', 'handler' => 'Monolog\\Handler\\SyslogUdpHandler', 'handler_with' => array ( 'host' => NULL, 'port' => NULL, 'connectionString' => 'tls://:', ), ), 'stderr' => array ( 'driver' => 'monolog', 'level' => 'debug', 'handler' => 'Monolog\\Handler\\StreamHandler', 'formatter' => NULL, 'with' => array ( 'stream' => 'php://stderr', ), ), 'syslog' => array ( 'driver' => 'syslog', 'level' => 'debug', ), 'errorlog' => array ( 'driver' => 'errorlog', 'level' => 'debug', ), 'null' => array ( 'driver' => 'monolog', 'handler' => 'Monolog\\Handler\\NullHandler', ), 'emergency' => array ( 'path' => '/var/www/payraty/hris-standalone/storage/logs/laravel.log', ), 'PayTabs' => array ( 'driver' => 'single', 'path' => '/var/www/payraty/hris-standalone/storage/logs/paytabs.log', 'level' => 'info', ), 'deprecations' => array ( 'driver' => 'monolog', 'handler' => 'Monolog\\Handler\\NullHandler', ), ), ), 'mail' => array ( 'default' => 'smtp', 'mailers' => array ( 'smtp' => array ( 'transport' => 'smtp', 'host' => 'smtp.postmarkapp.com', 'port' => '587', 'encryption' => 'tls', 'username' => '07351fe9-b47f-4194-9dcc-dae0e04109b0', 'password' => '07351fe9-b47f-4194-9dcc-dae0e04109b0', 'timeout' => NULL, 'local_domain' => NULL, ), 'ses' => array ( 'transport' => 'ses', ), 'postmark' => array ( 'transport' => 'postmark', ), 'resend' => array ( 'transport' => 'resend', ), 'sendmail' => array ( 'transport' => 'sendmail', 'path' => '/usr/sbin/sendmail -bs -i', ), 'log' => array ( 'transport' => 'log', 'channel' => NULL, ), 'array' => array ( 'transport' => 'array', ), 'failover' => array ( 'transport' => 'failover', 'mailers' => array ( 0 => 'smtp', 1 => 'log', ), ), 'roundrobin' => array ( 'transport' => 'roundrobin', 'mailers' => array ( 0 => 'ses', 1 => 'postmark', ), ), 'mailgun' => array ( 'transport' => 'mailgun', ), ), 'from' => array ( 'address' => 'info@payraty.com', 'name' => 'Payraty', ), 'markdown' => array ( 'theme' => 'default', 'paths' => array ( 0 => '/var/www/payraty/hris-standalone/resources/views/vendor/mail', ), ), ), 'modules' => array ( 'namespace' => 'Modules', 'stubs' => array ( 'enabled' => false, 'path' => '/var/www/payraty/hris-standalone/vendor/nwidart/laravel-modules/src/Commands/stubs', 'files' => array ( 'routes/web' => 'routes/web.php', 'routes/api' => 'routes/api.php', 'views/index' => 'resources/views/index.blade.php', 'views/master' => 'resources/views/layouts/master.blade.php', 'scaffold/config' => 'config/config.php', 'composer' => 'composer.json', 'assets/js/app' => 'resources/assets/js/app.js', 'assets/sass/app' => 'resources/assets/sass/app.scss', 'vite' => 'vite.config.js', 'package' => 'package.json', ), 'replacements' => array ( 'routes/web' => array ( 0 => 'LOWER_NAME', 1 => 'STUDLY_NAME', 2 => 'MODULE_NAMESPACE', 3 => 'CONTROLLER_NAMESPACE', ), 'routes/api' => array ( 0 => 'LOWER_NAME', 1 => 'STUDLY_NAME', 2 => 'MODULE_NAMESPACE', 3 => 'CONTROLLER_NAMESPACE', ), 'vite' => array ( 0 => 'LOWER_NAME', 1 => 'STUDLY_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', 7 => 'APP_FOLDER_NAME', ), ), 'gitkeep' => true, ), 'paths' => array ( 'modules' => '/var/www/payraty/hris-standalone/Modules', 'assets' => '/var/www/payraty/hris-standalone/public/modules', 'migration' => '/var/www/payraty/hris-standalone/database/migrations', 'app_folder' => 'app/', 'generator' => array ( 'actions' => array ( 'path' => 'app/Actions', 'generate' => false, ), 'casts' => array ( 'path' => 'app/Casts', 'generate' => false, ), 'channels' => array ( 'path' => 'app/Broadcasting', 'generate' => false, ), 'class' => array ( 'path' => 'app/Classes', 'generate' => false, ), 'command' => array ( 'path' => 'app/Console', 'generate' => false, ), 'component-class' => array ( 'path' => 'app/View/Components', 'generate' => false, ), 'emails' => array ( 'path' => 'app/Emails', 'generate' => false, ), 'event' => array ( 'path' => 'app/Events', 'generate' => false, ), 'enums' => array ( 'path' => 'app/Enums', 'generate' => false, ), 'exceptions' => array ( 'path' => 'app/Exceptions', 'generate' => false, ), 'jobs' => array ( 'path' => 'app/Jobs', 'generate' => false, ), 'helpers' => array ( 'path' => 'app/Helpers', 'generate' => false, ), 'interfaces' => array ( 'path' => 'app/Interfaces', 'generate' => false, ), 'listener' => array ( 'path' => 'app/Listeners', 'generate' => false, ), 'model' => array ( 'path' => 'app/Models', 'generate' => false, ), 'notifications' => array ( 'path' => 'app/Notifications', 'generate' => false, ), 'observer' => array ( 'path' => 'app/Observers', 'generate' => false, ), 'policies' => array ( 'path' => 'app/Policies', 'generate' => false, ), 'provider' => array ( 'path' => 'app/Providers', 'generate' => true, ), 'repository' => array ( 'path' => 'app/Repositories', 'generate' => false, ), 'resource' => array ( 'path' => 'app/Transformers', 'generate' => false, ), 'route-provider' => array ( 'path' => 'app/Providers', 'generate' => true, ), 'rules' => array ( 'path' => 'app/Rules', 'generate' => false, ), 'services' => array ( 'path' => 'app/Services', 'generate' => false, ), 'scopes' => array ( 'path' => 'app/Models/Scopes', 'generate' => false, ), 'traits' => array ( 'path' => 'app/Traits', 'generate' => false, ), 'controller' => array ( 'path' => 'app/Http/Controllers', 'generate' => true, ), 'filter' => array ( 'path' => 'app/Http/Middleware', 'generate' => false, ), 'request' => array ( 'path' => 'app/Http/Requests', 'generate' => false, ), 'config' => array ( 'path' => 'config', 'generate' => true, ), 'factory' => array ( 'path' => 'database/factories', 'generate' => true, ), 'migration' => array ( 'path' => 'database/migrations', 'generate' => true, ), 'seeder' => array ( 'path' => 'database/seeders', 'generate' => true, ), 'lang' => array ( 'path' => 'lang', 'generate' => false, ), 'assets' => array ( 'path' => 'resources/assets', 'generate' => true, ), 'component-view' => array ( 'path' => 'resources/views/components', 'generate' => false, ), 'views' => array ( 'path' => 'resources/views', 'generate' => true, ), 'routes' => array ( 'path' => 'routes', 'generate' => true, ), 'test-feature' => array ( 'path' => 'tests/Feature', 'generate' => true, ), 'test-unit' => array ( 'path' => 'tests/Unit', 'generate' => true, ), ), ), 'commands' => array ( 0 => 'Nwidart\\Modules\\Commands\\Actions\\CheckLangCommand', 1 => 'Nwidart\\Modules\\Commands\\Actions\\DisableCommand', 2 => 'Nwidart\\Modules\\Commands\\Actions\\DumpCommand', 3 => 'Nwidart\\Modules\\Commands\\Actions\\EnableCommand', 4 => 'Nwidart\\Modules\\Commands\\Actions\\InstallCommand', 5 => 'Nwidart\\Modules\\Commands\\Actions\\ListCommand', 6 => 'Nwidart\\Modules\\Commands\\Actions\\ModelPruneCommand', 7 => 'Nwidart\\Modules\\Commands\\Actions\\ModelShowCommand', 8 => 'Nwidart\\Modules\\Commands\\Actions\\ModuleDeleteCommand', 9 => 'Nwidart\\Modules\\Commands\\Actions\\UnUseCommand', 10 => 'Nwidart\\Modules\\Commands\\Actions\\UpdateCommand', 11 => 'Nwidart\\Modules\\Commands\\Actions\\UseCommand', 12 => 'Nwidart\\Modules\\Commands\\Database\\MigrateCommand', 13 => 'Nwidart\\Modules\\Commands\\Database\\MigrateRefreshCommand', 14 => 'Nwidart\\Modules\\Commands\\Database\\MigrateResetCommand', 15 => 'Nwidart\\Modules\\Commands\\Database\\MigrateRollbackCommand', 16 => 'Nwidart\\Modules\\Commands\\Database\\MigrateStatusCommand', 17 => 'Nwidart\\Modules\\Commands\\Database\\SeedCommand', 18 => 'Nwidart\\Modules\\Commands\\Make\\ActionMakeCommand', 19 => 'Nwidart\\Modules\\Commands\\Make\\CastMakeCommand', 20 => 'Nwidart\\Modules\\Commands\\Make\\ChannelMakeCommand', 21 => 'Nwidart\\Modules\\Commands\\Make\\ClassMakeCommand', 22 => 'Nwidart\\Modules\\Commands\\Make\\CommandMakeCommand', 23 => 'Nwidart\\Modules\\Commands\\Make\\ComponentClassMakeCommand', 24 => 'Nwidart\\Modules\\Commands\\Make\\ComponentViewMakeCommand', 25 => 'Nwidart\\Modules\\Commands\\Make\\ControllerMakeCommand', 26 => 'Nwidart\\Modules\\Commands\\Make\\EventMakeCommand', 27 => 'Nwidart\\Modules\\Commands\\Make\\EventProviderMakeCommand', 28 => 'Nwidart\\Modules\\Commands\\Make\\EnumMakeCommand', 29 => 'Nwidart\\Modules\\Commands\\Make\\ExceptionMakeCommand', 30 => 'Nwidart\\Modules\\Commands\\Make\\FactoryMakeCommand', 31 => 'Nwidart\\Modules\\Commands\\Make\\InterfaceMakeCommand', 32 => 'Nwidart\\Modules\\Commands\\Make\\HelperMakeCommand', 33 => 'Nwidart\\Modules\\Commands\\Make\\JobMakeCommand', 34 => 'Nwidart\\Modules\\Commands\\Make\\ListenerMakeCommand', 35 => 'Nwidart\\Modules\\Commands\\Make\\MailMakeCommand', 36 => 'Nwidart\\Modules\\Commands\\Make\\MiddlewareMakeCommand', 37 => 'Nwidart\\Modules\\Commands\\Make\\MigrationMakeCommand', 38 => 'Nwidart\\Modules\\Commands\\Make\\ModelMakeCommand', 39 => 'Nwidart\\Modules\\Commands\\Make\\ModuleMakeCommand', 40 => 'Nwidart\\Modules\\Commands\\Make\\NotificationMakeCommand', 41 => 'Nwidart\\Modules\\Commands\\Make\\ObserverMakeCommand', 42 => 'Nwidart\\Modules\\Commands\\Make\\PolicyMakeCommand', 43 => 'Nwidart\\Modules\\Commands\\Make\\ProviderMakeCommand', 44 => 'Nwidart\\Modules\\Commands\\Make\\RepositoryMakeCommand', 45 => 'Nwidart\\Modules\\Commands\\Make\\RequestMakeCommand', 46 => 'Nwidart\\Modules\\Commands\\Make\\ResourceMakeCommand', 47 => 'Nwidart\\Modules\\Commands\\Make\\RouteProviderMakeCommand', 48 => 'Nwidart\\Modules\\Commands\\Make\\RuleMakeCommand', 49 => 'Nwidart\\Modules\\Commands\\Make\\ScopeMakeCommand', 50 => 'Nwidart\\Modules\\Commands\\Make\\SeedMakeCommand', 51 => 'Nwidart\\Modules\\Commands\\Make\\ServiceMakeCommand', 52 => 'Nwidart\\Modules\\Commands\\Make\\TraitMakeCommand', 53 => 'Nwidart\\Modules\\Commands\\Make\\TestMakeCommand', 54 => 'Nwidart\\Modules\\Commands\\Make\\ViewMakeCommand', 55 => 'Nwidart\\Modules\\Commands\\Publish\\PublishCommand', 56 => 'Nwidart\\Modules\\Commands\\Publish\\PublishConfigurationCommand', 57 => 'Nwidart\\Modules\\Commands\\Publish\\PublishMigrationCommand', 58 => 'Nwidart\\Modules\\Commands\\Publish\\PublishTranslationCommand', 59 => 'Nwidart\\Modules\\Commands\\ComposerUpdateCommand', 60 => 'Nwidart\\Modules\\Commands\\LaravelModulesV6Migrator', 61 => 'Nwidart\\Modules\\Commands\\SetupCommand', 62 => 'Nwidart\\Modules\\Commands\\Database\\MigrateFreshCommand', ), 'scan' => array ( 'enabled' => false, 'paths' => array ( 0 => '/var/www/payraty/hris-standalone/vendor/*/*', ), ), 'composer' => array ( 'vendor' => 'nwidart', 'author' => array ( 'name' => 'Nicolas Widart', 'email' => 'n.widart@gmail.com', ), 'composer-output' => false, ), 'cache' => array ( 'enabled' => false, 'driver' => 'file', 'key' => 'laravel-modules', 'lifetime' => 60, ), 'register' => array ( 'translations' => true, 'files' => 'register', ), 'activators' => array ( 'file' => array ( 'class' => 'Nwidart\\Modules\\Activators\\FileActivator', 'statuses-file' => '/var/www/payraty/hris-standalone/modules_statuses.json', 'cache-key' => 'activator.installed', 'cache-lifetime' => 604800, ), ), 'activator' => 'file', ), 'paypal' => array ( 'mode' => 'sandbox', 'sandbox' => array ( 'client_id' => '', 'client_secret' => '', 'app_id' => 'APP-80W284485P519543T', ), 'live' => array ( 'client_id' => '', 'client_secret' => '', 'app_id' => '', ), 'payment_action' => 'Sale', 'currency' => 'USD', 'notify_url' => '', 'locale' => 'en_US', 'validate_ssl' => true, ), 'paytabs' => array ( 'profile_id' => NULL, 'server_key' => NULL, 'currency' => NULL, 'region' => NULL, ), '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' => NULL, 'secret' => NULL, '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, ), ), 'batching' => array ( 'database' => 'mysql', 'table' => 'job_batches', ), '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 => 'hris.payraty.com', ), 'guard' => array ( 0 => 'web', ), 'expiration' => NULL, 'token_prefix' => '', 'middleware' => array ( 'verify_csrf_token' => 'App\\Http\\Middleware\\VerifyCsrfToken', 'encrypt_cookies' => 'App\\Http\\Middleware\\EncryptCookies', ), ), 'services' => array ( 'postmark' => array ( 'token' => NULL, ), 'ses' => array ( 'key' => NULL, 'secret' => NULL, 'region' => 'us-east-1', ), 'resend' => array ( 'key' => NULL, ), 'slack' => array ( 'notifications' => array ( 'bot_user_oauth_token' => NULL, 'channel' => NULL, ), ), 'mailgun' => array ( 'domain' => NULL, 'secret' => NULL, 'endpoint' => 'api.mailgun.net', 'scheme' => 'https', ), 'cashfree' => array ( 'key' => '', 'secret' => '', 'url' => 'https://sandbox.cashfree.com/pg/orders', ), ), 'session' => array ( 'driver' => 'file', 'lifetime' => 120, 'expire_on_close' => false, 'encrypt' => false, 'files' => '/var/www/payraty/hris-standalone/storage/framework/sessions', 'connection' => NULL, 'table' => 'sessions', 'store' => NULL, 'lottery' => array ( 0 => 2, 1 => 100, ), 'cookie' => 'hrm_session', 'path' => '/', 'domain' => NULL, 'secure' => NULL, 'http_only' => true, 'same_site' => NULL, 'partitioned' => false, ), 'timezones' => array ( 'America/Adak' => '(GMT-10:00) America/Adak (Hawaii-Aleutian Standard Time)', 'America/Atka' => '(GMT-10:00) America/Atka (Hawaii-Aleutian Standard Time)', 'America/Anchorage' => '(GMT-9:00) America/Anchorage (Alaska Standard Time)', 'America/Juneau' => '(GMT-9:00) America/Juneau (Alaska Standard Time)', 'America/Nome' => '(GMT-9:00) America/Nome (Alaska Standard Time)', 'America/Yakutat' => '(GMT-9:00) America/Yakutat (Alaska Standard Time)', 'America/Dawson' => '(GMT-8:00) America/Dawson (Pacific Standard Time)', 'America/Ensenada' => '(GMT-8:00) America/Ensenada (Pacific Standard Time)', 'America/Los_Angeles' => '(GMT-8:00) America/Los_Angeles (Pacific Standard Time)', 'America/Tijuana' => '(GMT-8:00) America/Tijuana (Pacific Standard Time)', 'America/Vancouver' => '(GMT-8:00) America/Vancouver (Pacific Standard Time)', 'America/Whitehorse' => '(GMT-8:00) America/Whitehorse (Pacific Standard Time)', 'Canada/Pacific' => '(GMT-8:00) Canada/Pacific (Pacific Standard Time)', 'Canada/Yukon' => '(GMT-8:00) Canada/Yukon (Pacific Standard Time)', 'Mexico/BajaNorte' => '(GMT-8:00) Mexico/BajaNorte (Pacific Standard Time)', 'America/Boise' => '(GMT-7:00) America/Boise (Mountain Standard Time)', 'America/Cambridge_Bay' => '(GMT-7:00) America/Cambridge_Bay (Mountain Standard Time)', 'America/Chihuahua' => '(GMT-7:00) America/Chihuahua (Mountain Standard Time)', 'America/Dawson_Creek' => '(GMT-7:00) America/Dawson_Creek (Mountain Standard Time)', 'America/Denver' => '(GMT-7:00) America/Denver (Mountain Standard Time)', 'America/Edmonton' => '(GMT-7:00) America/Edmonton (Mountain Standard Time)', 'America/Hermosillo' => '(GMT-7:00) America/Hermosillo (Mountain Standard Time)', 'America/Inuvik' => '(GMT-7:00) America/Inuvik (Mountain Standard Time)', 'America/Mazatlan' => '(GMT-7:00) America/Mazatlan (Mountain Standard Time)', 'America/Phoenix' => '(GMT-7:00) America/Phoenix (Mountain Standard Time)', 'America/Shiprock' => '(GMT-7:00) America/Shiprock (Mountain Standard Time)', 'America/Yellowknife' => '(GMT-7:00) America/Yellowknife (Mountain Standard Time)', 'Canada/Mountain' => '(GMT-7:00) Canada/Mountain (Mountain Standard Time)', 'Mexico/BajaSur' => '(GMT-7:00) Mexico/BajaSur (Mountain Standard Time)', 'America/Belize' => '(GMT-6:00) America/Belize (Central Standard Time)', 'America/Cancun' => '(GMT-6:00) America/Cancun (Central Standard Time)', 'America/Chicago' => '(GMT-6:00) America/Chicago (Central Standard Time)', 'America/Costa_Rica' => '(GMT-6:00) America/Costa_Rica (Central Standard Time)', 'America/El_Salvador' => '(GMT-6:00) America/El_Salvador (Central Standard Time)', 'America/Guatemala' => '(GMT-6:00) America/Guatemala (Central Standard Time)', 'America/Knox_IN' => '(GMT-6:00) America/Knox_IN (Central Standard Time)', 'America/Managua' => '(GMT-6:00) America/Managua (Central Standard Time)', 'America/Menominee' => '(GMT-6:00) America/Menominee (Central Standard Time)', 'America/Merida' => '(GMT-6:00) America/Merida (Central Standard Time)', 'America/Mexico_City' => '(GMT-6:00) America/Mexico_City (Central Standard Time)', 'America/Monterrey' => '(GMT-6:00) America/Monterrey (Central Standard Time)', 'America/Rainy_River' => '(GMT-6:00) America/Rainy_River (Central Standard Time)', 'America/Rankin_Inlet' => '(GMT-6:00) America/Rankin_Inlet (Central Standard Time)', 'America/Regina' => '(GMT-6:00) America/Regina (Central Standard Time)', 'America/Swift_Current' => '(GMT-6:00) America/Swift_Current (Central Standard Time)', 'America/Tegucigalpa' => '(GMT-6:00) America/Tegucigalpa (Central Standard Time)', 'America/Winnipeg' => '(GMT-6:00) America/Winnipeg (Central Standard Time)', 'Canada/Central' => '(GMT-6:00) Canada/Central (Central Standard Time)', 'Canada/East-Saskatchewan' => '(GMT-6:00) Canada/East-Saskatchewan (Central Standard Time)', 'Canada/Saskatchewan' => '(GMT-6:00) Canada/Saskatchewan (Central Standard Time)', 'Chile/EasterIsland' => '(GMT-6:00) Chile/EasterIsland (Easter Is. Time)', 'Mexico/General' => '(GMT-6:00) Mexico/General (Central Standard Time)', 'America/Atikokan' => '(GMT-5:00) America/Atikokan (Eastern Standard Time)', 'America/Bogota' => '(GMT-5:00) America/Bogota (Colombia Time)', 'America/Cayman' => '(GMT-5:00) America/Cayman (Eastern Standard Time)', 'America/Coral_Harbour' => '(GMT-5:00) America/Coral_Harbour (Eastern Standard Time)', 'America/Detroit' => '(GMT-5:00) America/Detroit (Eastern Standard Time)', 'America/Fort_Wayne' => '(GMT-5:00) America/Fort_Wayne (Eastern Standard Time)', 'America/Grand_Turk' => '(GMT-5:00) America/Grand_Turk (Eastern Standard Time)', 'America/Guayaquil' => '(GMT-5:00) America/Guayaquil (Ecuador Time)', 'America/Havana' => '(GMT-5:00) America/Havana (Cuba Standard Time)', 'America/Indianapolis' => '(GMT-5:00) America/Indianapolis (Eastern Standard Time)', 'America/Iqaluit' => '(GMT-5:00) America/Iqaluit (Eastern Standard Time)', 'America/Jamaica' => '(GMT-5:00) America/Jamaica (Eastern Standard Time)', 'America/Lima' => '(GMT-5:00) America/Lima (Peru Time)', 'America/Louisville' => '(GMT-5:00) America/Louisville (Eastern Standard Time)', 'America/Montreal' => '(GMT-5:00) America/Montreal (Eastern Standard Time)', 'America/Nassau' => '(GMT-5:00) America/Nassau (Eastern Standard Time)', 'America/New_York' => '(GMT-5:00) America/New_York (Eastern Standard Time)', 'America/Nipigon' => '(GMT-5:00) America/Nipigon (Eastern Standard Time)', 'America/Panama' => '(GMT-5:00) America/Panama (Eastern Standard Time)', 'America/Pangnirtung' => '(GMT-5:00) America/Pangnirtung (Eastern Standard Time)', 'America/Port-au-Prince' => '(GMT-5:00) America/Port-au-Prince (Eastern Standard Time)', 'America/Resolute' => '(GMT-5:00) America/Resolute (Eastern Standard Time)', 'America/Thunder_Bay' => '(GMT-5:00) America/Thunder_Bay (Eastern Standard Time)', 'America/Toronto' => '(GMT-5:00) America/Toronto (Eastern Standard Time)', 'Canada/Eastern' => '(GMT-5:00) Canada/Eastern (Eastern Standard Time)', 'America/Caracas' => '(GMT-4:-30) America/Caracas (Venezuela Time)', 'America/Anguilla' => '(GMT-4:00) America/Anguilla (Atlantic Standard Time)', 'America/Antigua' => '(GMT-4:00) America/Antigua (Atlantic Standard Time)', 'America/Aruba' => '(GMT-4:00) America/Aruba (Atlantic Standard Time)', 'America/Asuncion' => '(GMT-4:00) America/Asuncion (Paraguay Time)', 'America/Barbados' => '(GMT-4:00) America/Barbados (Atlantic Standard Time)', 'America/Blanc-Sablon' => '(GMT-4:00) America/Blanc-Sablon (Atlantic Standard Time)', 'America/Boa_Vista' => '(GMT-4:00) America/Boa_Vista (Amazon Time)', 'America/Campo_Grande' => '(GMT-4:00) America/Campo_Grande (Amazon Time)', 'America/Cuiaba' => '(GMT-4:00) America/Cuiaba (Amazon Time)', 'America/Curacao' => '(GMT-4:00) America/Curacao (Atlantic Standard Time)', 'America/Dominica' => '(GMT-4:00) America/Dominica (Atlantic Standard Time)', 'America/Eirunepe' => '(GMT-4:00) America/Eirunepe (Amazon Time)', 'America/Glace_Bay' => '(GMT-4:00) America/Glace_Bay (Atlantic Standard Time)', 'America/Goose_Bay' => '(GMT-4:00) America/Goose_Bay (Atlantic Standard Time)', 'America/Grenada' => '(GMT-4:00) America/Grenada (Atlantic Standard Time)', 'America/Guadeloupe' => '(GMT-4:00) America/Guadeloupe (Atlantic Standard Time)', 'America/Guyana' => '(GMT-4:00) America/Guyana (Guyana Time)', 'America/Halifax' => '(GMT-4:00) America/Halifax (Atlantic Standard Time)', 'America/La_Paz' => '(GMT-4:00) America/La_Paz (Bolivia Time)', 'America/Manaus' => '(GMT-4:00) America/Manaus (Amazon Time)', 'America/Marigot' => '(GMT-4:00) America/Marigot (Atlantic Standard Time)', 'America/Martinique' => '(GMT-4:00) America/Martinique (Atlantic Standard Time)', 'America/Moncton' => '(GMT-4:00) America/Moncton (Atlantic Standard Time)', 'America/Montserrat' => '(GMT-4:00) America/Montserrat (Atlantic Standard Time)', 'America/Port_of_Spain' => '(GMT-4:00) America/Port_of_Spain (Atlantic Standard Time)', 'America/Porto_Acre' => '(GMT-4:00) America/Porto_Acre (Amazon Time)', 'America/Porto_Velho' => '(GMT-4:00) America/Porto_Velho (Amazon Time)', 'America/Puerto_Rico' => '(GMT-4:00) America/Puerto_Rico (Atlantic Standard Time)', 'America/Rio_Branco' => '(GMT-4:00) America/Rio_Branco (Amazon Time)', 'America/Santiago' => '(GMT-4:00) America/Santiago (Chile Time)', 'America/Santo_Domingo' => '(GMT-4:00) America/Santo_Domingo (Atlantic Standard Time)', 'America/St_Barthelemy' => '(GMT-4:00) America/St_Barthelemy (Atlantic Standard Time)', 'America/St_Kitts' => '(GMT-4:00) America/St_Kitts (Atlantic Standard Time)', 'America/St_Lucia' => '(GMT-4:00) America/St_Lucia (Atlantic Standard Time)', 'America/St_Thomas' => '(GMT-4:00) America/St_Thomas (Atlantic Standard Time)', 'America/St_Vincent' => '(GMT-4:00) America/St_Vincent (Atlantic Standard Time)', 'America/Thule' => '(GMT-4:00) America/Thule (Atlantic Standard Time)', 'America/Tortola' => '(GMT-4:00) America/Tortola (Atlantic Standard Time)', 'America/Virgin' => '(GMT-4:00) America/Virgin (Atlantic Standard Time)', 'Antarctica/Palmer' => '(GMT-4:00) Antarctica/Palmer (Chile Time)', 'Atlantic/Bermuda' => '(GMT-4:00) Atlantic/Bermuda (Atlantic Standard Time)', 'Atlantic/Stanley' => '(GMT-4:00) Atlantic/Stanley (Falkland Is. Time)', 'Brazil/Acre' => '(GMT-4:00) Brazil/Acre (Amazon Time)', 'Brazil/West' => '(GMT-4:00) Brazil/West (Amazon Time)', 'Canada/Atlantic' => '(GMT-4:00) Canada/Atlantic (Atlantic Standard Time)', 'Chile/Continental' => '(GMT-4:00) Chile/Continental (Chile Time)', 'America/St_Johns' => '(GMT-3:-30) America/St_Johns (Newfoundland Standard Time)', 'Canada/Newfoundland' => '(GMT-3:-30) Canada/Newfoundland (Newfoundland Standard Time)', 'America/Araguaina' => '(GMT-3:00) America/Araguaina (Brasilia Time)', 'America/Bahia' => '(GMT-3:00) America/Bahia (Brasilia Time)', 'America/Belem' => '(GMT-3:00) America/Belem (Brasilia Time)', 'America/Buenos_Aires' => '(GMT-3:00) America/Buenos_Aires (Argentine Time)', 'America/Catamarca' => '(GMT-3:00) America/Catamarca (Argentine Time)', 'America/Cayenne' => '(GMT-3:00) America/Cayenne (French Guiana Time)', 'America/Cordoba' => '(GMT-3:00) America/Cordoba (Argentine Time)', 'America/Fortaleza' => '(GMT-3:00) America/Fortaleza (Brasilia Time)', 'America/Godthab' => '(GMT-3:00) America/Godthab (Western Greenland Time)', 'America/Jujuy' => '(GMT-3:00) America/Jujuy (Argentine Time)', 'America/Maceio' => '(GMT-3:00) America/Maceio (Brasilia Time)', 'America/Mendoza' => '(GMT-3:00) America/Mendoza (Argentine Time)', 'America/Miquelon' => '(GMT-3:00) America/Miquelon (Pierre & Miquelon Standard Time)', 'America/Montevideo' => '(GMT-3:00) America/Montevideo (Uruguay Time)', 'America/Paramaribo' => '(GMT-3:00) America/Paramaribo (Suriname Time)', 'America/Recife' => '(GMT-3:00) America/Recife (Brasilia Time)', 'America/Rosario' => '(GMT-3:00) America/Rosario (Argentine Time)', 'America/Santarem' => '(GMT-3:00) America/Santarem (Brasilia Time)', 'America/Sao_Paulo' => '(GMT-3:00) America/Sao_Paulo (Brasilia Time)', 'Antarctica/Rothera' => '(GMT-3:00) Antarctica/Rothera (Rothera Time)', 'Brazil/East' => '(GMT-3:00) Brazil/East (Brasilia Time)', 'America/Noronha' => '(GMT-2:00) America/Noronha (Fernando de Noronha Time)', 'Atlantic/South_Georgia' => '(GMT-2:00) Atlantic/South_Georgia (South Georgia Standard Time)', 'Brazil/DeNoronha' => '(GMT-2:00) Brazil/DeNoronha (Fernando de Noronha Time)', 'America/Scoresbysund' => '(GMT-1:00) America/Scoresbysund (Eastern Greenland Time)', 'Atlantic/Azores' => '(GMT-1:00) Atlantic/Azores (Azores Time)', 'Atlantic/Cape_Verde' => '(GMT-1:00) Atlantic/Cape_Verde (Cape Verde Time)', 'Africa/Abidjan' => '(GMT+0:00) Africa/Abidjan (Greenwich Mean Time)', 'Africa/Accra' => '(GMT+0:00) Africa/Accra (Ghana Mean Time)', 'Africa/Bamako' => '(GMT+0:00) Africa/Bamako (Greenwich Mean Time)', 'Africa/Banjul' => '(GMT+0:00) Africa/Banjul (Greenwich Mean Time)', 'Africa/Bissau' => '(GMT+0:00) Africa/Bissau (Greenwich Mean Time)', 'Africa/Casablanca' => '(GMT+0:00) Africa/Casablanca (Western European Time)', 'Africa/Conakry' => '(GMT+0:00) Africa/Conakry (Greenwich Mean Time)', 'Africa/Dakar' => '(GMT+0:00) Africa/Dakar (Greenwich Mean Time)', 'Africa/El_Aaiun' => '(GMT+0:00) Africa/El_Aaiun (Western European Time)', 'Africa/Freetown' => '(GMT+0:00) Africa/Freetown (Greenwich Mean Time)', 'Africa/Lome' => '(GMT+0:00) Africa/Lome (Greenwich Mean Time)', 'Africa/Monrovia' => '(GMT+0:00) Africa/Monrovia (Greenwich Mean Time)', 'Africa/Nouakchott' => '(GMT+0:00) Africa/Nouakchott (Greenwich Mean Time)', 'Africa/Ouagadougou' => '(GMT+0:00) Africa/Ouagadougou (Greenwich Mean Time)', 'Africa/Sao_Tome' => '(GMT+0:00) Africa/Sao_Tome (Greenwich Mean Time)', 'Africa/Timbuktu' => '(GMT+0:00) Africa/Timbuktu (Greenwich Mean Time)', 'America/Danmarkshavn' => '(GMT+0:00) America/Danmarkshavn (Greenwich Mean Time)', 'Atlantic/Canary' => '(GMT+0:00) Atlantic/Canary (Western European Time)', 'Atlantic/Faeroe' => '(GMT+0:00) Atlantic/Faeroe (Western European Time)', 'Atlantic/Faroe' => '(GMT+0:00) Atlantic/Faroe (Western European Time)', 'Atlantic/Madeira' => '(GMT+0:00) Atlantic/Madeira (Western European Time)', 'Atlantic/Reykjavik' => '(GMT+0:00) Atlantic/Reykjavik (Greenwich Mean Time)', 'Atlantic/St_Helena' => '(GMT+0:00) Atlantic/St_Helena (Greenwich Mean Time)', 'Europe/Belfast' => '(GMT+0:00) Europe/Belfast (Greenwich Mean Time)', 'Europe/Dublin' => '(GMT+0:00) Europe/Dublin (Greenwich Mean Time)', 'Europe/Guernsey' => '(GMT+0:00) Europe/Guernsey (Greenwich Mean Time)', 'Europe/Isle_of_Man' => '(GMT+0:00) Europe/Isle_of_Man (Greenwich Mean Time)', 'Europe/Jersey' => '(GMT+0:00) Europe/Jersey (Greenwich Mean Time)', 'Europe/Lisbon' => '(GMT+0:00) Europe/Lisbon (Western European Time)', 'Europe/London' => '(GMT+0:00) Europe/London (Greenwich Mean Time)', 'Africa/Algiers' => '(GMT+1:00) Africa/Algiers (Central European Time)', 'Africa/Bangui' => '(GMT+1:00) Africa/Bangui (Western African Time)', 'Africa/Brazzaville' => '(GMT+1:00) Africa/Brazzaville (Western African Time)', 'Africa/Ceuta' => '(GMT+1:00) Africa/Ceuta (Central European Time)', 'Africa/Douala' => '(GMT+1:00) Africa/Douala (Western African Time)', 'Africa/Kinshasa' => '(GMT+1:00) Africa/Kinshasa (Western African Time)', 'Africa/Lagos' => '(GMT+1:00) Africa/Lagos (Western African Time)', 'Africa/Libreville' => '(GMT+1:00) Africa/Libreville (Western African Time)', 'Africa/Luanda' => '(GMT+1:00) Africa/Luanda (Western African Time)', 'Africa/Malabo' => '(GMT+1:00) Africa/Malabo (Western African Time)', 'Africa/Ndjamena' => '(GMT+1:00) Africa/Ndjamena (Western African Time)', 'Africa/Niamey' => '(GMT+1:00) Africa/Niamey (Western African Time)', 'Africa/Porto-Novo' => '(GMT+1:00) Africa/Porto-Novo (Western African Time)', 'Africa/Tunis' => '(GMT+1:00) Africa/Tunis (Central European Time)', 'Africa/Windhoek' => '(GMT+1:00) Africa/Windhoek (Western African Time)', 'Arctic/Longyearbyen' => '(GMT+1:00) Arctic/Longyearbyen (Central European Time)', 'Atlantic/Jan_Mayen' => '(GMT+1:00) Atlantic/Jan_Mayen (Central European Time)', 'Europe/Amsterdam' => '(GMT+1:00) Europe/Amsterdam (Central European Time)', 'Europe/Andorra' => '(GMT+1:00) Europe/Andorra (Central European Time)', 'Europe/Belgrade' => '(GMT+1:00) Europe/Belgrade (Central European Time)', 'Europe/Berlin' => '(GMT+1:00) Europe/Berlin (Central European Time)', 'Europe/Bratislava' => '(GMT+1:00) Europe/Bratislava (Central European Time)', 'Europe/Brussels' => '(GMT+1:00) Europe/Brussels (Central European Time)', 'Europe/Budapest' => '(GMT+1:00) Europe/Budapest (Central European Time)', 'Europe/Copenhagen' => '(GMT+1:00) Europe/Copenhagen (Central European Time)', 'Europe/Gibraltar' => '(GMT+1:00) Europe/Gibraltar (Central European Time)', 'Europe/Ljubljana' => '(GMT+1:00) Europe/Ljubljana (Central European Time)', 'Europe/Luxembourg' => '(GMT+1:00) Europe/Luxembourg (Central European Time)', 'Europe/Madrid' => '(GMT+1:00) Europe/Madrid (Central European Time)', 'Europe/Malta' => '(GMT+1:00) Europe/Malta (Central European Time)', 'Europe/Monaco' => '(GMT+1:00) Europe/Monaco (Central European Time)', 'Europe/Oslo' => '(GMT+1:00) Europe/Oslo (Central European Time)', 'Europe/Paris' => '(GMT+1:00) Europe/Paris (Central European Time)', 'Europe/Podgorica' => '(GMT+1:00) Europe/Podgorica (Central European Time)', 'Europe/Prague' => '(GMT+1:00) Europe/Prague (Central European Time)', 'Europe/Rome' => '(GMT+1:00) Europe/Rome (Central European Time)', 'Europe/San_Marino' => '(GMT+1:00) Europe/San_Marino (Central European Time)', 'Europe/Sarajevo' => '(GMT+1:00) Europe/Sarajevo (Central European Time)', 'Europe/Skopje' => '(GMT+1:00) Europe/Skopje (Central European Time)', 'Europe/Stockholm' => '(GMT+1:00) Europe/Stockholm (Central European Time)', 'Europe/Tirane' => '(GMT+1:00) Europe/Tirane (Central European Time)', 'Europe/Vaduz' => '(GMT+1:00) Europe/Vaduz (Central European Time)', 'Europe/Vatican' => '(GMT+1:00) Europe/Vatican (Central European Time)', 'Europe/Vienna' => '(GMT+1:00) Europe/Vienna (Central European Time)', 'Europe/Warsaw' => '(GMT+1:00) Europe/Warsaw (Central European Time)', 'Europe/Zagreb' => '(GMT+1:00) Europe/Zagreb (Central European Time)', 'Europe/Zurich' => '(GMT+1:00) Europe/Zurich (Central European Time)', 'Africa/Blantyre' => '(GMT+2:00) Africa/Blantyre (Central African Time)', 'Africa/Bujumbura' => '(GMT+2:00) Africa/Bujumbura (Central African Time)', 'Africa/Cairo' => '(GMT+2:00) Africa/Cairo (Eastern European Time)', 'Africa/Gaborone' => '(GMT+2:00) Africa/Gaborone (Central African Time)', 'Africa/Harare' => '(GMT+2:00) Africa/Harare (Central African Time)', 'Africa/Johannesburg' => '(GMT+2:00) Africa/Johannesburg (South Africa Standard Time)', 'Africa/Kigali' => '(GMT+2:00) Africa/Kigali (Central African Time)', 'Africa/Lubumbashi' => '(GMT+2:00) Africa/Lubumbashi (Central African Time)', 'Africa/Lusaka' => '(GMT+2:00) Africa/Lusaka (Central African Time)', 'Africa/Maputo' => '(GMT+2:00) Africa/Maputo (Central African Time)', 'Africa/Maseru' => '(GMT+2:00) Africa/Maseru (South Africa Standard Time)', 'Africa/Mbabane' => '(GMT+2:00) Africa/Mbabane (South Africa Standard Time)', 'Africa/Tripoli' => '(GMT+2:00) Africa/Tripoli (Eastern European Time)', 'Asia/Amman' => '(GMT+2:00) Asia/Amman (Eastern European Time)', 'Asia/Beirut' => '(GMT+2:00) Asia/Beirut (Eastern European Time)', 'Asia/Damascus' => '(GMT+2:00) Asia/Damascus (Eastern European Time)', 'Asia/Gaza' => '(GMT+2:00) Asia/Gaza (Eastern European Time)', 'Asia/Istanbul' => '(GMT+2:00) Asia/Istanbul (Eastern European Time)', 'Asia/Jerusalem' => '(GMT+2:00) Asia/Jerusalem (Israel Standard Time)', 'Asia/Nicosia' => '(GMT+2:00) Asia/Nicosia (Eastern European Time)', 'Asia/Tel_Aviv' => '(GMT+2:00) Asia/Tel_Aviv (Israel Standard Time)', 'Europe/Athens' => '(GMT+2:00) Europe/Athens (Eastern European Time)', 'Europe/Bucharest' => '(GMT+2:00) Europe/Bucharest (Eastern European Time)', 'Europe/Chisinau' => '(GMT+2:00) Europe/Chisinau (Eastern European Time)', 'Europe/Helsinki' => '(GMT+2:00) Europe/Helsinki (Eastern European Time)', 'Europe/Istanbul' => '(GMT+2:00) Europe/Istanbul (Eastern European Time)', 'Europe/Kaliningrad' => '(GMT+2:00) Europe/Kaliningrad (Eastern European Time)', 'Europe/Kiev' => '(GMT+2:00) Europe/Kiev (Eastern European Time)', 'Europe/Mariehamn' => '(GMT+2:00) Europe/Mariehamn (Eastern European Time)', 'Europe/Minsk' => '(GMT+2:00) Europe/Minsk (Eastern European Time)', 'Europe/Nicosia' => '(GMT+2:00) Europe/Nicosia (Eastern European Time)', 'Europe/Riga' => '(GMT+2:00) Europe/Riga (Eastern European Time)', 'Europe/Simferopol' => '(GMT+2:00) Europe/Simferopol (Eastern European Time)', 'Europe/Sofia' => '(GMT+2:00) Europe/Sofia (Eastern European Time)', 'Europe/Tallinn' => '(GMT+2:00) Europe/Tallinn (Eastern European Time)', 'Europe/Tiraspol' => '(GMT+2:00) Europe/Tiraspol (Eastern European Time)', 'Europe/Uzhgorod' => '(GMT+2:00) Europe/Uzhgorod (Eastern European Time)', 'Europe/Vilnius' => '(GMT+2:00) Europe/Vilnius (Eastern European Time)', 'Europe/Zaporozhye' => '(GMT+2:00) Europe/Zaporozhye (Eastern European Time)', 'Africa/Addis_Ababa' => '(GMT+3:00) Africa/Addis_Ababa (Eastern African Time)', 'Africa/Asmara' => '(GMT+3:00) Africa/Asmara (Eastern African Time)', 'Africa/Asmera' => '(GMT+3:00) Africa/Asmera (Eastern African Time)', 'Africa/Dar_es_Salaam' => '(GMT+3:00) Africa/Dar_es_Salaam (Eastern African Time)', 'Africa/Djibouti' => '(GMT+3:00) Africa/Djibouti (Eastern African Time)', 'Africa/Kampala' => '(GMT+3:00) Africa/Kampala (Eastern African Time)', 'Africa/Khartoum' => '(GMT+3:00) Africa/Khartoum (Eastern African Time)', 'Africa/Mogadishu' => '(GMT+3:00) Africa/Mogadishu (Eastern African Time)', 'Africa/Nairobi' => '(GMT+3:00) Africa/Nairobi (Eastern African Time)', 'Antarctica/Syowa' => '(GMT+3:00) Antarctica/Syowa (Syowa Time)', 'Asia/Aden' => '(GMT+3:00) Asia/Aden (Arabia Standard Time)', 'Asia/Baghdad' => '(GMT+3:00) Asia/Baghdad (Arabia Standard Time)', 'Asia/Bahrain' => '(GMT+3:00) Asia/Bahrain (Arabia Standard Time)', 'Asia/Kuwait' => '(GMT+3:00) Asia/Kuwait (Arabia Standard Time)', 'Asia/Qatar' => '(GMT+3:00) Asia/Qatar (Arabia Standard Time)', 'Europe/Moscow' => '(GMT+3:00) Europe/Moscow (Moscow Standard Time)', 'Europe/Volgograd' => '(GMT+3:00) Europe/Volgograd (Volgograd Time)', 'Indian/Antananarivo' => '(GMT+3:00) Indian/Antananarivo (Eastern African Time)', 'Indian/Comoro' => '(GMT+3:00) Indian/Comoro (Eastern African Time)', 'Indian/Mayotte' => '(GMT+3:00) Indian/Mayotte (Eastern African Time)', 'Asia/Tehran' => '(GMT+3:30) Asia/Tehran (Iran Standard Time)', 'Asia/Baku' => '(GMT+4:00) Asia/Baku (Azerbaijan Time)', 'Asia/Dubai' => '(GMT+4:00) Asia/Dubai (Gulf Standard Time)', 'Asia/Muscat' => '(GMT+4:00) Asia/Muscat (Gulf Standard Time)', 'Asia/Tbilisi' => '(GMT+4:00) Asia/Tbilisi (Georgia Time)', 'Asia/Yerevan' => '(GMT+4:00) Asia/Yerevan (Armenia Time)', 'Europe/Samara' => '(GMT+4:00) Europe/Samara (Samara Time)', 'Indian/Mahe' => '(GMT+4:00) Indian/Mahe (Seychelles Time)', 'Indian/Mauritius' => '(GMT+4:00) Indian/Mauritius (Mauritius Time)', 'Indian/Reunion' => '(GMT+4:00) Indian/Reunion (Reunion Time)', 'Asia/Kabul' => '(GMT+4:30) Asia/Kabul (Afghanistan Time)', 'Asia/Aqtau' => '(GMT+5:00) Asia/Aqtau (Aqtau Time)', 'Asia/Aqtobe' => '(GMT+5:00) Asia/Aqtobe (Aqtobe Time)', 'Asia/Ashgabat' => '(GMT+5:00) Asia/Ashgabat (Turkmenistan Time)', 'Asia/Ashkhabad' => '(GMT+5:00) Asia/Ashkhabad (Turkmenistan Time)', 'Asia/Dushanbe' => '(GMT+5:00) Asia/Dushanbe (Tajikistan Time)', 'Asia/Karachi' => '(GMT+5:00) Asia/Karachi (Pakistan Time)', 'Asia/Oral' => '(GMT+5:00) Asia/Oral (Oral Time)', 'Asia/Samarkand' => '(GMT+5:00) Asia/Samarkand (Uzbekistan Time)', 'Asia/Tashkent' => '(GMT+5:00) Asia/Tashkent (Uzbekistan Time)', 'Asia/Yekaterinburg' => '(GMT+5:00) Asia/Yekaterinburg (Yekaterinburg Time)', 'Indian/Kerguelen' => '(GMT+5:00) Indian/Kerguelen (French Southern & Antarctic Lands Time)', 'Indian/Maldives' => '(GMT+5:00) Indian/Maldives (Maldives Time)', 'Asia/Calcutta' => '(GMT+5:30) Asia/Calcutta (India Standard Time)', 'Asia/Colombo' => '(GMT+5:30) Asia/Colombo (India Standard Time)', 'Asia/Kolkata' => '(GMT+5:30) Asia/Kolkata (India Standard Time)', 'Asia/Katmandu' => '(GMT+5:45) Asia/Katmandu (Nepal Time)', 'Antarctica/Mawson' => '(GMT+6:00) Antarctica/Mawson (Mawson Time)', 'Antarctica/Vostok' => '(GMT+6:00) Antarctica/Vostok (Vostok Time)', 'Asia/Almaty' => '(GMT+6:00) Asia/Almaty (Alma-Ata Time)', 'Asia/Bishkek' => '(GMT+6:00) Asia/Bishkek (Kirgizstan Time)', 'Asia/Dacca' => '(GMT+6:00) Asia/Dacca (Bangladesh Time)', 'Asia/Dhaka' => '(GMT+6:00) Asia/Dhaka (Bangladesh Time)', 'Asia/Novosibirsk' => '(GMT+6:00) Asia/Novosibirsk (Novosibirsk Time)', 'Asia/Omsk' => '(GMT+6:00) Asia/Omsk (Omsk Time)', 'Asia/Qyzylorda' => '(GMT+6:00) Asia/Qyzylorda (Qyzylorda Time)', 'Asia/Thimbu' => '(GMT+6:00) Asia/Thimbu (Bhutan Time)', 'Asia/Thimphu' => '(GMT+6:00) Asia/Thimphu (Bhutan Time)', 'Indian/Chagos' => '(GMT+6:00) Indian/Chagos (Indian Ocean Territory Time)', 'Asia/Rangoon' => '(GMT+6:30) Asia/Rangoon (Myanmar Time)', 'Indian/Cocos' => '(GMT+6:30) Indian/Cocos (Cocos Islands Time)', 'Antarctica/Davis' => '(GMT+7:00) Antarctica/Davis (Davis Time)', 'Asia/Bangkok' => '(GMT+7:00) Asia/Bangkok (Indochina Time)', 'Asia/Ho_Chi_Minh' => '(GMT+7:00) Asia/Ho_Chi_Minh (Indochina Time)', 'Asia/Hovd' => '(GMT+7:00) Asia/Hovd (Hovd Time)', 'Asia/Jakarta' => '(GMT+7:00) Asia/Jakarta (West Indonesia Time)', 'Asia/Krasnoyarsk' => '(GMT+7:00) Asia/Krasnoyarsk (Krasnoyarsk Time)', 'Asia/Phnom_Penh' => '(GMT+7:00) Asia/Phnom_Penh (Indochina Time)', 'Asia/Pontianak' => '(GMT+7:00) Asia/Pontianak (West Indonesia Time)', 'Asia/Saigon' => '(GMT+7:00) Asia/Saigon (Indochina Time)', 'Asia/Vientiane' => '(GMT+7:00) Asia/Vientiane (Indochina Time)', 'Indian/Christmas' => '(GMT+7:00) Indian/Christmas (Christmas Island Time)', 'Antarctica/Casey' => '(GMT+8:00) Antarctica/Casey (Western Standard Time (Australia))', 'Asia/Brunei' => '(GMT+8:00) Asia/Brunei (Brunei Time)', 'Asia/Choibalsan' => '(GMT+8:00) Asia/Choibalsan (Choibalsan Time)', 'Asia/Chongqing' => '(GMT+8:00) Asia/Chongqing (China Standard Time)', 'Asia/Chungking' => '(GMT+8:00) Asia/Chungking (China Standard Time)', 'Asia/Harbin' => '(GMT+8:00) Asia/Harbin (China Standard Time)', 'Asia/Hong_Kong' => '(GMT+8:00) Asia/Hong_Kong (Hong Kong Time)', 'Asia/Irkutsk' => '(GMT+8:00) Asia/Irkutsk (Irkutsk Time)', 'Asia/Kashgar' => '(GMT+8:00) Asia/Kashgar (China Standard Time)', 'Asia/Kuala_Lumpur' => '(GMT+8:00) Asia/Kuala_Lumpur (Malaysia Time)', 'Asia/Kuching' => '(GMT+8:00) Asia/Kuching (Malaysia Time)', 'Asia/Macao' => '(GMT+8:00) Asia/Macao (China Standard Time)', 'Asia/Macau' => '(GMT+8:00) Asia/Macau (China Standard Time)', 'Asia/Makassar' => '(GMT+8:00) Asia/Makassar (Central Indonesia Time)', 'Asia/Manila' => '(GMT+8:00) Asia/Manila (Philippines Time)', 'Asia/Shanghai' => '(GMT+8:00) Asia/Shanghai (China Standard Time)', 'Asia/Singapore' => '(GMT+8:00) Asia/Singapore (Singapore Time)', 'Asia/Taipei' => '(GMT+8:00) Asia/Taipei (China Standard Time)', 'Asia/Ujung_Pandang' => '(GMT+8:00) Asia/Ujung_Pandang (Central Indonesia Time)', 'Asia/Ulaanbaatar' => '(GMT+8:00) Asia/Ulaanbaatar (Ulaanbaatar Time)', 'Asia/Ulan_Bator' => '(GMT+8:00) Asia/Ulan_Bator (Ulaanbaatar Time)', 'Asia/Urumqi' => '(GMT+8:00) Asia/Urumqi (China Standard Time)', 'Australia/Perth' => '(GMT+8:00) Australia/Perth (Western Standard Time (Australia))', 'Australia/West' => '(GMT+8:00) Australia/West (Western Standard Time (Australia))', 'Australia/Eucla' => '(GMT+8:45) Australia/Eucla (Central Western Standard Time (Australia))', 'Asia/Dili' => '(GMT+9:00) Asia/Dili (Timor-Leste Time)', 'Asia/Jayapura' => '(GMT+9:00) Asia/Jayapura (East Indonesia Time)', 'Asia/Pyongyang' => '(GMT+9:00) Asia/Pyongyang (Korea Standard Time)', 'Asia/Seoul' => '(GMT+9:00) Asia/Seoul (Korea Standard Time)', 'Asia/Tokyo' => '(GMT+9:00) Asia/Tokyo (Japan Standard Time)', 'Asia/Yakutsk' => '(GMT+9:00) Asia/Yakutsk (Yakutsk Time)', 'Australia/Adelaide' => '(GMT+9:30) Australia/Adelaide (Central Standard Time (South Australia))', 'Australia/Broken_Hill' => '(GMT+9:30) Australia/Broken_Hill (Central Standard Time (South Australia/New South Wales))', 'Australia/Darwin' => '(GMT+9:30) Australia/Darwin (Central Standard Time (Northern Territory))', 'Australia/North' => '(GMT+9:30) Australia/North (Central Standard Time (Northern Territory))', 'Australia/South' => '(GMT+9:30) Australia/South (Central Standard Time (South Australia))', 'Australia/Yancowinna' => '(GMT+9:30) Australia/Yancowinna (Central Standard Time (South Australia/New South Wales))', 'Antarctica/DumontDUrville' => '(GMT+10:00) Antarctica/DumontDUrville (Dumont-d\'Urville Time)', 'Asia/Sakhalin' => '(GMT+10:00) Asia/Sakhalin (Sakhalin Time)', 'Asia/Vladivostok' => '(GMT+10:00) Asia/Vladivostok (Vladivostok Time)', 'Australia/ACT' => '(GMT+10:00) Australia/ACT (Eastern Standard Time (New South Wales))', 'Australia/Brisbane' => '(GMT+10:00) Australia/Brisbane (Eastern Standard Time (Queensland))', 'Australia/Canberra' => '(GMT+10:00) Australia/Canberra (Eastern Standard Time (New South Wales))', 'Australia/Currie' => '(GMT+10:00) Australia/Currie (Eastern Standard Time (New South Wales))', 'Australia/Hobart' => '(GMT+10:00) Australia/Hobart (Eastern Standard Time (Tasmania))', 'Australia/Lindeman' => '(GMT+10:00) Australia/Lindeman (Eastern Standard Time (Queensland))', 'Australia/Melbourne' => '(GMT+10:00) Australia/Melbourne (Eastern Standard Time (Victoria))', 'Australia/NSW' => '(GMT+10:00) Australia/NSW (Eastern Standard Time (New South Wales))', 'Australia/Queensland' => '(GMT+10:00) Australia/Queensland (Eastern Standard Time (Queensland))', 'Australia/Sydney' => '(GMT+10:00) Australia/Sydney (Eastern Standard Time (New South Wales))', 'Australia/Tasmania' => '(GMT+10:00) Australia/Tasmania (Eastern Standard Time (Tasmania))', 'Australia/Victoria' => '(GMT+10:00) Australia/Victoria (Eastern Standard Time (Victoria))', 'Australia/LHI' => '(GMT+10:30) Australia/LHI (Lord Howe Standard Time)', 'Australia/Lord_Howe' => '(GMT+10:30) Australia/Lord_Howe (Lord Howe Standard Time)', 'Asia/Magadan' => '(GMT+11:00) Asia/Magadan (Magadan Time)', 'Antarctica/McMurdo' => '(GMT+12:00) Antarctica/McMurdo (New Zealand Standard Time)', 'Antarctica/South_Pole' => '(GMT+12:00) Antarctica/South_Pole (New Zealand Standard Time)', 'Asia/Anadyr' => '(GMT+12:00) Asia/Anadyr (Anadyr Time)', 'Asia/Kamchatka' => '(GMT+12:00) Asia/Kamchatka (Petropavlovsk-Kamchatski Time)', ), 'view' => array ( 'paths' => array ( 0 => '/var/www/payraty/hris-standalone/resources/views', ), 'compiled' => '/var/www/payraty/hris-standalone/storage/framework/views', ), 'laravel-impersonate' => array ( 'session_key' => 'impersonated_by', 'session_guard' => 'impersonator_guard', 'session_guard_using' => 'impersonator_guard_using', 'default_impersonator_guard' => 'web', 'take_redirect_to' => '/', 'leave_redirect_to' => '/', ), 'payhere' => array ( 'api_endpoint' => NULL, 'merchant_id' => NULL, 'merchant_secret' => NULL, 'app_id' => NULL, 'app_secret' => NULL, ), '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' => 'guess', ), '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' => '/var/www/payraty/hris-standalone/storage/framework/cache/laravel-excel', 'local_permissions' => array ( ), 'remote_disk' => NULL, 'remote_prefix' => NULL, 'force_resync_remote' => NULL, ), ), 'flare' => array ( 'key' => NULL, 'flare_middleware' => array ( 0 => 'Spatie\\FlareClient\\FlareMiddleware\\RemoveRequestIp', 1 => 'Spatie\\FlareClient\\FlareMiddleware\\AddGitInformation', 2 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddNotifierName', 3 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddEnvironmentInformation', 4 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddExceptionInformation', 5 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddDumps', 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddLogs' => array ( 'maximum_number_of_collected_logs' => 200, ), 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddQueries' => array ( 'maximum_number_of_collected_queries' => 200, 'report_query_bindings' => true, ), 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddJobs' => array ( 'max_chained_job_reporting_depth' => 5, ), 6 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddContext', 7 => 'Spatie\\LaravelIgnition\\FlareMiddleware\\AddExceptionHandledStatus', 'Spatie\\FlareClient\\FlareMiddleware\\CensorRequestBodyFields' => array ( 'censor_fields' => array ( 0 => 'password', 1 => 'password_confirmation', ), ), 'Spatie\\FlareClient\\FlareMiddleware\\CensorRequestHeaders' => array ( 'headers' => array ( 0 => 'API-KEY', 1 => 'Authorization', 2 => 'Cookie', 3 => 'Set-Cookie', 4 => 'X-CSRF-TOKEN', 5 => 'X-XSRF-TOKEN', ), ), ), 'send_logs_as_events' => true, ), 'ignition' => array ( 'editor' => 'phpstorm', 'theme' => 'auto', 'enable_share_button' => true, 'register_commands' => false, 'solution_providers' => array ( 0 => 'Spatie\\Ignition\\Solutions\\SolutionProviders\\BadMethodCallSolutionProvider', 1 => 'Spatie\\Ignition\\Solutions\\SolutionProviders\\MergeConflictSolutionProvider', 2 => 'Spatie\\Ignition\\Solutions\\SolutionProviders\\UndefinedPropertySolutionProvider', 3 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\IncorrectValetDbCredentialsSolutionProvider', 4 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingAppKeySolutionProvider', 5 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\DefaultDbNameSolutionProvider', 6 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\TableNotFoundSolutionProvider', 7 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingImportSolutionProvider', 8 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\InvalidRouteActionSolutionProvider', 9 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\ViewNotFoundSolutionProvider', 10 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\RunningLaravelDuskInProductionProvider', 11 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingColumnSolutionProvider', 12 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UnknownValidationSolutionProvider', 13 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingMixManifestSolutionProvider', 14 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingViteManifestSolutionProvider', 15 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\MissingLivewireComponentSolutionProvider', 16 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UndefinedViewVariableSolutionProvider', 17 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\GenericLaravelExceptionSolutionProvider', 18 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\OpenAiSolutionProvider', 19 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\SailNetworkSolutionProvider', 20 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UnknownMysql8CollationSolutionProvider', 21 => 'Spatie\\LaravelIgnition\\Solutions\\SolutionProviders\\UnknownMariadbCollationSolutionProvider', ), 'ignored_solution_providers' => array ( ), 'enable_runnable_solutions' => NULL, 'remote_sites_path' => '/var/www/payraty/hris-standalone', 'local_sites_path' => '', 'housekeeping_endpoint_prefix' => '_ignition', 'settings_file_path' => '', 'recorders' => array ( 0 => 'Spatie\\LaravelIgnition\\Recorders\\DumpRecorder\\DumpRecorder', 1 => 'Spatie\\LaravelIgnition\\Recorders\\JobRecorder\\JobRecorder', 2 => 'Spatie\\LaravelIgnition\\Recorders\\LogRecorder\\LogRecorder', 3 => 'Spatie\\LaravelIgnition\\Recorders\\QueryRecorder\\QueryRecorder', ), 'open_ai_key' => NULL, 'with_stack_frame_arguments' => true, 'argument_reducers' => array ( 0 => 'Spatie\\Backtrace\\Arguments\\Reducers\\BaseTypeArgumentReducer', 1 => 'Spatie\\Backtrace\\Arguments\\Reducers\\ArrayArgumentReducer', 2 => 'Spatie\\Backtrace\\Arguments\\Reducers\\StdClassArgumentReducer', 3 => 'Spatie\\Backtrace\\Arguments\\Reducers\\EnumArgumentReducer', 4 => 'Spatie\\Backtrace\\Arguments\\Reducers\\ClosureArgumentReducer', 5 => 'Spatie\\Backtrace\\Arguments\\Reducers\\DateTimeArgumentReducer', 6 => 'Spatie\\Backtrace\\Arguments\\Reducers\\DateTimeZoneArgumentReducer', 7 => 'Spatie\\Backtrace\\Arguments\\Reducers\\SymphonyRequestArgumentReducer', 8 => 'Spatie\\LaravelIgnition\\ArgumentReducers\\ModelArgumentReducer', 9 => 'Spatie\\LaravelIgnition\\ArgumentReducers\\CollectionArgumentReducer', 10 => 'Spatie\\Backtrace\\Arguments\\Reducers\\StringableArgumentReducer', ), ), 'permission' => array ( 'models' => array ( 'permission' => 'Spatie\\Permission\\Models\\Permission', 'role' => 'Spatie\\Permission\\Models\\Role', ), 'table_names' => array ( 'roles' => 'roles', 'permissions' => 'permissions', 'model_has_permissions' => 'model_has_permissions', 'model_has_roles' => 'model_has_roles', 'role_has_permissions' => 'role_has_permissions', ), 'column_names' => array ( 'role_pivot_key' => NULL, 'permission_pivot_key' => NULL, 'model_morph_key' => 'model_id', 'team_foreign_key' => 'team_id', ), 'register_permission_check_method' => true, 'register_octane_reset_listener' => false, 'teams' => false, 'use_passport_client_credentials' => false, 'display_permission_in_exception' => false, 'display_role_in_exception' => false, 'enable_wildcard_permission' => false, 'cache' => array ( 'expiration_time' => \DateInterval::__set_state(array( 'from_string' => true, 'date_string' => '24 hours', )), 'key' => 'spatie.permission.cache', 'store' => 'default', ), ), 'captcha' => array ( 'secret' => NULL, 'sitekey' => NULL, 'options' => array ( 'timeout' => 30, ), ), 'landingpage' => array ( 'name' => 'LandingPage', ), 'tinker' => array ( 'commands' => array ( ), 'alias' => array ( ), 'dont_alias' => array ( 0 => 'App\\Nova', ), ), );
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings