array ( 'locales' => array ( 0 => 'hr', 1 => 'en', ), 'locale_separator' => '-', 'locale' => NULL, 'use_fallback' => false, 'fallback_locale' => 'en', 'translation_suffix' => 'Translation', 'locale_key' => 'locale', 'to_array_always_loads_translations' => true, ), 'session' => array ( 'driver' => 'file', 'lifetime' => 120, 'expire_on_close' => false, 'encrypt' => false, 'files' => '/home/vps71aspekt/zonaplus.hr/laravel/storage/framework/sessions', 'connection' => NULL, 'table' => 'sessions', 'lottery' => array ( 0 => 2, 1 => 100, ), 'cookie' => 'laravel_session', 'path' => '/', 'domain' => NULL, 'secure' => false, 'http_only' => true, ), 'queue' => array ( 'default' => 'sync', 'connections' => array ( 'sync' => array ( 'driver' => 'sync', ), 'database' => array ( 'driver' => 'database', 'table' => 'jobs', 'queue' => 'default', 'expire' => 60, ), 'beanstalkd' => array ( 'driver' => 'beanstalkd', 'host' => 'localhost', 'queue' => 'default', 'ttr' => 60, ), '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', 'expire' => 60, ), ), 'failed' => array ( 'database' => 'mysql', 'table' => 'failed_jobs', ), ), 'services' => array ( 'mailgun' => array ( 'domain' => NULL, 'secret' => NULL, ), 'ses' => array ( 'key' => NULL, 'secret' => NULL, 'region' => 'us-east-1', ), 'sparkpost' => array ( 'secret' => NULL, ), 'stripe' => array ( 'model' => 'App\\User', 'key' => NULL, 'secret' => NULL, ), ), 'uploadable' => array ( 'post' => '\\App\\Post', ), 'datatables' => array ( 'search' => array ( 'smart' => true, 'case_insensitive' => true, 'use_wildcards' => false, ), 'fractal' => array ( 'includes' => 'include', 'serializer' => 'League\\Fractal\\Serializer\\DataArraySerializer', ), 'script_template' => 'datatables::script', 'index_column' => 'DT_Row_Index', 'namespace' => array ( 'base' => 'DataTables', 'model' => '', ), 'pdf_generator' => 'excel', ), 'lfm' => array ( 'use_package_routes' => true, 'middlewares' => array ( 0 => 'web', 1 => 'auth', ), 'url_prefix' => 'laravel-filemanager', 'allow_multi_user' => false, 'allow_share_folder' => true, 'user_field' => 'UniSharp\\LaravelFilemanager\\Handlers\\ConfigHandler', 'base_directory' => 'public', 'images_folder_name' => '', 'files_folder_name' => '', 'shared_folder_name' => 'source', 'thumb_folder_name' => 'thumbs', 'images_startup_view' => 'grid', 'files_startup_view' => 'list', 'rename_file' => false, 'alphanumeric_filename' => false, 'alphanumeric_directory' => false, 'should_validate_size' => true, 'max_image_size' => 50000, 'max_file_size' => 50000, 'should_validate_mime' => true, 'valid_image_mimetypes' => array ( 0 => 'image/jpeg', 1 => 'image/pjpeg', 2 => 'image/png', 3 => 'image/gif', 4 => 'image/svg+xml', ), 'should_create_thumbnails' => true, 'raster_mimetypes' => array ( 0 => 'image/jpeg', 1 => 'image/pjpeg', 2 => 'image/png', ), 'create_folder_mode' => 493, 'create_file_mode' => 420, 'should_change_file_mode' => true, 'valid_file_mimetypes' => array ( 0 => 'image/jpeg', 1 => 'image/pjpeg', 2 => 'image/png', 3 => 'image/gif', 4 => 'image/svg+xml', 5 => 'application/pdf', 6 => 'text/plain', ), 'thumb_img_width' => 200, 'thumb_img_height' => 200, 'file_type_array' => array ( 'pdf' => 'Adobe Acrobat', 'doc' => 'Microsoft Word', 'docx' => 'Microsoft Word', 'xls' => 'Microsoft Excel', 'xlsx' => 'Microsoft Excel', 'zip' => 'Archive', 'gif' => 'GIF Image', 'jpg' => 'JPEG Image', 'jpeg' => 'JPEG Image', 'png' => 'PNG Image', 'ppt' => 'Microsoft PowerPoint', 'pptx' => 'Microsoft PowerPoint', ), 'file_icon_array' => array ( 'pdf' => 'fa-file-pdf-o', 'doc' => 'fa-file-word-o', 'docx' => 'fa-file-word-o', 'xls' => 'fa-file-excel-o', 'xlsx' => 'fa-file-excel-o', 'zip' => 'fa-file-archive-o', 'gif' => 'fa-file-image-o', 'jpg' => 'fa-file-image-o', 'jpeg' => 'fa-file-image-o', 'png' => 'fa-file-image-o', 'ppt' => 'fa-file-powerpoint-o', 'pptx' => 'fa-file-powerpoint-o', ), 'php_ini_overrides' => array ( 'memory_limit' => '256M', ), ), 'app' => array ( 'env' => 'production', 'debug' => false, 'url' => 'https://www.zonaplus.hr', 'timezone' => 'Europe/Zagreb', 'locale' => 'hr', 'fallback_locale' => 'en', 'key' => 'base64:PzwauVxOPV20+lkelIeq7Tr/y2O/iAwBLApXJ5umEZw=', 'cipher' => 'AES-256-CBC', 'google_api' => 'xxx', 'log' => 'single', '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\\Pagination\\PaginationServiceProvider', 13 => 'Illuminate\\Pipeline\\PipelineServiceProvider', 14 => 'Illuminate\\Queue\\QueueServiceProvider', 15 => 'Illuminate\\Redis\\RedisServiceProvider', 16 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider', 17 => 'Illuminate\\Session\\SessionServiceProvider', 18 => 'Illuminate\\Translation\\TranslationServiceProvider', 19 => 'Illuminate\\Validation\\ValidationServiceProvider', 20 => 'Illuminate\\View\\ViewServiceProvider', 21 => 'App\\Providers\\AppServiceProvider', 22 => 'App\\Providers\\AuthServiceProvider', 23 => 'App\\Providers\\EventServiceProvider', 24 => 'App\\Providers\\RouteServiceProvider', 25 => 'Collective\\Html\\HtmlServiceProvider', 26 => 'Intervention\\Image\\ImageServiceProvider', 27 => 'Rutorika\\Sortable\\SortableServiceProvider', 28 => 'Mcamara\\LaravelLocalization\\LaravelLocalizationServiceProvider', 29 => 'Dimsav\\Translatable\\TranslatableServiceProvider', 30 => 'Yajra\\Datatables\\DatatablesServiceProvider', 31 => 'Orangehill\\Iseed\\IseedServiceProvider', 32 => 'Laratrust\\LaratrustServiceProvider', 33 => 'Cviebrock\\EloquentSluggable\\ServiceProvider', 34 => 'UniSharp\\LaravelFilemanager\\LaravelFilemanagerServiceProvider', ), 'aliases' => array ( 'App' => 'Illuminate\\Support\\Facades\\App', 'Artisan' => 'Illuminate\\Support\\Facades\\Artisan', 'Auth' => 'Illuminate\\Support\\Facades\\Auth', 'Blade' => 'Illuminate\\Support\\Facades\\Blade', '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', 'Password' => 'Illuminate\\Support\\Facades\\Password', 'Queue' => 'Illuminate\\Support\\Facades\\Queue', 'Redirect' => 'Illuminate\\Support\\Facades\\Redirect', 'Redis' => 'Illuminate\\Support\\Facades\\Redis', 'Request' => 'Illuminate\\Support\\Facades\\Request', 'Response' => 'Illuminate\\Support\\Facades\\Response', 'Route' => 'Illuminate\\Support\\Facades\\Route', 'Schema' => 'Illuminate\\Support\\Facades\\Schema', 'Session' => 'Illuminate\\Support\\Facades\\Session', 'Storage' => 'Illuminate\\Support\\Facades\\Storage', 'URL' => 'Illuminate\\Support\\Facades\\URL', 'Validator' => 'Illuminate\\Support\\Facades\\Validator', 'View' => 'Illuminate\\Support\\Facades\\View', 'Form' => 'Collective\\Html\\FormFacade', 'Image' => 'Intervention\\Image\\Facades\\Image', 'LaravelLocalization' => 'Mcamara\\LaravelLocalization\\Facades\\LaravelLocalization', 'Laratrust' => 'Laratrust\\LaratrustFacade', ), ), 'view' => array ( 'paths' => array ( 0 => '/home/vps71aspekt/zonaplus.hr/laravel/resources/views', ), 'compiled' => '/home/vps71aspekt/zonaplus.hr/laravel/storage/framework/views', ), 'filesystems' => array ( 'default' => 'local', 'cloud' => 's3', 'disks' => array ( 'local' => array ( 'driver' => 'local', 'root' => '/home/vps71aspekt/zonaplus.hr/laravel/storage/app', ), 'public' => array ( 'driver' => 'local', 'root' => '/home/vps71aspekt/zonaplus.hr/laravel/storage/app/public', 'visibility' => 'public', ), 's3' => array ( 'driver' => 's3', 'key' => 'your-key', 'secret' => 'your-secret', 'region' => 'your-region', 'bucket' => 'your-bucket', ), ), ), 'laravellocalization' => array ( 'supportedLocales' => array ( 'en' => array ( 'name' => 'English', 'script' => 'Latn', 'native' => 'English', 'regional' => 'en_GB', ), 'hr' => array ( 'name' => 'Croatian', 'script' => 'Latn', 'native' => 'Hrvatski', 'regional' => 'hr_HR', ), ), 'useAcceptLanguageHeader' => false, 'hideDefaultLocaleInURL' => true, 'localesOrder' => array ( ), 'localesMapping' => array ( ), 'utf8suffix' => '.UTF-8', 'urlsIgnored' => array ( 0 => '/skipped', ), 'httpMethodsIgnored' => array ( 0 => 'POST', 1 => 'PUT', 2 => 'PATCH', 3 => 'DELETE', ), ), 'cache' => array ( 'default' => 'file', 'stores' => array ( 'apc' => array ( 'driver' => 'apc', ), 'array' => array ( 'driver' => 'array', ), 'database' => array ( 'driver' => 'database', 'table' => 'cache', 'connection' => NULL, ), 'file' => array ( 'driver' => 'file', 'path' => '/home/vps71aspekt/zonaplus.hr/laravel/storage/framework/cache', ), 'memcached' => array ( 'driver' => 'memcached', 'servers' => array ( 0 => array ( 'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100, ), ), ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'default', ), ), 'prefix' => 'laravel', ), 'sortable' => array ( 'entities' => array ( 'uploads' => '\\App\\Upload', ), ), 'database' => array ( 'fetch' => 8, 'default' => 'mysql', 'connections' => array ( 'sqlite' => array ( 'driver' => 'sqlite', 'database' => 'vps71aspekt_zonaplus', 'prefix' => '', ), 'mysql' => array ( 'driver' => 'mysql', 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'vps71aspekt_zonaplus', 'username' => 'vps71aspekt_zonaplus', 'password' => 'fi7gm_JE5#_5', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', 'strict' => false, 'engine' => NULL, ), 'pgsql' => array ( 'driver' => 'pgsql', 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'vps71aspekt_zonaplus', 'username' => 'vps71aspekt_zonaplus', 'password' => 'fi7gm_JE5#_5', 'charset' => 'utf8', 'prefix' => '', 'schema' => 'public', ), ), 'migrations' => 'migrations', 'redis' => array ( 'cluster' => false, 'default' => array ( 'host' => '127.0.0.1', 'password' => NULL, 'port' => '6379', 'database' => 0, ), ), ), 'laratrust' => array ( 'use_morph_map' => false, 'use_teams' => false, 'user_models' => array ( 'users' => 'App\\User', ), 'models' => array ( 'role' => 'App\\Role', 'permission' => 'App\\Permission', 'team' => 'App\\Team', ), 'tables' => array ( 'roles' => 'roles', 'permissions' => 'permissions', 'teams' => 'teams', 'role_user' => 'role_user', 'permission_user' => 'permission_user', 'permission_role' => 'permission_role', ), 'foreign_keys' => array ( 'user' => 'user_id', 'role' => 'role_id', 'permission' => 'permission_id', 'team' => 'team_id', ), 'middleware' => array ( 'handling' => 'abort', 'params' => '403', ), 'magic_can_method_case' => 'kebab_case', ), 'broadcasting' => array ( 'default' => 'pusher', 'connections' => array ( 'pusher' => array ( 'driver' => 'pusher', 'key' => NULL, 'secret' => NULL, 'app_id' => NULL, 'options' => array ( ), ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'default', ), 'log' => array ( 'driver' => 'log', ), ), ), 'laratrust_seeder' => array ( 'role_structure' => array ( 'superadministrator' => array ( 'user' => 'm,c,r,u,d', 'page' => 'm,c,r,u,d', 'post' => 'm,c,r,u,d', ), 'administrator' => array ( 'post' => 'm,c,r,u,d', ), 'user' => array ( ), ), 'permission_structure' => array ( ), 'permissions_map' => array ( 'm' => 'manage', 'c' => 'create', 'r' => 'read', 'u' => 'update', 'd' => 'delete', ), ), 'mail' => array ( 'driver' => 'sendmail', 'host' => '', 'port' => '', 'from' => array ( 'address' => 'info@zonaplus.hr', 'name' => NULL, ), 'to' => array ( 0 => 'info@zonaplus.hr', ), 'subject' => 'Nova poruka od www.zonaplus.hr', 'subject-reservation' => 'Nova prijava na radionicu od www.zonaplus.hr', 'encryption' => '', 'username' => '', 'password' => '', 'sendmail' => '/usr/sbin/sendmail -bs', ), 'compile' => array ( 'files' => array ( ), 'providers' => array ( ), ), 'sluggable' => array ( 'source' => NULL, 'maxLength' => NULL, 'method' => NULL, 'separator' => '-', 'unique' => true, 'uniqueSuffix' => NULL, 'includeTrashed' => false, 'reserved' => NULL, 'onUpdate' => true, ), 'auth' => array ( 'defaults' => array ( 'guard' => 'web', 'passwords' => 'users', ), 'guards' => array ( 'web' => array ( 'driver' => 'session', 'provider' => 'users', ), 'api' => array ( 'driver' => 'token', 'provider' => 'users', ), ), 'providers' => array ( 'users' => array ( 'driver' => 'eloquent', 'model' => 'App\\User', ), ), 'passwords' => array ( 'users' => array ( 'provider' => 'users', 'email' => 'auth.emails.password', 'table' => 'password_resets', 'expire' => 60, ), ), ), 'image' => array ( 'driver' => 'gd', ), 'iseed::config' => array ( 'path' => '/database/seeds', 'chunk_size' => 500, ), 'excel' => array ( 'cache' => array ( 'enable' => true, 'driver' => 'memory', 'settings' => array ( 'memoryCacheSize' => '32MB', 'cacheTime' => 600, ), 'memcache' => array ( 'host' => 'localhost', 'port' => 11211, ), 'dir' => '/home/vps71aspekt/zonaplus.hr/laravel/storage/cache', ), 'properties' => array ( 'creator' => 'Maatwebsite', 'lastModifiedBy' => 'Maatwebsite', 'title' => 'Spreadsheet', 'description' => 'Default spreadsheet export', 'subject' => 'Spreadsheet export', 'keywords' => 'maatwebsite, excel, export', 'category' => 'Excel', 'manager' => 'Maatwebsite', 'company' => 'Maatwebsite', ), 'sheets' => array ( 'pageSetup' => array ( 'orientation' => 'portrait', 'paperSize' => '9', 'scale' => '100', 'fitToPage' => false, 'fitToHeight' => true, 'fitToWidth' => true, 'columnsToRepeatAtLeft' => array ( 0 => '', 1 => '', ), 'rowsToRepeatAtTop' => array ( 0 => 0, 1 => 0, ), 'horizontalCentered' => false, 'verticalCentered' => false, 'printArea' => NULL, 'firstPageNumber' => NULL, ), ), 'creator' => 'Maatwebsite', 'csv' => array ( 'delimiter' => ',', 'enclosure' => '"', 'line_ending' => ' ', 'use_bom' => false, ), 'export' => array ( 'autosize' => true, 'autosize-method' => 'approx', 'generate_heading_by_indices' => true, 'merged_cell_alignment' => 'left', 'calculate' => false, 'includeCharts' => false, 'sheets' => array ( 'page_margin' => false, 'nullValue' => NULL, 'startCell' => 'A1', 'strictNullComparison' => false, ), 'store' => array ( 'path' => '/home/vps71aspekt/zonaplus.hr/laravel/storage/exports', 'returnInfo' => false, ), 'pdf' => array ( 'driver' => 'DomPDF', 'drivers' => array ( 'DomPDF' => array ( 'path' => '/home/vps71aspekt/zonaplus.hr/laravel/vendor/dompdf/dompdf/', ), 'tcPDF' => array ( 'path' => '/home/vps71aspekt/zonaplus.hr/laravel/vendor/tecnick.com/tcpdf/', ), 'mPDF' => array ( 'path' => '/home/vps71aspekt/zonaplus.hr/laravel/vendor/mpdf/mpdf/', ), ), ), ), 'filters' => array ( 'registered' => array ( 'chunk' => 'Maatwebsite\\Excel\\Filters\\ChunkReadFilter', ), 'enabled' => array ( ), ), 'import' => array ( 'heading' => 'slugged', 'startRow' => 1, 'separator' => '_', 'slug_whitelist' => '._', 'includeCharts' => false, 'to_ascii' => true, 'encoding' => array ( 'input' => 'UTF-8', 'output' => 'UTF-8', ), 'calculate' => true, 'ignoreEmpty' => false, 'force_sheets_collection' => false, 'dates' => array ( 'enabled' => true, 'format' => false, 'columns' => array ( ), ), 'sheets' => array ( 'test' => array ( 'firstname' => 'A2', ), ), ), 'views' => array ( 'styles' => array ( 'th' => array ( 'font' => array ( 'bold' => true, 'size' => 12, ), ), 'strong' => array ( 'font' => array ( 'bold' => true, 'size' => 12, ), ), 'b' => array ( 'font' => array ( 'bold' => true, 'size' => 12, ), ), 'i' => array ( 'font' => array ( 'italic' => true, 'size' => 12, ), ), 'h1' => array ( 'font' => array ( 'bold' => true, 'size' => 24, ), ), 'h2' => array ( 'font' => array ( 'bold' => true, 'size' => 18, ), ), 'h3' => array ( 'font' => array ( 'bold' => true, 'size' => 13.5, ), ), 'h4' => array ( 'font' => array ( 'bold' => true, 'size' => 12, ), ), 'h5' => array ( 'font' => array ( 'bold' => true, 'size' => 10, ), ), 'h6' => array ( 'font' => array ( 'bold' => true, 'size' => 7.5, ), ), 'a' => array ( 'font' => array ( 'underline' => true, 'color' => array ( 'argb' => 'FF0000FF', ), ), ), 'hr' => array ( 'borders' => array ( 'bottom' => array ( 'style' => 'thin', 'color' => array ( 0 => 'FF000000', ), ), ), ), ), ), ), );