![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/rentpix.corals.io/bootstrap/cache/ |
<?php return array ( 'activitylog' => array ( 'enabled' => true, 'delete_records_older_than_days' => 365, 'default_log_name' => 'default', 'default_auth_driver' => NULL, 'subject_returns_soft_deleted_models' => false, 'activity_model' => 'Spatie\\Activitylog\\Models\\Activity', 'table_name' => 'activity_log', 'database_connection' => 'mysql', ), 'analytics' => array ( 'view_id' => '119973179', 'service_account_credentials_json' => '/home/corals/rentpix.corals.io/storage/app/analytics/service-account-credentials.json', 'cache_lifetime_in_minutes' => 1440, 'cache' => array ( 'store' => 'file', ), ), 'app' => array ( 'name' => 'RentPix', 'env' => 'dev', 'debug' => true, 'demo_mode' => false, 'url' => 'https://rentpix.corals.io', 'export_excel_base_path' => 'app/exports/xlsx/', 'timezone' => 'America/New_York', 'locale' => 'en', 'fallback_locale' => 'en', 'key' => 'base64:06Zv8oe0po1Vk4/tr4vGnqfrhTQ/AY4JIsu3Bg+swdg=', 'cipher' => 'AES-256-CBC', 'log' => 'single', 'log_level' => 'debug', 'providers' => array ( 0 => 'Illuminate\\Auth\\AuthServiceProvider', 1 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider', 2 => 'Illuminate\\Bus\\BusServiceProvider', 3 => 'Illuminate\\Cache\\CacheServiceProvider', 4 => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 5 => 'Illuminate\\Cookie\\CookieServiceProvider', 6 => 'Illuminate\\Database\\DatabaseServiceProvider', 7 => 'Illuminate\\Encryption\\EncryptionServiceProvider', 8 => 'Illuminate\\Filesystem\\FilesystemServiceProvider', 9 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider', 10 => 'Illuminate\\Hashing\\HashServiceProvider', 11 => 'Illuminate\\Mail\\MailServiceProvider', 12 => 'Illuminate\\Notifications\\NotificationServiceProvider', 13 => 'Illuminate\\Pagination\\PaginationServiceProvider', 14 => 'Illuminate\\Pipeline\\PipelineServiceProvider', 15 => 'Illuminate\\Queue\\QueueServiceProvider', 16 => 'Illuminate\\Redis\\RedisServiceProvider', 17 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider', 18 => 'Illuminate\\Session\\SessionServiceProvider', 19 => 'Illuminate\\Translation\\TranslationServiceProvider', 20 => 'Illuminate\\Validation\\ValidationServiceProvider', 21 => 'Illuminate\\View\\ViewServiceProvider', 22 => 'App\\Providers\\AppServiceProvider', 23 => 'App\\Providers\\AuthServiceProvider', 24 => 'App\\Providers\\BroadcastServiceProvider', 25 => 'App\\Providers\\EventServiceProvider', 26 => 'App\\Providers\\RouteServiceProvider', 27 => 'Corals\\CoralServiceProvider', ), 'aliases' => array ( 'App' => 'Illuminate\\Support\\Facades\\App', 'Artisan' => 'Illuminate\\Support\\Facades\\Artisan', 'Auth' => 'Illuminate\\Support\\Facades\\Auth', 'Blade' => 'Illuminate\\Support\\Facades\\Blade', 'Broadcast' => 'Illuminate\\Support\\Facades\\Broadcast', 'Bus' => 'Illuminate\\Support\\Facades\\Bus', 'Cache' => 'Illuminate\\Support\\Facades\\Cache', 'Config' => 'Illuminate\\Support\\Facades\\Config', 'Cookie' => 'Illuminate\\Support\\Facades\\Cookie', 'Crypt' => 'Illuminate\\Support\\Facades\\Crypt', 'DB' => 'Illuminate\\Support\\Facades\\DB', 'Eloquent' => 'Illuminate\\Database\\Eloquent\\Model', 'Event' => 'Illuminate\\Support\\Facades\\Event', 'File' => 'Illuminate\\Support\\Facades\\File', 'Gate' => 'Illuminate\\Support\\Facades\\Gate', 'Hash' => 'Illuminate\\Support\\Facades\\Hash', 'Lang' => 'Illuminate\\Support\\Facades\\Lang', 'Log' => 'Illuminate\\Support\\Facades\\Log', 'Mail' => 'Illuminate\\Support\\Facades\\Mail', 'Notification' => 'Illuminate\\Support\\Facades\\Notification', 'Password' => 'Illuminate\\Support\\Facades\\Password', 'Queue' => 'Illuminate\\Support\\Facades\\Queue', 'Redirect' => 'Illuminate\\Support\\Facades\\Redirect', 'Redis' => 'Illuminate\\Support\\Facades\\Redis', 'Request' => 'Illuminate\\Support\\Facades\\Request', 'Response' => 'Illuminate\\Support\\Facades\\Response', 'Route' => 'Illuminate\\Support\\Facades\\Route', 'Schema' => 'Illuminate\\Support\\Facades\\Schema', 'Session' => 'Illuminate\\Support\\Facades\\Session', 'Storage' => 'Illuminate\\Support\\Facades\\Storage', 'URL' => 'Illuminate\\Support\\Facades\\URL', 'Validator' => 'Illuminate\\Support\\Facades\\Validator', 'View' => 'Illuminate\\Support\\Facades\\View', ), ), 'assets' => array ( 'default' => array ( 'js_dir' => '', ), ), 'auth' => array ( 'defaults' => array ( 'guard' => 'web', 'passwords' => 'users', ), 'guards' => array ( 'web' => array ( 'driver' => 'session', 'provider' => 'users', ), 'api' => array ( 'driver' => 'passport', 'provider' => 'users', ), ), 'providers' => array ( 'users' => array ( 'driver' => 'eloquent', 'model' => 'Corals\\User\\Models\\User', ), ), 'passwords' => array ( 'users' => array ( 'provider' => 'users', 'table' => 'password_resets', 'expire' => 60, ), ), ), 'broadcasting' => array ( 'default' => 'log', 'connections' => array ( 'pusher' => array ( 'driver' => 'pusher', 'key' => '', 'secret' => '', 'app_id' => '', 'options' => array ( ), ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'default', ), 'log' => array ( 'driver' => 'log', ), 'null' => array ( 'driver' => 'null', ), ), ), 'cache' => array ( 'default' => 'redis', 'stores' => array ( 'apc' => array ( 'driver' => 'apc', ), 'array' => array ( 'driver' => 'array', ), 'database' => array ( 'driver' => 'database', 'table' => 'cache', 'connection' => NULL, ), 'file' => array ( 'driver' => 'file', 'path' => '/home/corals/rentpix.corals.io/storage/framework/cache/data', ), 'memcached' => array ( 'driver' => 'memcached', 'persistent_id' => NULL, 'sasl' => array ( 0 => NULL, 1 => NULL, ), 'options' => array ( ), 'servers' => array ( 0 => array ( 'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100, ), ), ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'default', ), ), 'prefix' => 'rentpix_cache', ), 'cors' => array ( 'paths' => array ( 0 => 'api/*', ), '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, ), 'currency' => array ( 'default' => 'USD', 'api_key' => '', 'driver' => 'database', 'cache_driver' => 'redis', 'drivers' => array ( 'database' => array ( 'class' => 'Corals\\Modules\\Payment\\Common\\Drivers\\Database', 'connection' => NULL, 'table' => 'currencies', ), 'filesystem' => array ( 'class' => 'Corals\\Modules\\Payment\\Common\\Drivers\\Filesystem', 'disk' => NULL, 'path' => 'currencies.json', ), ), 'formatter' => NULL, 'formatters' => array ( 'php_intl' => array ( 'class' => 'Corals\\Modules\\Payment\\Common\\Formatters\\PHPIntl', ), ), ), 'database' => array ( 'default' => 'mysql', 'connections' => array ( 'sqlite' => array ( 'driver' => 'sqlite', 'database' => '/home/corals/rentpix.corals.io/database/corals_rentpix', 'prefix' => '', ), 'mysql' => array ( 'driver' => 'mysql', 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'corals_rentpix', 'username' => 'corals_db_user', 'password' => 'db_user#123', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'strict' => false, 'engine' => NULL, ), 'pgsql' => array ( 'driver' => 'pgsql', 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'corals_rentpix', 'username' => 'corals_db_user', 'password' => 'db_user#123', 'charset' => 'utf8', 'prefix' => '', 'schema' => 'public', 'sslmode' => 'prefer', ), 'sqlsrv' => array ( 'driver' => 'sqlsrv', 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'corals_rentpix', 'username' => 'corals_db_user', 'password' => 'db_user#123', 'charset' => 'utf8', 'prefix' => '', ), ), 'migrations' => 'migrations', 'redis' => array ( 'client' => 'predis', 'default' => array ( 'host' => '127.0.0.1', 'password' => NULL, 'port' => '6379', 'database' => '1', ), ), ), 'datatables' => array ( 'search' => array ( 'smart' => true, 'multi_term' => true, 'case_insensitive' => true, 'use_wildcards' => false, 'starts_with' => false, ), 'index_column' => 'DT_RowIndex', 'engines' => array ( 'eloquent' => 'Yajra\\DataTables\\EloquentDataTable', 'query' => 'Yajra\\DataTables\\QueryDataTable', 'collection' => 'Yajra\\DataTables\\CollectionDataTable', ), 'builders' => array ( ), 'nulls_last_sql' => ':column :direction NULLS LAST', 'error' => NULL, 'columns' => array ( 'excess' => array ( 0 => 'rn', 1 => 'row_num', ), 'escape' => '*', 'raw' => array ( 0 => 'action', ), 'blacklist' => array ( 0 => 'password', 1 => 'remember_token', ), 'whitelist' => '*', ), 'json' => array ( 'header' => array ( ), 'options' => 0, ), 'callback' => array ( 0 => '$', 1 => '$.', 2 => 'function', ), ), 'debugbar' => array ( 'enabled' => false, 'except' => array ( 0 => 'telescope*', 1 => 'horizon*', ), 'storage' => array ( 'enabled' => true, 'driver' => 'file', 'path' => '/home/corals/rentpix.corals.io/storage/debugbar', 'connection' => NULL, 'provider' => '', ), 'editor' => 'phpstorm', 'remote_sites_path' => '', 'local_sites_path' => '', 'include_vendors' => true, 'capture_ajax' => true, 'add_ajax_timing' => false, 'error_handler' => false, 'clockwork' => false, 'collectors' => array ( 'phpinfo' => true, 'messages' => true, 'time' => true, 'memory' => true, 'exceptions' => true, 'log' => true, 'db' => true, 'views' => true, 'route' => true, 'auth' => true, 'gate' => true, 'session' => true, 'symfony_request' => true, 'mail' => true, 'laravel' => false, 'events' => false, 'default_request' => false, 'logs' => false, 'files' => false, 'config' => false, 'cache' => false, ), 'options' => array ( 'auth' => array ( 'show_name' => true, ), 'db' => array ( 'with_params' => true, 'backtrace' => true, 'timeline' => false, 'explain' => array ( 'enabled' => false, 'types' => array ( 0 => 'SELECT', ), ), 'hints' => true, ), 'mail' => array ( 'full_log' => false, ), 'views' => array ( 'data' => false, ), 'route' => array ( 'label' => true, ), 'logs' => array ( 'file' => NULL, ), 'cache' => array ( 'values' => true, ), ), 'inject' => true, 'route_prefix' => '_debugbar', 'route_domain' => NULL, 'theme' => 'auto', 'debug_backtrace_limit' => 50, ), 'filesystems' => array ( 'default' => 'local', 'cloud' => 's3', 'disks' => array ( 'local' => array ( 'driver' => 'local', 'root' => '/home/corals/rentpix.corals.io/storage/app', ), 'public' => array ( 'driver' => 'local', 'root' => '/home/corals/rentpix.corals.io/storage/app/public', 'url' => 'https://rentpix.corals.io/storage', 'visibility' => 'public', ), 'tmp' => array ( 'driver' => 'local', 'root' => '/home/corals/rentpix.corals.io/storage/app/tmp', 'url' => 'https://rentpix.corals.io/storage', ), 's3' => array ( 'driver' => 's3', 'key' => 'AKIAYR7C5CUOEDC4MTUI', 'secret' => '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', 'region' => 'us-east-1', 'bucket' => 'rentpix', ), 'media' => array ( 'driver' => 'local', 'root' => '/home/corals/rentpix.corals.io/public/media', 'url' => '/media', ), 'secure_media' => array ( 'driver' => 'local', 'root' => '/home/corals/rentpix.corals.io/storage/app/media', 'url' => 'app/media', ), ), ), 'l5-swagger' => array ( 'default' => 'default', 'documentations' => array ( 'default' => array ( 'api' => array ( 'title' => 'RentPix Api Documentation', ), 'routes' => array ( 'api' => 'api/documentation', ), 'paths' => array ( 'use_absolute_path' => true, 'docs_json' => 'api-docs.json', 'docs_yaml' => 'api-docs.yaml', 'format_to_use_for_docs' => 'json', 'annotations' => array ( 0 => '/home/corals/rentpix.corals.io/Corals/Modules/RentPix/Http/Controllers/API', 1 => '/home/corals/rentpix.corals.io/Corals/core/User/Http/Controllers/API', ), ), ), ), 'defaults' => array ( 'routes' => array ( 'docs' => 'docs', 'oauth2_callback' => 'api/oauth2-callback', 'middleware' => array ( 'api' => array ( ), 'asset' => array ( ), 'docs' => array ( ), 'oauth2_callback' => array ( ), ), 'group_options' => array ( ), ), 'paths' => array ( 'docs' => '/home/corals/rentpix.corals.io/storage/api-docs', 'views' => '/home/corals/rentpix.corals.io/resources/views/vendor/l5-swagger', 'base' => NULL, 'swagger_ui_assets_path' => 'vendor/swagger-api/swagger-ui/dist/', 'excludes' => array ( ), ), 'scanOptions' => array ( 'analyser' => NULL, 'analysis' => NULL, 'processors' => array ( ), 'pattern' => NULL, 'exclude' => array ( ), 'open_api_spec_version' => '3.0.0', ), 'securityDefinitions' => array ( 'securitySchemes' => array ( ), 'security' => array ( 0 => array ( ), ), ), 'generate_always' => false, 'generate_yaml_copy' => false, 'proxy' => false, 'additional_config_url' => NULL, 'operations_sort' => NULL, 'validator_url' => NULL, 'ui' => array ( 'display' => array ( 'doc_expansion' => 'none', 'filter' => true, ), 'authorization' => array ( 'persist_authorization' => false, 'oauth2' => array ( 'use_pkce_with_authorization_code_grant' => false, ), ), ), 'constants' => array ( 'L5_SWAGGER_CONST_HOST' => 'http://my-default-host.com', ), ), ), 'larafirebase' => array ( 'authentication_key' => NULL, ), 'logging' => array ( 'default' => 'daily', 'channels' => array ( 'stack' => array ( 'driver' => 'stack', 'channels' => array ( 0 => 'daily', ), ), 'single' => array ( 'driver' => 'single', 'path' => '/home/corals/rentpix.corals.io/storage/logs/laravel.log', 'level' => 'debug', ), 'daily' => array ( 'driver' => 'daily', 'path' => '/home/corals/rentpix.corals.io/storage/logs/laravel.log', 'level' => 'debug', 'days' => 14, ), 'custom' => array ( 'driver' => 'daily', 'path' => '/home/corals/rentpix.corals.io/storage/logs/custom.log', 'level' => 'debug', 'days' => 14, ), 'slack' => array ( 'driver' => 'slack', 'url' => NULL, 'username' => 'Laravel Log', 'emoji' => ':boom:', 'level' => 'critical', ), 'papertrail' => array ( 'driver' => 'monolog', 'level' => 'debug', 'handler' => 'Monolog\\Handler\\SyslogUdpHandler', 'handler_with' => array ( 'host' => NULL, 'port' => NULL, ), ), 'stderr' => array ( 'driver' => 'monolog', 'handler' => 'Monolog\\Handler\\StreamHandler', 'formatter' => NULL, 'with' => array ( 'stream' => 'php://stderr', ), ), 'syslog' => array ( 'driver' => 'syslog', 'level' => 'debug', ), 'errorlog' => array ( 'driver' => 'errorlog', 'level' => 'debug', ), ), ), 'mail' => array ( 'driver' => 'smtp', 'host' => 'smtp.mailtrap.io', 'port' => '2525', 'from' => array ( 'address' => '[email protected]', 'name' => 'RentPix', ), 'encryption' => 'tls', 'username' => '50973d8c3e9c84', 'password' => 'f5a48240fad398', 'sendmail' => '/usr/sbin/sendmail -bs', 'markdown' => array ( 'theme' => 'default', 'paths' => array ( 0 => '/home/corals/rentpix.corals.io/resources/views/vendor/mail', ), ), 'stream' => array ( 'ssl' => array ( 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true, ), ), ), 'media-library' => array ( 'disk_name' => 'media', 'max_file_size' => 10485760, 'queue_connection_name' => 'sync', 'queue_name' => '', 'queue_conversions_by_default' => true, 'media_model' => 'Spatie\\MediaLibrary\\MediaCollections\\Models\\Media', 'use_default_collection_serialization' => false, 'temporary_upload_model' => 'Spatie\\MediaLibraryPro\\Models\\TemporaryUpload', 'enable_temporary_uploads_session_affinity' => true, 'generate_thumbnails_for_temporary_uploads' => true, 'file_namer' => 'Spatie\\MediaLibrary\\Support\\FileNamer\\DefaultFileNamer', 'path_generator' => 'Corals\\Media\\Classes\\CoralsPathGenerator', 'file_remover_class' => 'Spatie\\MediaLibrary\\Support\\FileRemover\\DefaultFileRemover', 'custom_path_generators' => array ( ), 'url_generator' => 'Spatie\\MediaLibrary\\Support\\UrlGenerator\\DefaultUrlGenerator', 'moves_media_on_update' => false, 'version_urls' => false, 'image_optimizers' => array ( 'Spatie\\ImageOptimizer\\Optimizers\\Jpegoptim' => array ( 0 => '--strip-all', 1 => '--all-progressive', ), 'Spatie\\ImageOptimizer\\Optimizers\\Pngquant' => array ( 0 => '--force', ), 'Spatie\\ImageOptimizer\\Optimizers\\Optipng' => array ( 0 => '-i0', 1 => '-o2', 2 => '-quiet', ), 'Spatie\\ImageOptimizer\\Optimizers\\Svgo' => array ( 0 => '--disable=cleanupIDs', ), 'Spatie\\ImageOptimizer\\Optimizers\\Gifsicle' => array ( 0 => '-b', 1 => '-O3', ), ), 'image_generators' => array ( 0 => 'Spatie\\MediaLibrary\\Conversions\\ImageGenerators\\Image', 1 => 'Spatie\\MediaLibrary\\Conversions\\ImageGenerators\\Webp', 2 => 'Spatie\\MediaLibrary\\Conversions\\ImageGenerators\\Pdf', 3 => 'Spatie\\MediaLibrary\\Conversions\\ImageGenerators\\Svg', 4 => 'Spatie\\MediaLibrary\\Conversions\\ImageGenerators\\Video', ), 'temporary_directory_path' => NULL, 'image_driver' => 'gd', 'ffmpeg_path' => '/usr/bin/ffmpeg', 'ffprobe_path' => '/usr/bin/ffprobe', 'jobs' => array ( 'perform_conversions' => 'Spatie\\MediaLibrary\\Conversions\\Jobs\\PerformConversionsJob', 'generate_responsive_images' => 'Spatie\\MediaLibrary\\ResponsiveImages\\Jobs\\GenerateResponsiveImagesJob', ), 'media_downloader' => 'Spatie\\MediaLibrary\\Downloaders\\DefaultDownloader', 'remote' => array ( 'extra_headers' => array ( 'CacheControl' => 'max-age=604800', ), ), 'responsive_images' => array ( 'width_calculator' => 'Spatie\\MediaLibrary\\ResponsiveImages\\WidthCalculator\\FileSizeOptimizedWidthCalculator', 'use_tiny_placeholders' => true, 'tiny_placeholder_generator' => 'Spatie\\MediaLibrary\\ResponsiveImages\\TinyPlaceholderGenerator\\Blurred', ), 'enable_vapor_uploads' => false, 'default_loading_attribute_value' => NULL, 'prefix' => '', 's3' => array ( ), ), 'permission' => array ( 'models' => array ( 'permission' => 'Corals\\User\\Models\\Permission', 'role' => 'Corals\\User\\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, 'teams' => false, 'display_permission_in_exception' => false, 'display_role_in_exception' => false, 'enable_wildcard_permission' => false, 'cache' => array ( 'expiration_time' => DateInterval::__set_state(array( 'y' => 0, 'm' => 0, 'd' => 0, 'h' => 24, 'i' => 0, 's' => 0, 'f' => 0.0, 'weekday' => 0, 'weekday_behavior' => 0, 'first_last_day_of' => 0, 'invert' => 0, 'days' => false, 'special_type' => 0, 'special_amount' => 0, 'have_weekday_relative' => 0, 'have_special_relative' => 0, )), 'key' => 'spatie.permission.cache', 'store' => 'default', ), 'cache_expiration_time' => 1440, 'log_registration_exception' => true, ), 'queue' => array ( 'default' => 'redis', 'connections' => array ( 'sync' => array ( 'driver' => 'sync', ), 'database' => array ( 'driver' => 'database', 'table' => 'jobs', 'queue' => 'default', 'retry_after' => 90, ), 'beanstalkd' => array ( 'driver' => 'beanstalkd', 'host' => 'localhost', 'queue' => 'default', 'retry_after' => 90, ), 'sqs' => array ( 'driver' => 'sqs', 'key' => 'your-public-key', 'secret' => 'your-secret-key', 'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id', 'queue' => 'your-queue-name', 'region' => 'us-east-1', ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'default', 'queue' => 'default', 'retry_after' => 90, ), ), 'failed' => array ( 'database' => 'mysql', 'table' => 'failed_jobs', ), ), 'seotools' => array ( 'meta' => array ( 'defaults' => array ( 'title' => false, 'description' => false, 'separator' => ' | ', 'keywords' => array ( ), 'canonical' => false, ), 'webmaster_tags' => array ( 'google' => NULL, 'bing' => NULL, 'alexa' => NULL, 'pinterest' => NULL, 'yandex' => NULL, ), ), 'opengraph' => array ( 'defaults' => array ( 'title' => false, 'description' => false, 'url' => false, 'type' => false, 'site_name' => false, 'images' => array ( ), ), ), 'twitter' => array ( 'defaults' => array ( ), ), ), 'services' => array ( 'mailgun' => array ( 'domain' => NULL, 'secret' => NULL, ), 'ses' => array ( 'key' => NULL, 'secret' => NULL, 'region' => 'us-east-1', ), 'sparkpost' => array ( 'secret' => NULL, ), 'stripe' => array ( 'model' => 'Corals\\User\\Models\\User', 'key' => NULL, 'secret' => NULL, ), 'facebook' => array ( 'client_id' => '', 'client_secret' => '', 'redirect' => '/social-auth/facebook/callback', ), 'twitter' => array ( 'client_id' => '', 'client_secret' => '', 'redirect' => '/social-auth/twitter/callback', ), 'google' => array ( 'client_id' => '', 'client_secret' => '', 'redirect' => '/social-auth/google/callback', ), 'github' => array ( 'client_id' => '', 'client_secret' => '', 'redirect' => '/social-auth/github/callback', ), 'nexmo' => array ( 'key' => 'xxxxxxxx', 'secret' => 'xxxxxxxxxxxxxxx', 'sms_from' => '1234567897', ), ), 'session' => array ( 'driver' => 'file', 'lifetime' => 120, 'expire_on_close' => false, 'encrypt' => false, 'files' => '/home/corals/rentpix.corals.io/storage/framework/sessions', 'connection' => NULL, 'table' => 'sessions', 'store' => NULL, 'lottery' => array ( 0 => 2, 1 => 100, ), 'cookie' => 'rentpix_session', 'path' => '/', 'domain' => NULL, 'secure' => NULL, 'http_only' => true, 'same_site' => NULL, ), 'view' => array ( 'paths' => array ( 0 => '/home/corals/rentpix.corals.io/resources/views', ), 'compiled' => '/home/corals/rentpix.corals.io/storage/framework/views', ), 'dompdf' => array ( 'show_warnings' => false, 'public_path' => NULL, 'convert_entities' => true, 'options' => array ( 'font_dir' => '/home/corals/rentpix.corals.io/storage/fonts', 'font_cache' => '/home/corals/rentpix.corals.io/storage/fonts', 'temp_dir' => '/tmp', 'chroot' => '/home/corals/rentpix.corals.io', 'allowed_protocols' => array ( 'file://' => array ( 'rules' => array ( ), ), 'http://' => array ( 'rules' => array ( ), ), 'https://' => array ( 'rules' => array ( ), ), ), 'log_output_file' => NULL, 'enable_font_subsetting' => false, 'pdf_backend' => 'CPDF', 'default_media_type' => 'screen', 'default_paper_size' => 'a4', 'default_paper_orientation' => 'portrait', 'default_font' => 'serif', 'dpi' => 96, 'enable_php' => false, 'enable_javascript' => true, 'enable_remote' => true, 'font_height_ratio' => 1.100000000000000088817841970012523233890533447265625, 'enable_html5_parser' => true, ), ), 'translation-manager' => array ( 'route' => array ( 'prefix' => 'translations', 'middleware' => 'web', ), 'delete_enabled' => true, 'exclude_groups' => array ( ), 'exclude_langs' => array ( ), 'sort_keys' => false, 'trans_functions' => array ( 0 => 'trans', 1 => 'trans_choice', 2 => 'Lang::get', 3 => 'Lang::choice', 4 => 'Lang::trans', 5 => 'Lang::transChoice', 6 => '@lang', 7 => '@choice', 8 => '__', 9 => '$trans.get', ), 'db_connection' => NULL, ), 'charts' => array ( 'default_library' => 'Chartjs', ), 'image' => array ( 'driver' => 'gd', ), 'passport' => array ( 'private_key' => NULL, 'public_key' => NULL, 'client_uuids' => false, 'personal_access_client' => array ( 'id' => NULL, 'secret' => NULL, ), 'storage' => array ( 'database' => array ( 'connection' => 'mysql', ), ), ), 'vonage' => array ( 'sms_from' => NULL, 'api_key' => NULL, 'api_secret' => NULL, 'application_id' => NULL, 'signature_secret' => NULL, 'private_key' => NULL, 'app' => array ( 'name' => 'Laravel', 'version' => '1.1.2', ), ), 'mailchimp' => array ( 'apikey' => NULL, ), 'iseed::config' => array ( 'path' => '/database/seeders', 'chunk_size' => 500, ), 'datatables-buttons' => array ( 'namespace' => array ( 'base' => 'DataTables', 'model' => '', ), 'pdf_generator' => 'snappy', 'snappy' => array ( 'options' => array ( 'no-outline' => true, 'margin-left' => '0', 'margin-right' => '0', 'margin-top' => '10mm', 'margin-bottom' => '10mm', ), 'orientation' => 'landscape', ), 'parameters' => array ( 'dom' => 'Bfrtip', 'order' => array ( 0 => array ( 0 => 0, 1 => 'desc', ), ), 'buttons' => array ( 0 => 'excel', 1 => 'csv', 2 => 'pdf', 3 => 'print', 4 => 'reset', 5 => 'reload', ), ), 'generator' => array ( 'columns' => 'id,add your columns,created_at,updated_at', 'buttons' => 'excel,csv,pdf,print,reset,reload', 'dom' => 'Bfrtip', ), ), 'datatables-html' => array ( 'namespace' => 'LaravelDataTables', 'table' => array ( 'class' => 'table', 'id' => 'dataTableBuilder', ), 'script' => 'datatables::script', 'editor' => 'datatables::editor', ), 'authy' => array ( 'mode' => 'live', 'sandbox' => array ( 'key' => '6cYoIa8E8rCfYKwSzvoR5JwiOYOAXsKw', ), 'live' => array ( 'key' => '6cYoIa8E8rCfYKwSzvoR5JwiOYOAXsKw', ), 'default_channel' => 'sms', 'supported_channels' => array ( 'sms' => 'SMS', 'phoneCall' => 'Phone Call', ), ), 'google' => array ( 'default_channel' => 'token', 'supported_channels' => array ( 'token' => 'Token', ), ), 'user' => array ( 'models' => array ( 'user' => array ( 'presenter' => 'Corals\\User\\Transformers\\UserPresenter', 'resource_url' => 'users', 'default_picture' => 'assets/corals/images/avatars/', 'translatable' => array ( 0 => 'name', ), 'ajaxSelectOptions' => array ( 'label' => 'User', 'model_class' => 'Corals\\User\\Models\\User', 'columns' => array ( 0 => 'email', 1 => 'name', 2 => 'last_name', ), ), 'csv_config' => array ( 'unique_columns' => array ( 0 => 'email', ), 'validation_rules' => array ( 'name' => 'required', 'last_name' => 'required', 'email' => 'required|email', 'address' => 'required', 'job_title' => 'required', 'phone_country_code' => 'required', 'phone_number' => 'required', ), 'csv_files' => array ( 'valid_entities' => 'import/valid_entities.csv', 'invalid_entities' => 'import/invalid_entities.csv', ), ), 'actions' => array ( 'impersonate' => array ( 'target' => '_blank', 'icon' => 'fa fa-fw fa-user', 'href_pattern' => array ( 'pattern' => '[arg]/impersonate', 'replace' => array ( 0 => 'return $object->getShowURL();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'User::labels.impersonate\');', ), ), 'policies' => array ( 0 => 'impersonate', ), 'data' => array ( 'action' => 'post', 'page_action' => 'redirectTo', 'confirmation_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'User::labels.impersonate_confirmation\');', ), ), ), ), 'sendMessage' => array ( 'policies' => array ( 0 => 'sendSMS', ), 'href_pattern' => array ( 'pattern' => '[arg]/messages', 'replace' => array ( 0 => 'return $object->getShowURL();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'SMS::labels.phone_number.send_message\');', ), ), 'data' => array ( ), ), ), 'genericActions' => array ( 'import' => array ( 'class' => 'btn btn-primary', 'href_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return url("import/users/get-import-modal");', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans("User::labels.import");', ), ), 'policies' => array ( 0 => 'create', ), 'data' => array ( 'action' => 'modal-load', 'title_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans("User::labels.import");', ), ), ), ), ), ), 'role' => array ( 'presenter' => 'Corals\\User\\Transformers\\RolePresenter', 'resource_url' => 'roles', 'genericActions' => array ( 'bulk_update' => array ( 'class' => 'btn btn-primary', 'href_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return url("roles/get-bulk-update-modal");', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans("User::labels.roles_bulk_update");', ), ), 'permissions' => '', 'data' => array ( 'size' => 'modal-lg', 'action' => 'modal-load', 'title_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans("User::labels.roles_bulk_update");', ), ), ), ), ), ), 'group' => array ( 'resource_url' => 'groups', 'presenter' => 'Corals\\User\\Transformers\\GroupPresenter', ), ), ), 'notification' => array ( 'models' => array ( 'notification_history' => array ( 'presenter' => 'Corals\\User\\Communication\\Transformers\\NotificationHistoryPresenter', ), 'notification_template' => array ( 'presenter' => 'Corals\\User\\Communication\\Transformers\\NotificationTemplatePresenter', 'resource_url' => 'notification-templates', 'actions' => array ( 'delete' => array ( ), 'activity_log' => array ( ), ), ), 'notification' => array ( 'presenter' => 'Corals\\User\\Communication\\Transformers\\NotificationPresenter', 'resource_url' => 'notifications', 'actions' => array ( 'delete' => array ( ), 'edit' => array ( ), 'toggle-read' => array ( 'icon_pattern' => array ( 'pattern' => 'fa fa-fw [arg]', 'replace' => array ( 0 => 'return $object->read() ? "fa-eye-slash" : "fa-eye";', ), ), 'href_pattern' => array ( 'pattern' => '[arg]/read-at-toggle', 'replace' => array ( 0 => 'return $object->getShowURL();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return $object->read() ? trans("Notification::labels.mark_as_unread") : trans("Notification::labels.mark_as_read");', ), ), 'data' => array ( 'action' => 'get', 'table' => '#NotificationDataTable', ), ), ), ), ), 'supported_channels' => array ( 'mail' => 'Notification::labels.supported_channels.mail', 'database' => 'Notification::labels.supported_channels.database', 'nexmo' => 'Notification::labels.supported_channels.nexmo', 'firebase' => 'Notification::labels.supported_channels.firebase', ), 'supported_custom_channels' => array ( 'mail' => 'Notification::labels.supported_channels.mail', ), 'user_preferences_options' => array ( 'user_preferences' => 'Notification::labels.user_preferences_options.user_preferences', ), 'default_notification_image' => 'assets/corals/images/logo-square.png', 'laravel_echo_domain' => 'http://localhost:6001', 'broadcast_enabled' => false, ), 'menu' => array ( 'models' => array ( 'menu' => array ( 'presenter' => 'Corals\\Menu\\Transformers\\MenuPresenter', 'resource_url' => 'menu', 'translatable' => array ( 0 => 'name', ), 'htmlentitiesExcluded' => array ( ), 'actions' => array ( 'create' => array ( 'icon' => 'fa fa-fw fa-plus', 'href_pattern' => array ( 'pattern' => '[arg]/create?parent=[arg]', 'replace' => array ( 0 => 'return config("menu.models.menu.resource_url");', 1 => 'return $object->hashed_id;', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans("Menu::labels.create_sub");', ), ), 'data' => array ( 'action' => 'load', 'load_to' => '#menu_form', ), ), 'edit' => array ( 'href_pattern' => array ( 'pattern' => '[arg]/edit', 'replace' => array ( 0 => 'return $object->getShowURL();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans("Corals::labels.edit");', ), ), 'data' => array ( 'action' => 'load', 'load_to' => '#menu_form', ), ), 'delete' => array ( 'href_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return $object->getShowURL();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans("Corals::labels.delete");', ), ), 'data' => array ( 'action' => 'delete', 'page_action' => 'site_reload', ), ), 'toggle' => array ( 'icon' => 'fa fa-fw fa-flag-o', 'href_pattern' => array ( 'pattern' => '[arg]/toggle-status', 'replace' => array ( 0 => 'return $object->getShowURL();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans("Menu::labels.toggle_status");', ), ), 'data' => array ( 'action' => 'post', 'page_action' => 'site_reload', ), ), ), ), ), ), 'settings' => array ( 'mimes' => 'jpg,jpeg,png,txt,csv,pdf', 'types' => array ( 'TEXT' => 'Text', 'TEXTAREA' => 'Text Area', 'BOOLEAN' => 'Boolean', 'NUMBER' => 'Number', 'DATE' => 'Date', 'SELECT' => 'Select Options', 'FILE' => 'File', ), 'upload_path' => 'uploads/settings', 'models' => array ( 'setting' => array ( 'presenter' => 'Corals\\Settings\\Transformers\\SettingPresenter', 'resource_url' => 'settings', 'actions' => array ( 'delete' => array ( ), 'edit' => array ( 'icon' => '', 'href_pattern' => array ( 'pattern' => '[arg]/edit', 'replace' => array ( 0 => 'return $object->getShowURL();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans("Corals::labels.edit");', ), ), 'policies' => array ( 0 => 'update', ), 'data' => array ( 'action' => 'modal-load', 'title' => 'Edit', ), ), ), ), 'country' => array ( ), 'module' => array ( 'resource_url' => 'modules', 'updater_url' => 'https://manage.laraship.com/plugin-updater', 'disable_update' => true, 'license_key' => '850cb63r-749b-4c71-94e1-d962e42f4bda', 'tmp_path' => '/tmp', 'paths' => array ( 'module' => 'Corals/modules', 'core' => 'Corals/core', 'payment' => 'Corals/modules/Payment', ), ), 'custom_field_setting' => array ( 'resource_url' => 'custom-fields', 'presenter' => 'Corals\\Settings\\Transformers\\CustomFieldSettingPresenter', 'supported_types' => array ( 'text' => 'Settings::attributes.custom_field.type_options.text', 'google_location' => 'Settings::attributes.custom_field.type_options.google_location', 'textarea' => 'Settings::attributes.custom_field.type_options.textarea', 'date' => 'Settings::attributes.custom_field.type_options.date', 'number' => 'Settings::attributes.custom_field.type_options.number', 'select' => 'Settings::attributes.custom_field.type_options.select', 'checkbox' => 'Settings::attributes.custom_field.type_options.checkbox', 'multi_values' => 'Settings::attributes.custom_field.type_options.multi_values', 'label' => 'Settings::attributes.custom_field.type_options.label', 'file' => 'Settings::attributes.custom_field.type_options.file', 'hidden' => 'Settings::attributes.custom_field.type_options.hidden', ), 'select_display_type_options' => array ( 'label' => 'Settings::attributes.custom_field.select_display_type_options.label', 'color' => 'Settings::attributes.custom_field.select_display_type_options.color', 'image' => 'Settings::attributes.custom_field.select_display_type_options.image', ), 'translatable' => array ( 0 => 'label', ), ), ), 'supported_commands' => array ( 'route:cache' => array ( 'text' => 'Create a route cache file for faster route registration.', 'class' => 'btn-success', ), 'config:cache' => array ( 'text' => 'Create a cache file for faster configuration loading.', 'class' => 'btn-success', ), 'theme:refresh-cache' => array ( 'text' => 'Rebuilds the cache of "theme.json" files for each theme.', 'class' => 'btn-success', ), 'modelCache:flush' => array ( 'text' => 'Flush model caching, includes menus, settings and custom fields', 'class' => 'btn-warning', ), 'cache:clear' => array ( 'text' => 'Flush the application cache.', 'class' => 'btn-warning', ), 'config:clear' => array ( 'text' => 'Remove the configuration cache file.', 'class' => 'btn-warning', ), 'auth:clear-resets' => array ( 'text' => 'Flush expired password reset tokens.', 'class' => 'btn-warning', ), 'activitylog:clean' => array ( 'text' => 'Clean up old records from the activity log.', 'class' => 'btn-warning', ), 'view:clear' => array ( 'text' => 'Clear all compiled view files.', 'class' => 'btn-warning', ), 'route:clear' => array ( 'text' => 'Remove the route cache file.', 'class' => 'btn-warning', ), 'media-library:clean' => array ( 'text' => 'Clean deprecated conversions and files without related model.', 'class' => 'btn-warning', ), 'clear-compiled' => array ( 'text' => 'Remove the compiled class file.', 'class' => 'btn-warning', ), ), ), 'activity' => array ( 'models' => array ( 'activity' => array ( 'presenter' => 'Corals\\Activity\\Transformers\\ActivityPresenter', 'resource_url' => 'activities', 'actions' => array ( 'edit' => array ( ), ), ), ), ), 'http_logger' => array ( 'is_enabled' => true, 'models' => array ( 'http_log' => array ( 'resource_url' => 'http-logs', 'presenter' => 'Corals\\Activity\\HttpLogger\\Transformers\\HttpLogPresenter', 'methods' => array ( 'POST' => 'POST', 'PUT' => 'PUT', 'PATCH' => 'PATCH', 'DELETE' => 'DELETE', 'GET' => 'GET', ), ), ), 'log_profile' => 'Corals\\Activity\\HttpLogger\\Classes\\LogNonGetRequests', 'log_writer' => 'Corals\\Activity\\HttpLogger\\Classes\\LogWriter', 'delete_records_older_than_days' => '15', 'get_included' => true, 'except' => array ( 0 => 'password', 1 => 'password_confirmation', ), 'exclude_url_paths' => array ( 0 => 'http-logs', ), ), 'media' => array ( 'attachments_validation' => 'file|mimetypes:image/jpeg,image/png,application/pdf,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel|max:10240', ), 'elfinder' => array ( 'dir' => array ( 'root' => 'media', 'private' => 'media/user', ), 'disks' => array ( ), 'route' => array ( 'prefix' => 'file-manager', 'middleware' => 'web', ), 'resource_url' => 'file-manager', 'access' => 'Corals\\Elfinder\\Elfinder::checkAccess', 'roots' => NULL, 'options' => array ( ), 'root_options' => array ( ), ), 'themes' => array ( 'resource_url' => 'themes', 'corals_admin' => 'corals-admin', 'corals_frontend' => 'corals-basic', 'themes_path' => '/home/corals/rentpix.corals.io/resources/themes', 'asset_not_found' => 'LOG_ERROR', 'default' => NULL, 'cache' => false, 'themes' => array ( ), ), 'breadcrumbs' => array ( 'view' => 'breadcrumbs::bootstrap4', 'files' => '/home/corals/rentpix.corals.io/routes/breadcrumbs.php', 'unnamed-route-exception' => true, 'missing-route-bound-breadcrumb-exception' => true, 'invalid-named-breadcrumb-exception' => true, 'manager-class' => 'Corals\\Foundation\\Classes\\Breadcrumb\\BreadcrumbsManager', 'generator-class' => 'Corals\\Foundation\\Classes\\Breadcrumb\\BreadcrumbsGenerator', ), 'corals' => array ( 'api_version' => 'v1', 'cache_ttl' => '1440', 'slack' => array ( 'exception_channels' => array ( 0 => 'https://hooks.slack.com/services/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', ), ), 'query_builder_enabled' => false, 'query_builder_condition_types' => array ( 'text' => array ( 0 => 'equal', 1 => 'not_equal', 2 => 'begins_with', 3 => 'not_begins_with', 4 => 'contains', 5 => 'not_contains', 6 => 'ends_with', 7 => 'not_ends_with', 8 => 'is_empty', 9 => 'is_not_empty', 10 => 'is_null', 11 => 'is_not_null', ), 'date' => array ( 0 => 'equal', 1 => 'not_equal', 2 => 'is_null', 3 => 'is_not_null', 4 => 'less', 5 => 'less_or_equal', 6 => 'greater', 7 => 'greater_or_equal', 8 => 'between', 9 => 'not_between', ), 'boolean' => array ( 0 => 'equal', 1 => 'is_null', 2 => 'is_not_null', ), 'select' => array ( 0 => 'equal', 1 => 'is_null', 2 => 'is_not_null', 3 => 'in', 4 => 'not_in', ), ), 'csv_delimiter' => ',', ), 'javascript' => array ( 'bind_js_vars_to_this_view' => array ( 0 => 'partials.footer', 1 => 'partials.dashboard_footer', ), 'js_namespace' => 'corals', ), 'language' => array ( 'user_level_enabled' => false, 'store' => 'cookie', 'store_key' => 'locale', 'carbon' => true, 'middleware' => 'Corals\\Foundation\\Http\\Middleware\\SetLocale', 'controller' => 'Akaunting\\Language\\Controllers\\Language', 'flags' => array ( 'width' => '22px', 'ul_class' => '', 'li_class' => '', 'img_class' => 'flag_img_class', 'asset_path' => 'assets/corals/images/flags/', ), 'mode' => array ( 'code' => 'short', 'name' => 'native', ), 'all' => array ( 0 => array ( 'short' => 'ar', 'long' => 'ar-SA', 'english' => 'Arabic', 'native' => 'العربية', ), 1 => array ( 'short' => 'bg', 'long' => 'bg-BG', 'english' => 'Bulgarian', 'native' => 'български', ), 2 => array ( 'short' => 'bn', 'long' => 'bn-BD', 'english' => 'Bengali', 'native' => 'বাংলা', ), 3 => array ( 'short' => 'cn', 'long' => 'zh-CN', 'english' => 'Chinese (S)', 'native' => '简体中文', ), 4 => array ( 'short' => 'cs', 'long' => 'cs-CZ', 'english' => 'Czech', 'native' => 'Čeština', ), 5 => array ( 'short' => 'da', 'long' => 'da-DK', 'english' => 'Danish', 'native' => 'Dansk', ), 6 => array ( 'short' => 'de', 'long' => 'de-DE', 'english' => 'German', 'native' => 'Deutsch', ), 7 => array ( 'short' => 'de', 'long' => 'de-AT', 'english' => 'Austrian', 'native' => 'Österreichisches Deutsch', ), 8 => array ( 'short' => 'fi', 'long' => 'fi-FI', 'english' => 'Finnish', 'native' => 'Suomi', ), 9 => array ( 'short' => 'fr', 'long' => 'fr-FR', 'english' => 'French', 'native' => 'Français', ), 10 => array ( 'short' => 'el', 'long' => 'el-GR', 'english' => 'Greek', 'native' => 'Ελληνικά', ), 11 => array ( 'short' => 'en', 'long' => 'en-AU', 'english' => 'English (AU)', 'native' => 'English (AU)', ), 12 => array ( 'short' => 'en', 'long' => 'en-CA', 'english' => 'English (CA)', 'native' => 'English (CA)', ), 13 => array ( 'short' => 'en', 'long' => 'en-GB', 'english' => 'English (GB)', 'native' => 'English (GB)', ), 14 => array ( 'short' => 'en', 'long' => 'en-US', 'english' => 'English (US)', 'native' => 'English (US)', ), 15 => array ( 'short' => 'es', 'long' => 'es-ES', 'english' => 'Spanish', 'native' => 'Español', ), 16 => array ( 'short' => 'et', 'long' => 'et-EE', 'english' => 'Estonian', 'native' => 'Eesti', ), 17 => array ( 'short' => 'he', 'long' => 'he-IL', 'english' => 'Hebrew', 'native' => 'עִבְרִית', ), 18 => array ( 'short' => 'hi', 'long' => 'hi-IN', 'english' => 'Hindi', 'native' => 'हिन्दी', ), 19 => array ( 'short' => 'hr', 'long' => 'hr-HR', 'english' => 'Croatian', 'native' => 'Hrvatski', ), 20 => array ( 'short' => 'hu', 'long' => 'hu-HU', 'english' => 'Hungarian', 'native' => 'Magyar', ), 21 => array ( 'short' => 'hy', 'long' => 'hy-AM', 'english' => 'Armenian', 'native' => 'Հայերեն', ), 22 => array ( 'short' => 'id', 'long' => 'id-ID', 'english' => 'Indonesian', 'native' => 'Bahasa Indonesia', ), 23 => array ( 'short' => 'it', 'long' => 'it-IT', 'english' => 'Italian', 'native' => 'Italiano', ), 24 => array ( 'short' => 'ir', 'long' => 'fa-IR', 'english' => 'Persian', 'native' => 'فارسی', ), 25 => array ( 'short' => 'lt', 'long' => 'lt-LT', 'english' => 'Lithuanian', 'native' => 'Lietuvių', ), 26 => array ( 'short' => 'jp', 'long' => 'ja-JP', 'english' => 'Japanese', 'native' => '日本語', ), 27 => array ( 'short' => 'ko', 'long' => 'ko-KR', 'english' => 'Korean', 'native' => '한국어', ), 28 => array ( 'short' => 'ms', 'long' => 'ms-MY', 'english' => 'Malay', 'native' => 'Bahasa Melayu', ), 29 => array ( 'short' => 'mx', 'long' => 'es-MX', 'english' => 'Mexico', 'native' => 'Español de México', ), 30 => array ( 'short' => 'nb', 'long' => 'nb-NO', 'english' => 'Norwegian', 'native' => 'Norsk Bokmål', ), 31 => array ( 'short' => 'nl', 'long' => 'nl-NL', 'english' => 'Dutch', 'native' => 'Nederlands', ), 32 => array ( 'short' => 'pl', 'long' => 'pl-PL', 'english' => 'Polish', 'native' => 'Polski', ), 33 => array ( 'short' => 'pt-br', 'long' => 'pt-BR', 'english' => 'Brazilian', 'native' => 'Português', ), 34 => array ( 'short' => 'pt', 'long' => 'pt-PT', 'english' => 'Portuguese', 'native' => 'Português', ), 35 => array ( 'short' => 'ro', 'long' => 'ro-RO', 'english' => 'Romanian', 'native' => 'Română', ), 36 => array ( 'short' => 'ru', 'long' => 'ru-RU', 'english' => 'Russian', 'native' => 'Русский', ), 37 => array ( 'short' => 'sq', 'long' => 'sq-AL', 'english' => 'Albanian', 'native' => 'Shqip', ), 38 => array ( 'short' => 'sv', 'long' => 'sv-SE', 'english' => 'Swedish', 'native' => 'Svenska', ), 39 => array ( 'short' => 'th', 'long' => 'th-TH', 'english' => 'Thai', 'native' => 'ไทย', ), 40 => array ( 'short' => 'tr', 'long' => 'tr-TR', 'english' => 'Turkish', 'native' => 'Türkçe', ), 41 => array ( 'short' => 'tw', 'long' => 'zh-TW', 'english' => 'Chinese (T)', 'native' => '繁體中文', ), 42 => array ( 'short' => 'uk', 'long' => 'uk-UA', 'english' => 'Ukrainian', 'native' => 'Українська', ), 43 => array ( 'short' => 'vn', 'long' => 'vi-VN', 'english' => 'Vietnamese', 'native' => 'Tiếng Việt', ), ), ), 'rentPix' => array ( 'models' => array ( 'inspection' => array ( 'presenter' => 'Corals\\Modules\\RentPix\\Transformers\\InspectionPresenter', 'resource_url' => 'rentpix/inspections', 'actions' => array ( 'pdf' => array ( 'icon' => 'fa fa-fw fa-file-pdf-o', 'class' => 'btn btn-warning btn-sm', 'href_pattern' => array ( 'pattern' => '[arg]/pdf', 'replace' => array ( 0 => 'return $object->getShowUrl();', ), ), 'target' => '_blank', 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'RentPix::labels.inspection.pdf\');', ), ), 'policies' => array ( 0 => 'view', ), ), 'open_inspection' => array ( 'icon' => 'fa fa-fw fa-square-o', 'href_pattern' => array ( 'pattern' => '[arg]/open-inspection', 'replace' => array ( 0 => 'return $object->getShowUrl();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'RentPix::labels.inspection.open_inspection\');', ), ), 'policies' => array ( 0 => 'openInspection', ), 'data' => array ( 'action' => 'post', 'table' => '#InspectionsDataTable', 'confirmation_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'RentPix::labels.inspection.open_inspection_confirmation\');', ), ), ), ), 'complete_inspection' => array ( 'icon' => 'fa fa-fw fa-square', 'href_pattern' => array ( 'pattern' => '[arg]/complete-inspection', 'replace' => array ( 0 => 'return $object->getShowUrl();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'RentPix::labels.inspection.complete_inspection\');', ), ), 'policies' => array ( 0 => 'completeInspection', ), 'data' => array ( 'action' => 'post', 'table' => '#InspectionsDataTable', 'confirmation_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'RentPix::labels.inspection.complete_inspection_confirmation\');', ), ), ), ), 'fetch_drivers' => array ( 'icon' => 'fa fa-fw fa-truck', 'href_pattern' => array ( 'pattern' => '[arg]/fetch-drivers', 'replace' => array ( 0 => 'return $object->getShowUrl();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'RentPix::labels.inspection.fetch_drivers\');', ), ), 'policies' => array ( 0 => 'fetchDrivers', ), 'data' => array ( 'action' => 'post', 'table' => '#InspectionsDataTable', 'confirmation_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'RentPix::labels.inspection.fetch_drivers_confirmation\');', ), ), ), ), 'add_note' => array ( 'icon' => 'fa fa-fw fa-plus', 'class' => 'btn btn-primary btn-sm', 'href_pattern' => array ( 'pattern' => '[arg]/add-note', 'replace' => array ( 0 => 'return $object->getShowUrl();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans("RentPix::labels.add_note");', ), ), 'policies' => array ( 0 => 'create', ), 'policies_model' => 'Corals\\Modules\\Utility\\Models\\Comment\\Comment', 'data' => array ( 'action' => 'modal-load', 'title_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans("RentPix::labels.add_note");', ), ), ), ), ), 'node_path' => '/home/corals/.nvm/versions/node/v16.19.0/bin/node', ), 'unit' => array ( 'presenter' => 'Corals\\Modules\\RentPix\\Transformers\\UnitPresenter', 'resource_url' => 'rentpix/units', ), 'reservation' => array ( 'presenter' => 'Corals\\Modules\\RentPix\\Transformers\\ReservationPresenter', 'resource_url' => 'rentpix/reservations', 'actions' => array ( 're_fetch_reservation' => array ( 'icon' => 'fa fa-fw fa-plug', 'href_pattern' => array ( 'pattern' => '[arg]/re-fetch-reservation', 'replace' => array ( 0 => 'return $object->getShowUrl();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'RentPix::labels.reservation.re_fetch_reservation\');', ), ), 'policies' => array ( 0 => 'reFetchReservation', ), 'data' => array ( 'action' => 'post', 'table' => '#ReservationsDataTable', 'confirmation_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'RentPix::labels.reservation.re_fetch_reservation_confirmation\');', ), ), ), ), ), ), 'customer' => array ( 'presenter' => 'Corals\\Modules\\RentPix\\Transformers\\CustomerPresenter', 'resource_url' => 'rentpix/customers', ), 'driver' => array ( 'presenter' => 'Corals\\Modules\\RentPix\\Transformers\\DriverPresenter', 'resource_url' => 'rentpix/drivers', ), 'failed_inspection' => array ( 'presenter' => 'Corals\\Modules\\RentPix\\Transformers\\FailedInspectionPresenter', 'resource_url' => 'rentpix/failed-inspections', 'actions' => array ( 'resubmit' => array ( 'icon' => 'fa fa-paper-plane', 'href_pattern' => array ( 'pattern' => '[arg]/resubmit', 'replace' => array ( 0 => 'return $object->getShowURL();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'RentPix::labels.failed_inspection.resubmit\');', ), ), 'policies' => array ( 0 => 'update', ), 'data' => array ( 'action' => 'post', 'table' => '#FailedInspectionsDataTable', 'confirmation_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'RentPix::labels.failed_inspection.resubmit_confirmation\');', ), ), ), ), ), ), 'rate_code' => array ( 'presenter' => 'Corals\\Modules\\RentPix\\Transformers\\RateCodePresenter', 'resource_url' => 'rentpix/rate_codes', 'actions' => array ( 'photos_setup' => array ( 'icon' => 'fa fa-fw fa-picture-o', 'href_pattern' => array ( 'pattern' => '[arg]/photos-setup', 'replace' => array ( 0 => 'return $object->getShowUrl();', ), ), 'class' => 'btn btn-success btn-sm', 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans("RentPix::labels.rate_code.photos_setup_btn");', ), ), 'policies' => array ( ), 'data' => array ( 'action' => 'modal-load', 'title_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans("RentPix::labels.rate_code.photos_setup_btn");', ), ), ), ), ), ), ), 'adminApiToken' => '4bafc21527eb8f4b30b505242b154a16', ), 'utility' => array ( 'models' => array ( 'rating' => array ( 'presenter' => 'Corals\\Modules\\Utility\\Transformers\\Rating\\RatingPresenter', 'resource_url' => 'utilities/ratings', 'actions' => array ( 'pending' => array ( 'icon' => 'fa fa-fw fa-clock-o', 'href_pattern' => array ( 'pattern' => '[arg]/pending', 'replace' => array ( 0 => 'return $object->getShowURL();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'Utility::attributes.rating.status_options.pending\');', ), ), 'policies' => array ( 0 => 'updateStatus', ), 'policies_args' => 'pending', 'permissions' => array ( ), 'data' => array ( 'action' => 'post', 'table' => '#RatingsDataTable', ), ), 'approved' => array ( 'icon' => 'fa fa-fw fa-check', 'href_pattern' => array ( 'pattern' => '[arg]/approved', 'replace' => array ( 0 => 'return $object->getShowURL();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'Utility::attributes.rating.status_options.approved\');', ), ), 'policies' => array ( 0 => 'updateStatus', ), 'policies_args' => 'approved', 'permissions' => array ( ), 'data' => array ( 'action' => 'post', 'table' => '#RatingsDataTable', ), ), 'disapproved' => array ( 'icon' => 'fa fa-fw fa-remove', 'href_pattern' => array ( 'pattern' => '[arg]/disapproved', 'replace' => array ( 0 => 'return $object->getShowURL();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'Utility::attributes.rating.status_options.disapproved\');', ), ), 'policies' => array ( 0 => 'updateStatus', ), 'policies_args' => 'disapproved', 'permissions' => array ( ), 'data' => array ( 'action' => 'post', 'table' => '#RatingsDataTable', ), ), 'spam' => array ( 'icon' => 'fa fa-fw fa-remove', 'href_pattern' => array ( 'pattern' => '[arg]/spam', 'replace' => array ( 0 => 'return $object->getShowURL();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'Utility::attributes.rating.status_options.spam\');', ), ), 'policies' => array ( 0 => 'updateStatus', ), 'policies_args' => 'spam', 'permissions' => array ( ), 'data' => array ( 'action' => 'post', 'table' => '#RatingsDataTable', ), ), ), ), 'comment' => array ( 'presenter' => 'Corals\\Modules\\Utility\\Transformers\\Comment\\CommentPresenter', 'resource_url' => 'utilities/comments', 'status_options' => array ( 'pending' => array ( 'text' => 'Utility::attributes.comments.status_options.pending', 'level' => 'info', ), 'published' => array ( 'text' => 'Utility::attributes.comments.status_options.published', 'level' => 'success', ), 'trashed' => array ( 'text' => 'Utility::attributes.comments.status_options.trashed', 'level' => 'warning', ), ), 'actions' => array ( 'edit' => array ( ), 'pending' => array ( 'icon' => 'fa fa-fw fa-clock-o', 'href_pattern' => array ( 'pattern' => '[arg]/pending', 'replace' => array ( 0 => 'return $object->getShowURL();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'Utility::attributes.comments.status_options.pending\');', ), ), 'policies' => array ( 0 => 'updateStatus', ), 'policies_args' => 'pending', 'permissions' => array ( ), 'data' => array ( 'action' => 'post', 'table' => '#CommentsDataTable', ), ), 'published' => array ( 'icon' => 'fa fa-fw fa-check', 'href_pattern' => array ( 'pattern' => '[arg]/published', 'replace' => array ( 0 => 'return $object->getShowURL();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'Utility::attributes.comments.status_options.published\');', ), ), 'policies' => array ( 0 => 'updateStatus', ), 'policies_args' => 'published', 'permissions' => array ( ), 'data' => array ( 'action' => 'post', 'table' => '#CommentsDataTable', ), ), 'trashed' => array ( 'icon' => 'fa fa-fw fa-trash-o', 'href_pattern' => array ( 'pattern' => '[arg]/trashed', 'replace' => array ( 0 => 'return $object->getShowURL();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'Utility::attributes.comments.status_options.trashed\');', ), ), 'policies' => array ( 0 => 'updateStatus', ), 'policies_args' => 'trashed', 'permissions' => array ( ), 'data' => array ( 'action' => 'post', 'table' => '#CommentsDataTable', ), ), ), ), 'wishlist' => array ( 'resource_url' => 'utilities/wishlist', 'actions' => array ( 'edit' => array ( ), ), ), 'location' => array ( 'presenter' => 'Corals\\Modules\\Utility\\Transformers\\Address\\LocationPresenter', 'resource_url' => 'utilities/address/locations', ), 'tag' => array ( 'presenter' => 'Corals\\Modules\\Utility\\Transformers\\Tag\\TagPresenter', 'resource_url' => 'utilities/tags', 'translatable' => array ( 0 => 'name', ), ), 'category' => array ( 'presenter' => 'Corals\\Modules\\Utility\\Transformers\\Category\\CategoryPresenter', 'resource_url' => 'utilities/categories', 'default_image' => 'assets/corals/images/default_product_image.png', 'translatable' => array ( 0 => 'name', ), ), 'attribute' => array ( 'presenter' => 'Corals\\Modules\\Utility\\Transformers\\Category\\AttributePresenter', 'resource_url' => 'utilities/attributes', ), 'model_option' => array ( ), 'invite_friends' => array ( 'resource_url' => 'utilities/invite-friends', ), 'seo_item' => array ( 'resource_url' => 'utilities/seo-items', ), 'webhook' => array ( 'presenter' => 'Corals\\Modules\\Utility\\Transformers\\Webhook\\WebhookPresenter', 'resource_url' => 'utilities/webhooks', 'events' => array ( ), 'actions' => array ( 'edit' => array ( ), 'process' => array ( 'icon' => 'fa fa-fw fa-send', 'href_pattern' => array ( 'pattern' => '[arg]/process', 'replace' => array ( 0 => 'return $object->getShowURL();', ), ), 'label_pattern' => array ( 'pattern' => '[arg]', 'replace' => array ( 0 => 'return trans(\'Utility::labels.webhook.process\');', ), ), 'policies' => array ( 0 => 'process', ), 'data' => array ( 'action' => 'post', 'table' => '.dataTableBuilder', ), ), ), ), 'listOfValue' => array ( 'presenter' => 'Corals\\Modules\\Utility\\Transformers\\ListOfValue\\ListOfValuePresenter', 'resource_url' => 'utilities/list-of-values', 'actions' => array ( ), ), 'guide' => array ( 'presenter' => 'Corals\\Modules\\Utility\\Transformers\\Guide\\GuidePresenter', 'resource_url' => 'utilities/guides', 'guide_config' => array ( 'title' => 'Guide Config', 'fields' => array ( 'intro' => array ( 'name' => '[guide_config][{index}][intro]', 'type' => 'text', 'label' => 'Utility::attributes.guide.intro', 'status' => 'active', 'validation_rules' => 'required', ), 'element' => array ( 'name' => '[guide_config][{index}][element]', 'type' => 'text', 'label' => 'Utility::attributes.guide.element', 'status' => 'active', 'validation_rules' => '', ), 'position' => array ( 'name' => '[guide_config][{index}][position]', 'type' => 'text', 'label' => 'Utility::attributes.guide.position', 'status' => 'active', 'validation_rules' => '', ), ), ), ), ), 'content_consent_settings' => array ( 'utility_content_consent_enabled' => array ( 'label' => 'Utility::labels.content_consent.enabled', 'type' => 'boolean', 'validation' => '', 'settings_type' => 'BOOLEAN', ), 'utility_content_consent_popup_content' => array ( 'label' => 'Utility::labels.content_consent.popup_content', 'type' => 'textarea', 'validation' => 'required', 'settings_type' => 'TEXTAREA', 'attributes' => array ( 'class' => 'ckeditor-simple', ), ), 'utility_content_consent_popup_title' => array ( 'label' => 'Utility::labels.content_consent.popup_title', 'type' => 'text', 'validation' => 'required', 'settings_type' => 'TEXT', ), 'utility_content_consent_accept_button_text' => array ( 'label' => 'Utility::labels.content_consent.accept_button_text', 'type' => 'text', 'validation' => 'required', 'settings_type' => 'TEXT', 'default' => 'I Agree', ), 'utility_content_consent_reject_button_text' => array ( 'label' => 'Utility::labels.content_consent.reject_button_text', 'type' => 'text', 'validation' => 'required', 'settings_type' => 'TEXT', 'default' => 'I Decline', ), 'utility_content_consent_rejected_redirect_url' => array ( 'label' => 'Utility::labels.content_consent.rejected_redirect_url', 'type' => 'text', 'validation' => 'required', 'settings_type' => 'TEXT', ), 'utility_content_consent_ask_every' => array ( 'label' => 'Utility::labels.content_consent.ask_every', 'type' => 'number', 'default' => 30, 'validation' => 'required', 'settings_type' => 'NUMBER', ), ), ), 'captcha' => array ( 'secret' => '6LdzQJsUAAAAALwZEXiYeoUem1q0GwYlee2bO2-I', 'sitekey' => '6LdzQJsUAAAAAJMYV4BL_zUm7jo3rmTPVm_yZAyH', 'options' => array ( 'timeout' => 30, ), ), 'sluggable' => array ( 'source' => NULL, 'maxLength' => NULL, 'maxLengthKeepWords' => true, 'method' => NULL, 'separator' => '-', 'unique' => true, 'uniqueSuffix' => NULL, 'firstUniqueSuffix' => 2, 'includeTrashed' => false, 'reserved' => NULL, 'onUpdate' => false, 'slugEngineOptions' => array ( ), ), 'google2fa' => array ( 'enabled' => true, 'lifetime' => 0, 'keep_alive' => true, 'auth' => 'auth', 'guard' => '', 'session_var' => 'google2fa', 'otp_input' => 'one_time_password', 'window' => 1, 'forbid_old_passwords' => false, 'otp_secret_column' => 'google2fa_secret', 'view' => 'google2fa.index', 'error_messages' => array ( 'wrong_otp' => 'The \'One Time Password\' typed was wrong.', 'cannot_be_empty' => 'One Time Password cannot be empty.', 'unknown' => 'An unknown error has occurred. Please try again.', ), 'throw_exceptions' => true, 'qrcode_image_backend' => 'imagemagick', ), 'auditable' => array ( 'defaults' => array ( 'creator' => array ( 'name' => '', ), 'updater' => array ( 'name' => '', ), 'deleter' => array ( 'name' => '', ), ), ), 'datatables-fractal' => array ( 'includes' => 'include', 'serializer' => 'League\\Fractal\\Serializer\\DataArraySerializer', ), 'video-thumbnail' => array ( 'binaries' => array ( 'ffmpeg' => '/usr/bin/ffmpeg', 'ffprobe' => '/usr/bin/ffprobe', ), ), 'ide-helper' => array ( 'filename' => '_ide_helper.php', 'models_filename' => '_ide_helper_models.php', 'meta_filename' => '.phpstorm.meta.php', 'include_fluent' => false, 'include_factory_builders' => false, 'write_model_magic_where' => true, 'write_model_external_builder_methods' => true, 'write_model_relation_count_properties' => true, 'write_eloquent_model_mixins' => false, 'include_helpers' => false, 'helper_files' => array ( 0 => '/home/corals/rentpix.corals.io/vendor/laravel/framework/src/Illuminate/Support/helpers.php', ), 'model_locations' => array ( 0 => 'app', ), 'ignored_models' => array ( ), 'model_hooks' => array ( ), 'extra' => array ( 'Eloquent' => array ( 0 => 'Illuminate\\Database\\Eloquent\\Builder', 1 => 'Illuminate\\Database\\Query\\Builder', ), 'Session' => array ( 0 => 'Illuminate\\Session\\Store', ), ), 'magic' => array ( ), 'interfaces' => array ( ), 'custom_db_types' => array ( ), 'model_camel_case_properties' => false, 'type_overrides' => array ( 'integer' => 'int', 'boolean' => 'bool', ), 'include_class_docblocks' => false, 'force_fqn' => false, 'use_generics_annotations' => true, 'additional_relation_types' => array ( ), 'additional_relation_return_types' => array ( ), 'post_migrate' => array ( ), ), 'tinker' => array ( 'commands' => array ( ), 'alias' => array ( ), 'dont_alias' => array ( 0 => 'App\\Nova', ), ), );