/var/www/cobraambalaj/bootstrap/cache
NameSizeModeActions
.gitignore140644editdlrm
config.php224110644editdlrm
packages.php22590755editdlrm
services.php162190755editdlrm
Edit: /var/www/cobraambalaj/bootstrap/cache/config.php (22411B)
array ( 'view_id' => '239702653', 'service_account_credentials_json' => '/var/www/cobraambalaj/app/google-analytics/cobraambalaj-64f486e6f95c.json', 'cache_lifetime_in_minutes' => 1440, 'cache' => array ( 'store' => 'file', ), ), 'app' => array ( 'name' => 'cobraambalaj', 'env' => 'local', 'debug' => true, 'url' => 'http://cobraambalaj-tr.com', 'asset_url' => NULL, 'timezone' => 'UTC', 'locale' => 'en', 'fallback_locale' => 'en', 'faker_locale' => 'en_US', 'key' => 'base64:h7D0NOkfgrRe6yCEpoQSwWln+FtnLQENVlfhtFq7rho=', 'cipher' => 'AES-256-CBC', 'providers' => array ( 0 => 'Illuminate\\Auth\\AuthServiceProvider', 1 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider', 2 => 'Illuminate\\Bus\\BusServiceProvider', 3 => 'Illuminate\\Cache\\CacheServiceProvider', 4 => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 5 => 'Illuminate\\Cookie\\CookieServiceProvider', 6 => 'Illuminate\\Database\\DatabaseServiceProvider', 7 => 'Illuminate\\Encryption\\EncryptionServiceProvider', 8 => 'Illuminate\\Filesystem\\FilesystemServiceProvider', 9 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider', 10 => 'Illuminate\\Hashing\\HashServiceProvider', 11 => 'Illuminate\\Mail\\MailServiceProvider', 12 => 'Illuminate\\Notifications\\NotificationServiceProvider', 13 => 'Illuminate\\Pagination\\PaginationServiceProvider', 14 => 'Illuminate\\Pipeline\\PipelineServiceProvider', 15 => 'Illuminate\\Queue\\QueueServiceProvider', 16 => 'Illuminate\\Redis\\RedisServiceProvider', 17 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider', 18 => 'Illuminate\\Session\\SessionServiceProvider', 19 => 'Illuminate\\Translation\\TranslationServiceProvider', 20 => 'Illuminate\\Validation\\ValidationServiceProvider', 21 => 'Illuminate\\View\\ViewServiceProvider', 22 => 'Spatie\\Analytics\\AnalyticsServiceProvider', 23 => 'Mcamara\\LaravelLocalization\\LaravelLocalizationServiceProvider', 24 => 'App\\Providers\\AppServiceProvider', 25 => 'App\\Providers\\AuthServiceProvider', 26 => 'App\\Providers\\EventServiceProvider', 27 => 'App\\Providers\\RouteServiceProvider', ), 'aliases' => array ( 'App' => 'Illuminate\\Support\\Facades\\App', 'Arr' => 'Illuminate\\Support\\Arr', 'Artisan' => 'Illuminate\\Support\\Facades\\Artisan', 'Auth' => 'Illuminate\\Support\\Facades\\Auth', 'Blade' => 'Illuminate\\Support\\Facades\\Blade', 'Broadcast' => 'Illuminate\\Support\\Facades\\Broadcast', 'Bus' => 'Illuminate\\Support\\Facades\\Bus', 'Cache' => 'Illuminate\\Support\\Facades\\Cache', 'Config' => 'Illuminate\\Support\\Facades\\Config', 'Cookie' => 'Illuminate\\Support\\Facades\\Cookie', 'Crypt' => 'Illuminate\\Support\\Facades\\Crypt', 'DB' => 'Illuminate\\Support\\Facades\\DB', 'Eloquent' => 'Illuminate\\Database\\Eloquent\\Model', 'Event' => 'Illuminate\\Support\\Facades\\Event', 'File' => 'Illuminate\\Support\\Facades\\File', 'Gate' => 'Illuminate\\Support\\Facades\\Gate', 'Hash' => 'Illuminate\\Support\\Facades\\Hash', 'Http' => 'Illuminate\\Support\\Facades\\Http', 'Lang' => 'Illuminate\\Support\\Facades\\Lang', 'Log' => 'Illuminate\\Support\\Facades\\Log', 'Mail' => 'Illuminate\\Support\\Facades\\Mail', 'Notification' => 'Illuminate\\Support\\Facades\\Notification', 'Password' => 'Illuminate\\Support\\Facades\\Password', 'Queue' => 'Illuminate\\Support\\Facades\\Queue', 'Redirect' => 'Illuminate\\Support\\Facades\\Redirect', 'Request' => 'Illuminate\\Support\\Facades\\Request', 'Response' => 'Illuminate\\Support\\Facades\\Response', 'Route' => 'Illuminate\\Support\\Facades\\Route', 'Schema' => 'Illuminate\\Support\\Facades\\Schema', 'Session' => 'Illuminate\\Support\\Facades\\Session', 'Storage' => 'Illuminate\\Support\\Facades\\Storage', 'Str' => 'Illuminate\\Support\\Str', 'URL' => 'Illuminate\\Support\\Facades\\URL', 'Validator' => 'Illuminate\\Support\\Facades\\Validator', 'View' => 'Illuminate\\Support\\Facades\\View', ), ), 'auth' => array ( 'defaults' => array ( 'guard' => 'web', 'passwords' => 'users', ), 'guards' => array ( 'web' => array ( 'driver' => 'session', 'provider' => 'users', ), 'api' => array ( 'driver' => 'token', 'provider' => 'users', 'hash' => false, ), ), '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 ( 'pusher' => array ( 'driver' => 'pusher', 'key' => '', 'secret' => '', 'app_id' => '', 'options' => array ( 'cluster' => 'mt1', 'useTLS' => true, ), ), 'ably' => array ( 'driver' => 'ably', 'key' => NULL, ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'default', ), 'log' => array ( 'driver' => 'log', ), 'null' => array ( 'driver' => 'null', ), ), ), 'cache' => array ( 'default' => 'file', 'stores' => array ( 'apc' => array ( 'driver' => 'apc', ), 'array' => array ( 'driver' => 'array', 'serialize' => false, ), 'database' => array ( 'driver' => 'database', 'table' => 'cache', 'connection' => NULL, 'lock_connection' => NULL, ), 'file' => array ( 'driver' => 'file', 'path' => '/var/www/cobraambalaj/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' => '', 'secret' => '', 'region' => 'us-east-1', 'table' => 'cache', 'endpoint' => NULL, ), ), 'prefix' => 'cobraambalaj_cache', ), 'cors' => array ( 'paths' => array ( 0 => 'api/*', 1 => 'sanctum/csrf-cookie', ), 'allowed_methods' => array ( 0 => '*', ), 'allowed_origins' => array ( 0 => '*', ), 'allowed_origins_patterns' => array ( ), 'allowed_headers' => array ( 0 => '*', ), 'exposed_headers' => array ( ), 'max_age' => 0, 'supports_credentials' => false, ), 'database' => array ( 'default' => 'mysql', 'connections' => array ( 'sqlite' => array ( 'driver' => 'sqlite', 'url' => NULL, 'database' => 'cobraambalaj', 'prefix' => '', 'foreign_key_constraints' => true, ), 'mysql' => array ( 'driver' => 'mysql', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'cobraambalaj', 'username' => 'cobraambalaj_user', 'password' => 'Hack9366+++Am', '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' => '127.0.0.1', 'port' => '3306', 'database' => 'cobraambalaj', 'username' => 'cobraambalaj_user', 'password' => 'Hack9366+++Am', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, 'schema' => 'public', 'sslmode' => 'prefer', ), 'sqlsrv' => array ( 'driver' => 'sqlsrv', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'cobraambalaj', 'username' => 'cobraambalaj_user', 'password' => 'Hack9366+++Am', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, ), ), 'migrations' => 'migrations', 'redis' => array ( 'client' => 'phpredis', 'options' => array ( 'cluster' => 'redis', 'prefix' => 'cobraambalaj_database_', ), 'default' => array ( 'url' => NULL, 'host' => '127.0.0.1', 'password' => NULL, 'port' => '6379', 'database' => '0', ), 'cache' => array ( 'url' => NULL, 'host' => '127.0.0.1', 'password' => NULL, 'port' => '6379', 'database' => '1', ), ), ), 'filesystems' => array ( 'default' => 'local', 'disks' => array ( 'local' => array ( 'driver' => 'local', 'root' => '/var/www/cobraambalaj/storage/app', ), 'media' => array ( 'driver' => 'local', 'root' => '/var/www/cobraambalaj/public/media', ), 'public' => array ( 'driver' => 'local', 'root' => '/var/www/cobraambalaj/storage/app/public', 'url' => 'http://cobraambalaj-tr.com/storage', 'visibility' => 'public', ), 's3' => array ( 'driver' => 's3', 'key' => '', 'secret' => '', 'region' => 'us-east-1', 'bucket' => '', 'url' => NULL, 'endpoint' => NULL, ), ), 'links' => array ( '/var/www/cobraambalaj/public/storage' => '/var/www/cobraambalaj/storage/app/public', ), ), 'hashing' => array ( 'driver' => 'bcrypt', 'bcrypt' => array ( 'rounds' => 10, ), 'argon' => array ( 'memory' => 1024, 'threads' => 2, 'time' => 2, ), ), 'laravellocalization' => array ( 'supportedLocales' => array ( 'en' => array ( 'name' => 'English', 'script' => 'Latn', 'native' => 'English', 'regional' => 'en_GB', ), 'tr' => array ( 'name' => 'Turkish', 'script' => 'Latn', 'native' => 'Türkçe', 'regional' => 'tr_TR', ), 'ar' => array ( 'name' => 'Arabic', 'script' => 'Arab', 'native' => 'العربية', 'regional' => 'ar_AE', ), ), 'useAcceptLanguageHeader' => true, 'hideDefaultLocaleInURL' => false, 'localesOrder' => array ( 0 => 'en', 1 => 'ar', 2 => 'tr', ), 'localesMapping' => array ( ), 'utf8suffix' => '.UTF-8', 'urlsIgnored' => array ( 0 => '/skipped', ), ), 'logging' => array ( 'default' => 'stack', 'channels' => array ( 'stack' => array ( 'driver' => 'stack', 'channels' => array ( 0 => 'single', ), 'ignore_exceptions' => false, ), 'single' => array ( 'driver' => 'single', 'path' => '/var/www/cobraambalaj/storage/logs/laravel.log', 'level' => 'debug', ), 'daily' => array ( 'driver' => 'daily', 'path' => '/var/www/cobraambalaj/storage/logs/laravel.log', 'level' => 'debug', 'days' => 14, ), 'slack' => array ( 'driver' => 'slack', 'url' => NULL, 'username' => 'Laravel Log', 'emoji' => ':boom:', 'level' => 'debug', ), 'papertrail' => array ( 'driver' => 'monolog', 'level' => 'debug', 'handler' => 'Monolog\\Handler\\SyslogUdpHandler', 'handler_with' => array ( 'host' => NULL, 'port' => NULL, ), ), 'stderr' => array ( 'driver' => 'monolog', '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/cobraambalaj/storage/logs/laravel.log', ), ), ), 'mail' => array ( 'default' => 'smtp', 'mailers' => array ( 'smtp' => array ( 'transport' => 'smtp', 'host' => 'mailhog', 'port' => '1025', 'encryption' => NULL, 'username' => NULL, 'password' => NULL, 'timeout' => NULL, 'auth_mode' => NULL, ), 'ses' => array ( 'transport' => 'ses', ), 'mailgun' => array ( 'transport' => 'mailgun', ), 'postmark' => array ( 'transport' => 'postmark', ), 'sendmail' => array ( 'transport' => 'sendmail', 'path' => '/usr/sbin/sendmail -bs', ), 'log' => array ( 'transport' => 'log', 'channel' => NULL, ), 'array' => array ( 'transport' => 'array', ), ), 'from' => array ( 'address' => NULL, 'name' => 'cobraambalaj', ), 'markdown' => array ( 'theme' => 'default', 'paths' => array ( 0 => '/var/www/cobraambalaj/resources/views/vendor/mail', ), ), ), 'media-library' => array ( 'disk_name' => 'public', 'max_file_size' => 10485760, 'queue_name' => '', 'queue_conversions_by_default' => true, 'media_model' => 'Spatie\\MediaLibrary\\MediaCollections\\Models\\Media', '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' => 'Spatie\\MediaLibrary\\Support\\PathGenerator\\DefaultPathGenerator', 'url_generator' => 'Spatie\\MediaLibrary\\Support\\UrlGenerator\\DefaultUrlGenerator', 'moves_media_on_update' => false, 'version_urls' => false, 'image_optimizers' => array ( 'Spatie\\ImageOptimizer\\Optimizers\\Jpegoptim' => array ( 0 => '-m85', 1 => '--strip-all', 2 => '--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', ), 'Spatie\\ImageOptimizer\\Optimizers\\Cwebp' => array ( 0 => '-m 6', 1 => '-pass 10', 2 => '-mt', 3 => '-q 90', ), ), '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, ), 'queue' => array ( 'default' => 'sync', 'connections' => array ( 'sync' => array ( 'driver' => 'sync', ), 'database' => array ( 'driver' => 'database', 'table' => 'jobs', 'queue' => 'default', 'retry_after' => 90, ), 'beanstalkd' => array ( 'driver' => 'beanstalkd', 'host' => 'localhost', 'queue' => 'default', 'retry_after' => 90, 'block_for' => 0, ), 'sqs' => array ( 'driver' => 'sqs', 'key' => '', 'secret' => '', 'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id', 'queue' => 'your-queue-name', 'suffix' => NULL, 'region' => 'us-east-1', ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'default', 'queue' => 'default', 'retry_after' => 90, 'block_for' => NULL, ), ), 'failed' => array ( 'driver' => 'database-uuids', 'database' => 'mysql', 'table' => 'failed_jobs', ), ), 'services' => array ( 'mailgun' => array ( 'domain' => NULL, 'secret' => NULL, 'endpoint' => 'api.mailgun.net', ), 'postmark' => array ( 'token' => NULL, ), 'ses' => array ( 'key' => '', 'secret' => '', 'region' => 'us-east-1', ), ), 'session' => array ( 'driver' => 'file', 'lifetime' => '120', 'expire_on_close' => false, 'encrypt' => false, 'files' => '/var/www/cobraambalaj/storage/framework/sessions', 'connection' => NULL, 'table' => 'sessions', 'store' => NULL, 'lottery' => array ( 0 => 2, 1 => 100, ), 'cookie' => 'cobraambalaj_session', 'path' => '/', 'domain' => NULL, 'secure' => NULL, 'http_only' => true, 'same_site' => 'lax', ), 'translatable' => array ( 'fallback_locale' => 'en', ), 'view' => array ( 'paths' => array ( 0 => '/var/www/cobraambalaj/resources/views', ), 'compiled' => '/var/www/cobraambalaj/storage/framework/views', ), 'flare' => array ( 'key' => NULL, 'reporting' => array ( 'anonymize_ips' => true, 'collect_git_information' => false, 'report_queries' => true, 'maximum_number_of_collected_queries' => 200, 'report_query_bindings' => true, 'report_view_data' => true, 'grouping_type' => NULL, 'report_logs' => true, 'maximum_number_of_collected_logs' => 200, ), 'send_logs_as_events' => true, ), 'ignition' => array ( 'editor' => 'phpstorm', 'theme' => 'light', 'enable_share_button' => true, 'register_commands' => false, 'ignored_solution_providers' => array ( 0 => 'Facade\\Ignition\\SolutionProviders\\MissingPackageSolutionProvider', ), 'enable_runnable_solutions' => NULL, 'remote_sites_path' => '', 'local_sites_path' => '', 'housekeeping_endpoint_prefix' => '_ignition', ), 'image' => array ( 'driver' => 'gd', ), 'trustedproxy' => array ( 'proxies' => NULL, 'headers' => 94, ), 'global' => array ( 'site_title_en' => 'Cobra Ambalaj', 'site_title_ar' => 'كوبرا أمبلاج', 'site_title_tr' => 'Cobra Ambalaj', 'site_description_en' => 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.', 'site_description_ar' => 'نقدم لكم الحلول الأكثر احترافاً في مجال الطباعة، التصميم التجاري والإبهار البصري', 'site_description_tr' => 'Lorem Ipsum, dizgi ve baskı endüstrisinde kullanılan mıgır metinlerdir.', 'site_phone' => '0905050600000', 'site_email' => 'info@cobraambalaj-tr.com', 'site_address' => 'Gaziantep / Sanayi, 60140. Cd. No:97 - 27110, 27110', 'site_map_link' => 'https://www.google.com/maps/place/COBRA+AMBALAJ/@37.0774105,37.4497293,17z/data=!3m1!4b1!4m5!3m4!1s0x1531e597ed7e9583:0xf402518d9dbb944e!8m2!3d37.0774105!4d37.4475406', 'site_social_media_fb' => 'https://www.facebook.com/cobraambalaj', 'site_social_media_tw' => 'twitter', 'site_social_media_in' => 'https://www.instagram.com/cobra.ambalaj/', 'site_social_media_wa' => '0905050600000', ), 'tinker' => array ( 'commands' => array ( ), 'alias' => array ( ), 'dont_alias' => array ( 0 => 'App\\Nova', ), ), );