- app
array:19 [▼
"name" => "Sicilying"
"env" => "local"
"debug" => true
"url" => "http://staging.sicilying.com"
"asset_url" => null
"timezone" => "Europe/Rome"
"locale" => "it"
"available_locales" => array:2 [▶
0 => "it"
1 => "en"
]
"fallback_locale" => "it"
"faker_locale" => "it_IT"
"key" => "base64:0HsN/T+jj/A4sD4XXrB0MG0LnCCly6J/U2ECsFFjlVI="
"cipher" => "AES-256-CBC"
"maintenance" => array:1 [▶
"driver" => "file"
]
"log" => "single"
"log_level" => "debug"
"log_404" => true
"log_404_table" => "scl_settings_404"
"providers" => array:39 [▶
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 => "Collective\Html\HtmlServiceProvider"
23 => "Laravel\Socialite\SocialiteServiceProvider"
24 => "App\Providers\AppServiceProvider"
25 => "App\Providers\AuthServiceProvider"
26 => "App\Providers\EventServiceProvider"
27 => "App\Providers\RouteServiceProvider"
28 => "Barryvdh\Debugbar\ServiceProvider"
29 => "Webwizo\Shortcodes\ShortcodesServiceProvider"
30 => "Intervention\Image\ImageServiceProvider"
31 => "Maatwebsite\Excel\ExcelServiceProvider"
32 => "Sentry\Laravel\ServiceProvider"
33 => "Warp\Core\CoreServiceProvider"
34 => "Yajra\DataTables\DataTablesServiceProvider"
35 => "Jenssegers\Agent\AgentServiceProvider"
36 => "Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider"
37 => "Biscolab\ReCaptcha\ReCaptchaServiceProvider"
38 => "Srmklive\PayPal\Providers\PayPalServiceProvider"
]
"aliases" => array:53 [▶
"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"
"Date" => "Illuminate\Support\Facades\Date"
"DB" => "Illuminate\Support\Facades\DB"
"Eloquent" => "Illuminate\Database\Eloquent\Model"
"Event" => "Illuminate\Support\Facades\Event"
"File" => "Illuminate\Support\Facades\File"
"Gate" => "Illuminate\Support\Facades\Gate"
"Hash" => "Illuminate\Support\Facades\Hash"
"Http" => "Illuminate\Support\Facades\Http"
"Js" => "Illuminate\Support\Js"
"Lang" => "Illuminate\Support\Facades\Lang"
"Log" => "Illuminate\Support\Facades\Log"
"Mail" => "Illuminate\Support\Facades\Mail"
"Notification" => "Illuminate\Support\Facades\Notification"
"Password" => "Illuminate\Support\Facades\Password"
"Queue" => "Illuminate\Support\Facades\Queue"
"RateLimiter" => "Illuminate\Support\Facades\RateLimiter"
"Redirect" => "Illuminate\Support\Facades\Redirect"
"Request" => "Illuminate\Support\Facades\Request"
"Response" => "Illuminate\Support\Facades\Response"
"Route" => "Illuminate\Support\Facades\Route"
"Schema" => "Illuminate\Support\Facades\Schema"
"Session" => "Illuminate\Support\Facades\Session"
"Storage" => "Illuminate\Support\Facades\Storage"
"Str" => "Illuminate\Support\Str"
"URL" => "Illuminate\Support\Facades\URL"
"Validator" => "Illuminate\Support\Facades\Validator"
"View" => "Illuminate\Support\Facades\View"
"Vite" => "Illuminate\Support\Facades\Vite"
"Agent" => "Jenssegers\Agent\Facades\Agent"
"cURL" => "anlutro\cURL\Laravel\cURL"
"DataTables" => "Yajra\DataTables\Facades\DataTables"
"Debugbar" => "Barryvdh\Debugbar\Facades\Debugbar"
"Excel" => "Maatwebsite\Excel\Facades\Excel"
"Form" => "Collective\Html\FormFacade"
"Html" => "Collective\Html\HtmlFacade"
"Image" => "Intervention\Image\Facades\Image"
"LaravelRedis" => "Illuminate\Support\Facades\Redis"
"PayPal" => "Srmklive\PayPal\Facades\PayPal"
"Sentry" => "Sentry\Laravel\Facade"
"Shortcode" => "Webwizo\Shortcodes\Facades\Shortcode"
"Socialite" => "Laravel\Socialite\Facades\Socialite"
"ReCaptcha" => "Biscolab\ReCaptcha\Facades\ReCaptcha"
]
]
- auth
array:5 [▼
"defaults" => array:2 [▶
"guard" => "web"
"passwords" => "user"
]
"guards" => array:3 [▶
"web" => array:2 [▶
"driver" => "session"
"provider" => "users"
]
"api" => array:3 [▶
"driver" => "token"
"provider" => "users"
"hash" => false
]
"sanctum" => array:2 [▶
"driver" => "sanctum"
"provider" => null
]
]
"providers" => array:1 [▶
"users" => array:2 [▶
"driver" => "eloquent"
"model" => "Warp\Sicilying\Models\User"
]
]
"passwords" => array:2 [▶
"users" => array:4 [▶
"provider" => "users"
"table" => "password_resets"
"expire" => 60
"throttle" => 60
]
"user" => array:3 [▶
"provider" => "users"
"table" => "password_resets"
"expire" => 60
]
]
"password_timeout" => 10800
]
- broadcasting
array:2 [▼
"default" => "log"
"connections" => array:5 [▶
"pusher" => array:6 [▶
"driver" => "pusher"
"key" => ""
"secret" => ""
"app_id" => ""
"options" => array:5 [▶
"host" => "api-mt1.pusher.com"
"port" => "443"
"scheme" => "https"
"encrypted" => true
"useTLS" => true
]
"client_options" => []
]
"ably" => array:2 [▶
"driver" => "ably"
"key" => null
]
"redis" => array:2 [▶
"driver" => "redis"
"connection" => "default"
]
"log" => array:1 [▶
"driver" => "log"
]
"null" => array:1 [▶
"driver" => "null"
]
]
]
- cache
array:4 [▼
"default" => "redis"
"stores" => array:9 [▶
"apc" => array:1 [▶
"driver" => "apc"
]
"array" => array:2 [▶
"driver" => "array"
"serialize" => false
]
"database" => array:4 [▶
"driver" => "database"
"table" => "cache"
"connection" => null
"lock_connection" => null
]
"file" => array:2 [▶
"driver" => "file"
"path" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/framework/cache/data"
]
"memcached" => array:5 [▶
"driver" => "memcached"
"persistent_id" => null
"sasl" => array:2 [▶
0 => null
1 => null
]
"options" => []
"servers" => array:1 [▶
0 => array:3 [▶
"host" => "127.0.0.1"
"port" => 11211
"weight" => 100
]
]
]
"redis" => array:3 [▶
"driver" => "redis"
"connection" => "cache"
"lock_connection" => "default"
]
"lua" => array:1 [▶
"hwc_enabled" => true
]
"dynamodb" => array:6 [▶
"driver" => "dynamodb"
"key" => ""
"secret" => ""
"region" => "eu-west-1"
"table" => "cache"
"endpoint" => null
]
"octane" => array:1 [▶
"driver" => "octane"
]
]
"prefix" => "sicilying_cache_"
"shared" => true
]
- captcha
array:1 [▼
"turnstile" => array:2 [▶
"siteKey" => "1x00000000000000000000AA"
"url" => "https://challenges.cloudflare.com/turnstile/v0/siteverify"
]
]
- charts
array:1 [▼
"default_library" => "Chartjs"
]
- cors
array:8 [▼
"paths" => array:3 [▶
0 => "api/*"
1 => "sanctum/csrf-cookie"
2 => "sicilying/files/*"
]
"allowed_methods" => array:1 [▶
0 => "*"
]
"allowed_origins" => array:1 [▶
0 => "*"
]
"allowed_origins_patterns" => []
"allowed_headers" => array:1 [▶
0 => "*"
]
"exposed_headers" => []
"max_age" => 0
"supports_credentials" => false
]
- csp
array:5 [▼
"policy" => "Spatie\Csp\Policies\Basic"
"report_only_policy" => ""
"report_uri" => ""
"enabled" => true
"nonce_generator" => "Spatie\Csp\Nonce\RandomString"
]
- database
array:5 [▼
"default" => "mysql"
"connections" => array:6 [▶
"wordpress" => array:14 [▶
"driver" => "mysql"
"host" => "127.0.0.1"
"port" => "3306"
"database" => "sicilyingblog_staging"
"username" => "blog_db_staging"
"password" => "crf%Yhggf5^^"
"unix_socket" => ""
"charset" => "utf8mb4"
"collation" => "utf8mb4_unicode_ci"
"prefix" => "wp_"
"prefix_indexes" => true
"strict" => true
"engine" => null
"options" => []
]
"oldLaravel" => array:14 [▶
"driver" => "mysql"
"host" => "88.99.95.237"
"port" => "3306"
"database" => "sicilying_prod"
"username" => "f31512572881"
"password" => "a1261497186eae41"
"unix_socket" => ""
"charset" => "utf8mb4"
"collation" => "utf8mb4_unicode_ci"
"prefix" => ""
"prefix_indexes" => true
"strict" => true
"engine" => null
"options" => []
]
"sqlite" => array:5 [▶
"driver" => "sqlite"
"url" => null
"database" => "sicilying_staging"
"prefix" => ""
"foreign_key_constraints" => true
]
"mysql" => array:15 [▶
"driver" => "mysql"
"url" => null
"host" => "127.0.0.1"
"port" => "3306"
"database" => "sicilying_staging"
"username" => "sicilying_db_staging"
"password" => "st%rtv993GGper"
"unix_socket" => ""
"charset" => "utf8mb4"
"collation" => "utf8mb4_unicode_ci"
"prefix" => ""
"prefix_indexes" => true
"strict" => false
"engine" => null
"options" => []
]
"pgsql" => array:12 [▶
"driver" => "pgsql"
"url" => null
"host" => "127.0.0.1"
"port" => "3306"
"database" => "sicilying_staging"
"username" => "sicilying_db_staging"
"password" => "st%rtv993GGper"
"charset" => "utf8"
"prefix" => ""
"prefix_indexes" => true
"search_path" => "public"
"sslmode" => "prefer"
]
"sqlsrv" => array:10 [▶
"driver" => "sqlsrv"
"url" => null
"host" => "127.0.0.1"
"port" => "3306"
"database" => "sicilying_staging"
"username" => "sicilying_db_staging"
"password" => "st%rtv993GGper"
"charset" => "utf8"
"prefix" => ""
"prefix_indexes" => true
]
]
"migrations" => "migrations"
"redis" => array:4 [▶
"client" => "phpredis"
"options" => array:2 [▶
"cluster" => "redis"
"prefix" => "sicilying_database_"
]
"default" => array:6 [▶
"url" => null
"host" => "127.0.0.1"
"username" => null
"password" => null
"port" => "6379"
"database" => "2"
]
"cache" => array:6 [▶
"url" => null
"host" => "127.0.0.1"
"username" => null
"password" => null
"port" => "6379"
"database" => "3"
]
]
"mongodb" => array:4 [▶
"MONGODB_DATABASE" => null
"MONGODB_HOST" => null
"MONGODB_USERNAME" => null
"MONGODB_PASSWORD" => null
]
]
- datatables
array:9 [▼
"search" => array:4 [▶
"smart" => true
"multi_term" => true
"case_insensitive" => true
"use_wildcards" => false
]
"index_column" => "DT_Row_Index"
"engines" => array:3 [▶
"eloquent" => "Yajra\DataTables\EloquentDataTable"
"query" => "Yajra\DataTables\QueryDataTable"
"collection" => "Yajra\DataTables\CollectionDataTable"
]
"builders" => []
"nulls_last_sql" => "%s %s NULLS LAST"
"error" => null
"columns" => array:5 [▶
"excess" => array:2 [▶
0 => "rn"
1 => "row_num"
]
"escape" => "*"
"raw" => array:1 [▶
0 => "action"
]
"blacklist" => array:2 [▶
0 => "password"
1 => "remember_token"
]
"whitelist" => "*"
]
"json" => array:2 [▶
"header" => []
"options" => 0
]
"callback" => array:3 [▶
0 => "$"
1 => "$."
2 => "function"
]
]
- debugbar
array:22 [▼
"enabled" => true
"except" => array:2 [▶
0 => "telescope*"
1 => "horizon*"
]
"storage" => array:7 [▶
"enabled" => true
"driver" => "file"
"path" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/debugbar"
"connection" => null
"provider" => ""
"hostname" => "127.0.0.1"
"port" => 2304
]
"editor" => "phpstorm"
"remote_sites_path" => ""
"local_sites_path" => ""
"include_vendors" => true
"capture_ajax" => true
"add_ajax_timing" => false
"ajax_handler_auto_show" => true
"ajax_handler_enable_tab" => true
"error_handler" => true
"clockwork" => false
"collectors" => array:23 [▶
"phpinfo" => true
"messages" => true
"time" => false
"memory" => true
"exceptions" => true
"log" => false
"db" => true
"views" => true
"route" => true
"auth" => true
"gate" => false
"session" => true
"symfony_request" => true
"mail" => false
"laravel" => true
"events" => true
"default_request" => true
"logs" => true
"files" => true
"config" => true
"cache" => true
"models" => true
"livewire" => false
]
"options" => array:7 [▶
"auth" => array:1 [▶
"show_name" => true
]
"db" => array:9 [▶
"with_params" => true
"backtrace" => true
"backtrace_exclude_paths" => []
"timeline" => false
"duration_background" => true
"explain" => array:2 [▶
"enabled" => false
"types" => array:1 [▶
0 => "SELECT"
]
]
"hints" => false
"show_copy" => true
"slow_threshold" => false
]
"mail" => array:1 [▶
"full_log" => false
]
"views" => array:3 [▶
"timeline" => false
"data" => false
"exclude_paths" => []
]
"route" => array:1 [▶
"label" => true
]
"logs" => array:1 [▶
"file" => null
]
"cache" => array:1 [▶
"values" => true
]
]
"inject" => true
"route_prefix" => "_debugbar"
"route_middleware" => []
"route_domain" => null
"theme" => "auto"
"debug_backtrace_limit" => 50
"csp_callback" => null
]
- dompdf
array:4 [▼
"show_warnings" => false
"public_path" => null
"convert_entities" => true
"options" => array:18 [▶
"font_dir" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/fonts"
"font_cache" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/fonts"
"temp_dir" => "/tmp"
"chroot" => "/mnt/HC_Volume_102224623/sicilying-stage"
"allowed_protocols" => array:3 [▶
"file://" => array:1 [▶
"rules" => []
]
"http://" => array:1 [▶
"rules" => []
]
"https://" => array:1 [▶
"rules" => []
]
]
"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.1
"enable_html5_parser" => true
]
]
- excel
array:8 [▼
"exports" => array:5 [▶
"chunk_size" => 1000
"pre_calculate_formulas" => false
"strict_null_comparison" => false
"csv" => array:8 [▶
"delimiter" => ","
"enclosure" => """
"line_ending" => "\n"
"use_bom" => false
"include_separator_line" => false
"excel_compatibility" => false
"output_encoding" => ""
"test_auto_detect" => true
]
"properties" => array:9 [▶
"creator" => ""
"lastModifiedBy" => ""
"title" => ""
"description" => ""
"subject" => ""
"keywords" => ""
"category" => ""
"manager" => ""
"company" => ""
]
]
"imports" => array:6 [▶
"read_only" => true
"ignore_empty" => false
"heading_row" => array:1 [▶
"formatter" => "slug"
]
"csv" => array:5 [▶
"delimiter" => null
"enclosure" => """
"escape_character" => "\"
"contiguous" => false
"input_encoding" => "guess"
]
"properties" => array:9 [▶
"creator" => ""
"lastModifiedBy" => ""
"title" => ""
"description" => ""
"subject" => ""
"keywords" => ""
"category" => ""
"manager" => ""
"company" => ""
]
"cells" => array:1 [▶
"middleware" => []
]
]
"extension_detector" => array:16 [▶
"xlsx" => "Xlsx"
"xlsm" => "Xlsx"
"xltx" => "Xlsx"
"xltm" => "Xlsx"
"xls" => "Xls"
"xlt" => "Xls"
"ods" => "Ods"
"ots" => "Ods"
"slk" => "Slk"
"xml" => "Xml"
"gnumeric" => "Gnumeric"
"htm" => "Html"
"html" => "Html"
"csv" => "Csv"
"tsv" => "Csv"
"pdf" => "Dompdf"
]
"value_binder" => array:1 [▶
"default" => "Maatwebsite\Excel\DefaultValueBinder"
]
"cache" => array:4 [▶
"driver" => "memory"
"batch" => array:1 [▶
"memory_limit" => 60000
]
"illuminate" => array:1 [▶
"store" => null
]
"default_ttl" => 10800
]
"transactions" => array:2 [▶
"handler" => "db"
"db" => array:1 [▶
"connection" => null
]
]
"temporary_files" => array:5 [▶
"local_path" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/framework/cache/laravel-excel"
"local_permissions" => []
"remote_disk" => null
"remote_prefix" => null
"force_resync_remote" => null
]
"old" => array:9 [▶
"cache" => array:5 [▶
"enable" => true
"driver" => "memory"
"settings" => array:2 [▶
"memoryCacheSize" => "32MB"
"cacheTime" => 600
]
"memcache" => array:2 [▶
"host" => "localhost"
"port" => 11211
]
"dir" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/cache"
]
"properties" => array:9 [▶
"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:1 [▶
"pageSetup" => array:12 [▶
"orientation" => "portrait"
"paperSize" => "9"
"scale" => "100"
"fitToPage" => false
"fitToHeight" => true
"fitToWidth" => true
"columnsToRepeatAtLeft" => array:2 [▶
0 => ""
1 => ""
]
"rowsToRepeatAtTop" => array:2 [▶
0 => 0
1 => 0
]
"horizontalCentered" => false
"verticalCentered" => false
"printArea" => null
"firstPageNumber" => null
]
]
"creator" => "Maatwebsite"
"csv" => array:4 [▶
"delimiter" => ","
"enclosure" => """
"line_ending" => "\r\n"
"use_bom" => false
]
"export" => array:9 [▶
"autosize" => true
"autosize-method" => "approx"
"generate_heading_by_indices" => true
"merged_cell_alignment" => "left"
"calculate" => false
"includeCharts" => false
"sheets" => array:4 [▶
"page_margin" => false
"nullValue" => null
"startCell" => "A1"
"strictNullComparison" => false
]
"store" => array:2 [▶
"path" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/exports"
"returnInfo" => false
]
"pdf" => array:2 [▶
"driver" => "DomPDF"
"drivers" => array:3 [▶
"DomPDF" => array:1 [▶
"path" => "/mnt/HC_Volume_102224623/sicilying-stage/vendor/dompdf/dompdf/"
]
"tcPDF" => array:1 [▶
"path" => "/mnt/HC_Volume_102224623/sicilying-stage/vendor/tecnick.com/tcpdf/"
]
"mPDF" => array:1 [▶
"path" => "/mnt/HC_Volume_102224623/sicilying-stage/vendor/mpdf/mpdf/"
]
]
]
]
"filters" => array:2 [▶
"registered" => array:1 [▶
"chunk" => "Maatwebsite\Excel\Filters\ChunkReadFilter"
]
"enabled" => []
]
"import" => array:12 [▶
"heading" => "slugged"
"startRow" => 1
"separator" => "_"
"slug_whitelist" => "._"
"includeCharts" => false
"to_ascii" => true
"encoding" => array:2 [▶
"input" => "UTF-8"
"output" => "UTF-8"
]
"calculate" => true
"ignoreEmpty" => false
"force_sheets_collection" => false
"dates" => array:3 [▶
"enabled" => true
"format" => false
"columns" => []
]
"sheets" => array:1 [▶
"test" => array:1 [▶
"firstname" => "A2"
]
]
]
"views" => array:1 [▶
"styles" => array:12 [▶
"th" => array:1 [▶
"font" => array:2 [▶
"bold" => true
"size" => 12
]
]
"strong" => array:1 [▶
"font" => array:2 [▶
"bold" => true
"size" => 12
]
]
"b" => array:1 [▶
"font" => array:2 [▶
"bold" => true
"size" => 12
]
]
"i" => array:1 [▶
"font" => array:2 [▶
"italic" => true
"size" => 12
]
]
"h1" => array:1 [▶
"font" => array:2 [▶
"bold" => true
"size" => 24
]
]
"h2" => array:1 [▶
"font" => array:2 [▶
"bold" => true
"size" => 18
]
]
"h3" => array:1 [▶
"font" => array:2 [▶
"bold" => true
"size" => 13.5
]
]
"h4" => array:1 [▶
"font" => array:2 [▶
"bold" => true
"size" => 12
]
]
"h5" => array:1 [▶
"font" => array:2 [▶
"bold" => true
"size" => 10
]
]
"h6" => array:1 [▶
"font" => array:2 [▶
"bold" => true
"size" => 7.5
]
]
"a" => array:1 [▶
"font" => array:2 [▶
"underline" => true
"color" => array:1 [▶
"argb" => "FF0000FF"
]
]
]
"hr" => array:1 [▶
"borders" => array:1 [▶
"bottom" => array:2 [▶
"style" => "thin"
"color" => array:1 [▶
0 => "FF000000"
]
]
]
]
]
]
]
]
- eyewitness
array:18 [▼
"api_enabled" => false
"api_url" => "https://eyew.io/api/v1"
"app_token" => "tQmYZ8RXRIVBKyl7"
"secret_key" => "qihAEHEWPlvevzqm0Fiocn3U9jruSQCVktIUV48WxFz93Ietlqtz65qNIo7t"
"monitor_email" => true
"monitor_queue" => true
"monitor_scheduler" => true
"monitor_database" => true
"monitor_disk" => true
"monitor_request" => true
"monitor_log" => true
"monitor_composer_lock" => true
"monitor_maintenance_mode" => true
"queue_tube_list" => array:1 [▶
"sync" => array:1 [▶
0 => "default"
]
]
"composer_lock_file_location" => "/mnt/HC_Volume_102224623/sicilying-stage/composer.lock"
"send_queued_emails" => false
"routes_queue" => true
"routes_log" => true
]
- filesystems
array:4 [▼
"default" => "local"
"cloud" => "s3"
"disks" => array:12 [▶
"root" => array:3 [▶
"driver" => "local"
"root" => "/mnt/HC_Volume_102224623/sicilying-stage"
"throw" => true
]
"local" => array:3 [▶
"driver" => "local"
"root" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/app"
"throw" => true
]
"public" => array:5 [▶
"driver" => "local"
"root" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/app/public"
"url" => "http://staging.sicilying.com/storage"
"visibility" => "public"
"throw" => true
]
"s3" => array:9 [▶
"driver" => "s3"
"key" => ""
"secret" => ""
"region" => "eu-west-1"
"bucket" => ""
"url" => null
"endpoint" => null
"use_path_style_endpoint" => false
"throw" => true
]
"storage" => array:3 [▶
"driver" => "local"
"root" => "/mnt/HC_Volume_102224623/sicilying-stage/storage"
"throw" => true
]
"files" => array:3 [▶
"driver" => "local"
"root" => "/mnt/HC_Volume_102224623/sicilying-stage/files"
"throw" => true
]
"public_root" => array:5 [▶
"driver" => "local"
"root" => "/mnt/HC_Volume_102224623/sicilying-stage/public"
"url" => "http://staging.sicilying.com/"
"visibility" => "public"
"throw" => true
]
"config" => array:3 [▶
"driver" => "local"
"root" => "/mnt/HC_Volume_102224623/sicilying-stage/config"
"throw" => true
]
"resources" => array:3 [▶
"driver" => "local"
"root" => "/mnt/HC_Volume_102224623/sicilying-stage/resources"
"throw" => true
]
"packages" => array:3 [▶
"driver" => "local"
"root" => "/mnt/HC_Volume_102224623/sicilying-stage/packages"
"throw" => true
]
"sftp" => array:8 [▶
"driver" => "sftp"
"host" => ""
"port" => "21"
"username" => ""
"password" => ""
"privateKey" => ""
"root" => ""
"timeout" => "10"
]
"emails" => array:2 [▶
"driver" => "local"
"root" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/logs/emails"
]
]
"links" => array:1 [▶
"/mnt/HC_Volume_102224623/sicilying-stage/public/storage" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/app/public"
]
]
- gazzaconfig
array:2 [▼
"gazza" => array:4 [▶
"endpoint" => "https://staging-sslweb.rcs.it/rsle/idmgmt/M4G1Cd5yN7W2qdev/hello.json"
"providerId" => "M4G1Cd5yN7W2qdev"
"applicationId" => "CMGZ"
"trackingChannel" => "CMGZ-MGLG"
]
"adv_exclude" => array:10 [▶
0 => "user/login"
1 => "rcs/app/login"
2 => "rcs/user/login"
3 => "rcs/user/register"
4 => "admin/list/signup2"
5 => "user/signup_plus"
6 => "user/signup/plus"
7 => "user/signup"
8 => "user/pro"
9 => "home"
]
]
- google
array:6 [▼
"GOOGLE_KEY" => "136639684633-7a9k4mt8epkedgn2dfnqlrihrk1i9f0v.apps.googleusercontent.com"
"GOOGLE_SECRET" => "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"
"GOOGLE_API_KEY" => "AIzaSyDq3MID7zodWIu9Fs1BVLYeMWdJ_AGjoyc"
"GOOGLE_MAP_KEY" => "AIzaSyAjzAbBFXSsFOHam2OjXJErg4pPlB7VdhA"
"GOOGLE_URL" => "http://staging.sicilying.com/it/user/googleLoginPost"
"GOOGLE_MAP_STATIC_SIGNATURE" => "T6NNUNnWWHet1HGI7bngAZzI8vI="
]
- google-analytics
array:4 [▼
"client_id" => "xxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com"
"service_email" => "xxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx@developer.gserviceaccount.com"
"certificate_path" => "/mnt/HC_Volume_102224623/sicilying-stage/config/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-privatekey.p12"
"use_objects" => true
]
- hashing
array:3 [▼
"driver" => "bcrypt"
"bcrypt" => array:1 [▶
"rounds" => 10
]
"argon" => array:3 [▶
"memory" => 65536
"threads" => 1
"time" => 4
]
]
- himoney
array:13 [▼
"julia_executable_path" => "/srv/users/himoneydemo/apps/himoneydemo/julia/julia-1.3.1/bin/julia"
"julia_scripts_folder" => "/srv/users/himoneydemo/apps/himoney-julia/juliascripts"
"RABBITMQ_HOST" => "127.0.0.1"
"RABBITMQ_PORT" => 5672
"RABBITMQ_USERNAME" => null
"RABBITMQ_PASSWORD" => null
"RABBITMQ_VHOST" => "/"
"IMPORT_MS_SHARED_DIR" => null
"IMPORT_MS_CHANNEL" => null
"IMPORT_MS_QUEUE" => null
"ZABO_SECRET_KEY" => null
"ZABO_API_KEY" => null
"PLUGNPAID_UNLIKED_SUBSCRIPTIONS_EMAIL" => null
]
- horizon
array:5 [▼
"use" => "default"
"prefix" => "horizon:"
"waits" => array:1 [▶
"redis:default" => 60
]
"trim" => array:2 [▶
"recent" => 60
"failed" => 10080
]
"environments" => array:2 [▶
"production" => array:1 [▶
"supervisor-1" => array:5 [▶
"connection" => "redis"
"queue" => array:1 [▶
0 => "default"
]
"balance" => "simple"
"processes" => 10
"tries" => 3
]
]
"local" => array:1 [▶
"supervisor-1" => array:5 [▶
"connection" => "redis"
"queue" => array:1 [▶
0 => "default"
]
"balance" => "simple"
"processes" => 3
"tries" => 3
]
]
]
]
- ide-helper
array:27 [▼
"filename" => "_ide_helper"
"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:1 [▶
0 => "/mnt/HC_Volume_102224623/sicilying-stage/vendor/laravel/framework/src/Illuminate/Support/helpers.php"
]
"model_locations" => array:1 [▶
0 => "app"
]
"ignored_models" => []
"model_hooks" => []
"extra" => array:2 [▶
"Eloquent" => array:2 [▶
0 => "Illuminate\Database\Eloquent\Builder"
1 => "Illuminate\Database\Query\Builder"
]
"Session" => array:1 [▶
0 => "Illuminate\Session\Store"
]
]
"magic" => array:1 [▶
"Log" => array:8 [▶
"debug" => "Monolog\Logger::addDebug"
"info" => "Monolog\Logger::addInfo"
"notice" => "Monolog\Logger::addNotice"
"warning" => "Monolog\Logger::addWarning"
"error" => "Monolog\Logger::addError"
"critical" => "Monolog\Logger::addCritical"
"alert" => "Monolog\Logger::addAlert"
"emergency" => "Monolog\Logger::addEmergency"
]
]
"interfaces" => []
"custom_db_types" => []
"model_camel_case_properties" => false
"type_overrides" => array:2 [▶
"integer" => "int"
"boolean" => "bool"
]
"include_class_docblocks" => false
"force_fqn" => false
"use_generics_annotations" => true
"additional_relation_types" => []
"additional_relation_return_types" => []
"post_migrate" => []
"format" => "php"
]
- image
array:1 [▼
"driver" => "gd"
]
- imagecache
array:4 [▼
"route" => null
"paths" => array:2 [▶
0 => "/mnt/HC_Volume_102224623/sicilying-stage/public/upload"
1 => "/mnt/HC_Volume_102224623/sicilying-stage/public/images"
]
"templates" => array:3 [▶
"small" => "Intervention\Image\Templates\Small"
"medium" => "Intervention\Image\Templates\Medium"
"large" => "Intervention\Image\Templates\Large"
]
"lifetime" => 43200
]
- invoices
array:1 [▼
"clients" => array:1 [▶
"fatture_in_cloud" => array:4 [▶
"url" => "https://api-v2.fattureincloud.it/"
"client_id" => "Mjdhno230TFdAnzqOBfw0D3zpE5DmByT"
"token" => "a/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyZWYiOiJaaWh4endtNGZQaGc1MjZjdUd2TmJNVllFSGxKM09UaSJ9.htY0HDVtYLNViQYcLu0ytwkCatyt9RoMLUDuPP7E6wE"
"error" => array:3 [▶
"mailFrom" => ""
"mailTo" => "amministrazione@sicilying.com"
"mailToCc" => "amministrazione@sicilying.com"
]
]
]
]
- live_xml_ftp
array:4 [▼
"password" => null
"user" => null
"host" => null
"port" => null
]
- logging
array:3 [▼
"default" => "stack"
"deprecations" => array:2 [▶
"channel" => null
"trace" => false
]
"channels" => array:12 [▶
"stack" => array:3 [▶
"driver" => "stack"
"channels" => array:1 [▶
0 => "daily"
]
"ignore_exceptions" => false
]
"single" => array:3 [▶
"driver" => "single"
"path" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/logs/laravel.log"
"level" => "debug"
]
"daily" => array:4 [▶
"driver" => "daily"
"path" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/logs/laravel.log"
"level" => "debug"
"days" => 14
]
"slack" => array:5 [▶
"driver" => "slack"
"url" => null
"username" => "Laravel Log"
"emoji" => ":boom:"
"level" => "debug"
]
"papertrail" => array:4 [▶
"driver" => "monolog"
"level" => "debug"
"handler" => "Monolog\Handler\SyslogUdpHandler"
"handler_with" => array:3 [▶
"host" => null
"port" => null
"connectionString" => "tls://:"
]
]
"stderr" => array:5 [▶
"driver" => "monolog"
"level" => "debug"
"handler" => "Monolog\Handler\StreamHandler"
"formatter" => null
"with" => array:1 [▶
"stream" => "php://stderr"
]
]
"syslog" => array:2 [▶
"driver" => "syslog"
"level" => "debug"
]
"errorlog" => array:2 [▶
"driver" => "errorlog"
"level" => "debug"
]
"null" => array:2 [▶
"driver" => "monolog"
"handler" => "Monolog\Handler\NullHandler"
]
"emergency" => array:1 [▶
"path" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/logs/laravel.log"
]
"runProcessAll" => array:3 [▶
"driver" => "daily"
"path" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/logs/runProcessAll.log"
"level" => "debug"
]
"apiV3" => array:3 [▶
"driver" => "daily"
"path" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/logs/apiV3.log"
"level" => "debug"
]
]
]
- mail
array:9 [▼
"driver" => "smtp"
"enable_resend_com" => "1"
"encryption" => "tls"
"from" => array:2 [▶
"address" => "sicilying@sicilying.com"
"name" => "Sicilying"
]
"host" => "email-smtp.eu-west-1.amazonaws.com"
"password" => "BKlksXcVvFDNNM1yXEHaUI620tuAoErzDp2EPrV7wEgn"
"port" => "587"
"pretend" => false
"username" => "AKIA5R4ZMKN43GY6N7NM"
]
- mail_original
array:4 [▼
"default" => "log"
"mailers" => array:9 [▶
"smtp" => array:8 [▶
"transport" => "smtp"
"host" => "mailhog"
"port" => "1025"
"encryption" => null
"username" => null
"password" => null
"timeout" => null
"local_domain" => null
]
"ses" => array:1 [▶
"transport" => "ses"
]
"mailgun" => array:1 [▶
"transport" => "mailgun"
]
"postmark" => array:1 [▶
"transport" => "postmark"
]
"sendmail" => array:2 [▶
"transport" => "sendmail"
"path" => "/usr/sbin/sendmail -bs -i"
]
"log" => array:2 [▶
"transport" => "log"
"channel" => "emails"
]
"array" => array:1 [▶
"transport" => "array"
]
"failover" => array:2 [▶
"transport" => "failover"
"mailers" => array:2 [▶
0 => "smtp"
1 => "log"
]
]
"resend" => array:1 [▶
"transport" => "resend"
]
]
"from" => array:2 [▶
"address" => "hello@example.com"
"name" => "Sicilying"
]
"markdown" => array:2 [▶
"theme" => "default"
"paths" => array:1 [▶
0 => "/mnt/HC_Volume_102224623/sicilying-stage/resources/views/vendor/mail"
]
]
]
- maintenancemode
array:8 [▼
"view" => "core::eco.layouts.maintenance-mode"
"notification-styles" => true
"inject" => array:2 [▶
"global" => true
"prefix" => "MaintenanceMode"
]
"language-path" => "maintenancemode::defaults"
"exempt-ips" => []
"exempt-ips-proxy" => false
"exempt-environments" => array:1 [▶
0 => "local"
]
"exemptions" => array:2 [▶
0 => "Warp\Core\Exemptions\IPWhitelist"
1 => "Warp\Core\Exemptions\EnvironmentWhitelist"
]
]
- packages
array:1 [▼
1 => "Warp\Sicilying\SicilyingServiceProvider"
]
- paypal
array:11 [▼
"mode" => "sandbox"
"sandbox" => array:4 [▶
"client_id" => "Adl-d024xnFFcaW-x7fB1uikLZD9Ati3smFCE88UjyS8jLa9wMuPWc7nImkZeLFJN6D1-Zd57VZVzyZ3"
"client_secret" => "ELToFpa6YIQebt_OlSqOgmxQNCmBzNOq6v2EmbLBFJnpumTwzDWhKUR7L5TxVq4AGGNa1pSv_jkq9_sp"
"app_id" => "APP-80W284485P519543T"
"email" => null
]
"live" => array:4 [▶
"client_id" => "Ace5y1BArWEK9APdddHcBCzNhE_JNaLve9dNifjjjUbYNQzmn31DYFJ22f7VtclDvAf8suWVBtZGvwBV"
"client_secret" => "EAsmwX28e8UCPtoeLYI8LHWtB6Js_9AkWtfQVfLivLv1qQT9DiEK1L0HNVeFcB-CTStbWvtBz715JQNu"
"app_id" => ""
"email" => null
]
"payment_action" => "Authorization"
"currency" => "EUR"
"notify_url" => "http://staging.sicilying.com/api/v2/paypal/paypal_listener"
"locale" => "it_IT"
"validate_ssl" => true
"client_id" => "ATLYTXlWmRHf0UAtPVwnSK759nxPCCcPjabx5EL8kD7I52GhkFBaUSRRNoYJj0vMamkRhggg6be_DWJR"
"secret" => "EGCuyMA6i7fGbWLbhPIALo8-yKKVcwYMxLl16L8Rh31I7oJ_a5AsXIiH61xBGtRIz0hLerelPbmgvvn_"
"settings" => array:5 [▶
"mode" => "sandbox"
"http.ConnectionTimeOut" => 1000
"log.LogEnabled" => true
"log.FileName" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/logs/paypal.log"
"log.LogLevel" => "ERROR"
]
]
- purchase
array:4 [▼
"routing" => []
"google_play_package_name" => ""
"appstore_password" => ""
"eventListeners" => array:24 [▶
"Imdhemy\Purchases\Events\GooglePlay\SubscriptionPurchased" => []
"Imdhemy\Purchases\Events\GooglePlay\SubscriptionRenewed" => []
"Imdhemy\Purchases\Events\GooglePlay\SubscriptionInGracePeriod" => []
"Imdhemy\Purchases\Events\GooglePlay\SubscriptionExpired" => []
"Imdhemy\Purchases\Events\GooglePlay\SubscriptionCanceled" => []
"Imdhemy\Purchases\Events\GooglePlay\SubscriptionPaused" => []
"Imdhemy\Purchases\Events\GooglePlay\SubscriptionRestarted" => []
"Imdhemy\Purchases\Events\GooglePlay\SubscriptionDeferred" => []
"Imdhemy\Purchases\Events\GooglePlay\SubscriptionRevoked" => []
"Imdhemy\Purchases\Events\GooglePlay\SubscriptionOnHold" => []
"Imdhemy\Purchases\Events\GooglePlay\SubscriptionRecovered" => []
"Imdhemy\Purchases\Events\GooglePlay\SubscriptionPauseScheduleChanged" => []
"Imdhemy\Purchases\Events\GooglePlay\SubscriptionPriceChangeConfirmed" => []
"Imdhemy\Purchases\Events\AppStore\Cancel" => []
"Imdhemy\Purchases\Events\AppStore\DidChangeRenewalPref" => []
"Imdhemy\Purchases\Events\AppStore\DidChangeRenewalStatus" => []
"Imdhemy\Purchases\Events\AppStore\DidFailToRenew" => []
"Imdhemy\Purchases\Events\AppStore\DidRecover" => []
"Imdhemy\Purchases\Events\AppStore\DidRenew" => []
"Imdhemy\Purchases\Events\AppStore\InitialBuy" => []
"Imdhemy\Purchases\Events\AppStore\InteractiveRenewal" => []
"Imdhemy\Purchases\Events\AppStore\PriceIncreaseConsent" => []
"Imdhemy\Purchases\Events\AppStore\Refund" => []
"Imdhemy\Purchases\Events\AppStore\Revoke" => []
]
]
- queue
array:3 [▼
"default" => "database"
"connections" => array:5 [▶
"sync" => array:1 [▶
"driver" => "sync"
]
"database" => array:5 [▶
"driver" => "database"
"table" => "jobs"
"queue" => "default"
"retry_after" => 90
"after_commit" => true
]
"beanstalkd" => array:6 [▶
"driver" => "beanstalkd"
"host" => "localhost"
"queue" => "default"
"retry_after" => 90
"block_for" => 0
"after_commit" => false
]
"sqs" => array:8 [▶
"driver" => "sqs"
"key" => ""
"secret" => ""
"prefix" => "https://sqs.us-east-1.amazonaws.com/your-account-id"
"queue" => "default"
"suffix" => null
"region" => "eu-west-1"
"after_commit" => false
]
"redis" => array:6 [▶
"driver" => "redis"
"connection" => "default"
"queue" => "default"
"retry_after" => 90
"block_for" => null
"after_commit" => false
]
]
"failed" => array:3 [▶
"driver" => "database-uuids"
"database" => "mysql"
"table" => "failed_jobs"
]
]
- recaptcha
array:14 [▼
"api_site_key" => "6Le73N0ZAAAAAPZQ_V2BUBALZa-B8R_jEpeeSMlP"
"api_secret_key" => "6Le73N0ZAAAAAO6ETyYw4aFjQIIw2IGvP7ZB-DTV"
"version" => "v3"
"curl_timeout" => 10
"skip_ip" => []
"default_validation_route" => "biscolab-recaptcha/validate"
"default_token_parameter_name" => "token"
"default_language" => null
"default_form_id" => "biscolab-recaptcha-invisible-form"
"explicit" => false
"api_domain" => "www.google.com"
"empty_message" => false
"error_message_key" => "validation.recaptcha"
"tag_attributes" => array:6 [▶
"theme" => "light"
"size" => "normal"
"tabindex" => 0
"callback" => null
"expired-callback" => null
"error-callback" => null
]
]
- remote
array:3 [▼
"default" => "production"
"connections" => array:2 [▶
"production" => array:8 [▶
"host" => ""
"username" => ""
"password" => ""
"key" => ""
"keytext" => ""
"keyphrase" => ""
"agent" => ""
"timeout" => 10
]
"iveco" => array:8 [▶
"host" => ""
"username" => ""
"password" => ""
"key" => ""
"keytext" => ""
"keyphrase" => ""
"agent" => ""
"timeout" => 10
]
]
"groups" => array:1 [▶
"web" => array:1 [▶
0 => "production"
]
]
]
- responsecache
array:6 [▼
"enabled" => true
"cache_profile" => "Spatie\ResponseCache\CacheProfiles\CacheAllSuccessfulGetRequests"
"cache_lifetime_in_minutes" => 10080
"add_cache_time_header" => true
"cache_store" => "file"
"cache_tag" => ""
]
- sanctum
array:5 [▼
"stateful" => array:6 [▶
0 => "localhost"
1 => "localhost:3000"
2 => "127.0.0.1"
3 => "127.0.0.1:8000"
4 => "::1"
5 => "staging.sicilying.com"
]
"guard" => array:1 [▶
0 => "web"
]
"expiration" => null
"token_prefix" => ""
"middleware" => array:2 [▶
"verify_csrf_token" => "App\Http\Middleware\VerifyCsrfToken"
"encrypt_cookies" => "App\Http\Middleware\EncryptCookies"
]
]
- sentry
array:9 [▼
"dsn" => "https://b715cc71fda54d5fb53dd00b28a18393@o70800.ingest.sentry.io/1238582"
"release" => null
"environment" => null
"sample_rate" => 1.0
"traces_sample_rate" => 1.0
"profiles_sample_rate" => null
"send_default_pii" => false
"breadcrumbs" => array:5 [▶
"logs" => true
"sql_queries" => true
"sql_bindings" => true
"queue_info" => true
"command_info" => true
]
"tracing" => array:7 [▶
"queue_job_transactions" => false
"queue_jobs" => true
"sql_queries" => true
"sql_origin" => true
"views" => true
"default_integrations" => true
"missing_routes" => false
]
]
- services
array:7 [▼
"mailgun" => array:4 [▶
"domain" => null
"secret" => null
"endpoint" => "api.mailgun.net"
"scheme" => "https"
]
"postmark" => array:1 [▶
"token" => null
]
"ses" => array:3 [▶
"key" => ""
"secret" => ""
"region" => "eu-west-1"
]
"facebook" => array:3 [▶
"client_id" => "1984514634950662"
"client_secret" => "a16f63babb2e9a2dc2ca3d8b771884e5"
"redirect" => "http://staging.sicilying.com/it/user/facebookLoginPost"
]
"twitter" => array:3 [▶
"client_id" => null
"client_secret" => null
"redirect" => null
]
"google" => array:3 [▶
"client_id" => "136639684633-7a9k4mt8epkedgn2dfnqlrihrk1i9f0v.apps.googleusercontent.com"
"client_secret" => "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"
"redirect" => "http://staging.sicilying.com/it/user/googleLoginPost"
]
"linkedin" => array:3 [▶
"client_id" => null
"client_secret" => null
"redirect" => null
]
]
- session
array:15 [▼
"driver" => "file"
"lifetime" => 10000
"expire_on_close" => false
"encrypt" => false
"files" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/framework/sessions"
"connection" => null
"table" => "sessions"
"store" => null
"lottery" => array:2 [▶
0 => 2
1 => 100
]
"cookie" => "sicilyingsession"
"path" => "/"
"domain" => null
"secure" => true
"http_only" => true
"same_site" => "lax"
]
- sitemap
array:8 [▼
"use_cache" => false
"cache_key" => "laravel-sitemap.http://staging.sicilying.com"
"cache_duration" => 3600
"escaping" => true
"use_limit_size" => false
"max_size" => null
"use_styles" => true
"styles_location" => null
]
- usermaven
array:2 [▼
"server_token" => null
"api_key" => null
]
- vezgo
array:2 [▼
"client_id" => null
"secret" => null
]
- view
array:2 [▼
"paths" => array:1 [▶
0 => "/mnt/HC_Volume_102224623/sicilying-stage/resources/views"
]
"compiled" => "/mnt/HC_Volume_102224623/sicilying-stage/storage/framework/views"
]
- warp
array:101 [▼
"abilita_bonifico" => ""
"active_multilanguage_routes" => "1"
"admin_group" => "1"
"admin_theme" => "core::eco"
"available_locales" => "it,en,de,ru"
"backend_theme" => "core::eco"
"bank_transfer_data" => "Sicilying S.r.l<br>IBAN: IT82R0200884280000105475265<br>SWIFT/BIC: UNCRITM1K29<br>Bank: Unicredit S.p.A"
"base_image_url" => "/sicilying/sicilying/"
"base_static_url" => "https://www.sicilying.com"
"cache_cup" => "180"
"cache_cupteam" => "180"
"cache_high" => "720"
"cache_medium" => "360"
"cache_route" => "60"
"cache_user" => "180"
"confirmed_user_access_only" => ""
"connect_to_wordpress" => "1"
"contact_email" => "sicilying@sicilying.com"
"default_group" => "8"
"default_lineupset_id" => "1"
"default_platform_language" => "it"
"default_subscription" => "5"
"default_welcome_route" => "admin/dashboard"
"email_assets" => "sicilying/sicilying/assets/"
"email_confirmation" => "1"
"email_prefix" => "Sicilying |"
"email_suffix" => "."
"error_theme" => "sicilying::sicilying"
"facebook_app_bot_page_token" => "EAAFYRWyqmIgBAEvXNpw5tOb9SW9UMFUeBL8p2tfo8EZCZCKZCa7AaZA736lt1sFgT4aR0NO8wUcudyUfNz5gXYahagIrLfPLFOh0rP6FfdTAmB0ZBYeaunYzTiiiYIik8UjBZA4npiVFOCXvQ2QQ6AfKvvULZAbyi5JI5ugeGewRwZDZD ◀EAAFYRWyqmIgBAEvXNpw5tOb9SW9UMFUeBL8p2tfo8EZCZCKZCa7AaZA736lt1sFgT4aR0NO8wUcudyUfNz5gXYahagIrLfPLFOh0rP6FfdTAmB0ZBYeaunYzTiiiYIik8UjBZA4npiVFOCXvQ2QQ6AfKvvULZAb ▶"
"facebook_app_token" => "241j2i41j4214j1lfafas"
"fattura_contanti" => ""
"friends_coupon_blocks" => "5"
"friends_coupon_discount_type" => "1"
"friends_coupon_discount_value" => "5"
"frontend_theme" => "sicilying::sicilying"
"ga_include" => "UA-655459-1"
"google_gtm" => "GTM-T4G5SL"
"hide_payment_step" => ""
"invoice_company_address" => "Via Crociferi 62"
"invoice_company_cell" => "+39 377 7033073"
"invoice_company_contry" => "Italia"
"invoice_company_email" => "sicilying@sicilying.com"
"invoice_company_fiscalcode" => "Licenza T.O. n.101/S9/TUR/Sicilia<br>Ass. ERV n.64630084-RC17"
"invoice_company_id" => "1"
"invoice_company_location" => "Catania (CT) Sicilia"
"invoice_company_name" => "Sicilying S.r.l."
"invoice_company_pec" => ""
"invoice_company_sdi" => ""
"invoice_company_tel" => "+39 095 2265853"
"invoice_company_vatnumber" => "P.iva 05017200873"
"invoice_company_zipcode" => "95124"
"logo_31" => "assets/img/fantacalcio-logo31.png"
"logo_40" => "assets/img/fantacalcio-logo40.png"
"logo_50" => "assets/img/fantacalcio-logo50.png"
"logo_email" => "/sicilying/sicilying/assets/img/email/logo_email.png"
"logo_email_height" => "40"
"logo_fantacalcio_black" => "assets/images/fantacalcio_black_50.png"
"logo_fantacalcio_white" => "assets/images/fantacalcio_white_50.png"
"main_title" => "Sicilying"
"maintenancemode_view" => "core::eco.layouts.maintenance-mode"
"max_unsuccessful_login" => "8"
"meta_description" => "Sicilying"
"meta_keywords" => "Warp Core, Laravel 9, Package"
"meta_title" => "Sicilying"
"offer_max_overflow" => "10"
"og_site_name" => "Sicilying"
"onesignal_appId" => "80d811d1-c00c-4cee-b27a-c94c730c2fe5"
"onesignal_rest_api" => "OTM2YTFlOGYtYzM5MC00MmM4LTk2ZGUtMzQ2YjAwYTY5NDgy"
"onesignal_safari_web_id" => "web.onesignal.auto.47c70ae7-2660-4f5d-88d3-857f7dfd7254"
"onesignal_subdomainName" => "fantacalcio-online"
"order_number_format" => "Y-m-xxxxx"
"panel_home_text" => "Warp Sicilying"
"paypal_password" => "AMGQJFKN8KZPGCGQ"
"paypal_signature" => "AUwVBAVBsjvyvJTu7.zwrGLVxI9xAarug8fMxk9dsNlU1yCfq-oPgT4u"
"paypal_username" => "handic_api1.tin.it"
"project_role" => "master"
"redirect_home_to_lang" => ""
"reminder_email_from" => "info@sicilying.com"
"reset_email_route" => "user/reset"
"route_cache" => "1"
"route_home" => "\Warp\Sicilying\Http\Controllers\Frontend\HomeController@showIndex"
"sendTagManagerEvents" => "1"
"sitemap_url" => "https://www.sicilying.com"
"system_name" => "Sicilying"
"system_name_short" => "Sicilying"
"theme" => "sicilying::sicilying"
"theme_btn_create" => "btn btn-sm btn-light"
"theme_btn_default" => "btn btn-default"
"theme_btn_delete" => "btn btn-effect-ripple btn-sm btn-danger"
"theme_btn_edit" => "btn btn-effect-ripple btn-sm btn-success"
"theme_btn_info" => "btn btn-effect-ripple btn-sm btn-info"
"theme_btn_link" => "btn btn-effect-ripple btn-sm btn-default"
"theme_btn_save" => "btn btn-cons btn-primary pull-right"
"theme_class_color" => "flat"
"theme_warp" => "social"
"use_custom_backend_header" => ""
"use_custom_footer" => "1"
"use_custom_header" => "1"
"website_home" => "https://www.sicilying.com"
"website_home_text" => "Warp Sicilying"
"website_url" => "https://www.sicilying.com"
]
- warpconfig
array:2 [▼
"disks" => array:2 [▶
"config" => array:2 [▶
"driver" => "local"
"root" => "/mnt/HC_Volume_102224623/sicilying-stage/config"
]
"resources" => array:2 [▶
"driver" => "local"
"root" => "/mnt/HC_Volume_102224623/sicilying-stage/resources"
]
]
"available_locales" => array:2 [▶
0 => "it"
1 => "en"
]
]
- liap
array:9 [▼
"routing" => array:3 [▶
"signed" => false
"middleware" => []
"prefix" => ""
]
"google_play_package_name" => "com.some.thing"
"google_application_credentials" => "/mnt/HC_Volume_102224623/sicilying-stage"
"appstore_password" => ""
"eventListeners" => []
"appstore_private_key_id" => null
"appstore_private_key" => null
"appstore_issuer_id" => null
"appstore_bundle_id" => null
]
- packager
array:7 [▼
"skeleton" => "https://github.com/Jeroen-G/packager-skeleton/archive/master.zip"
"curl_verify_cert" => true
"timeout" => "60"
"author_name" => "Author Name"
"author_email" => "author@email.com"
"author_homepage" => "http://author.com"
"license" => "MIT"
]
- resend
array:4 [▼
"api_key" => "re_TDUCoYzQ_5dfVj7uMnE2MCHU42TprecYC"
"domain" => null
"path" => "resend"
"webhook" => array:2 [▶
"secret" => null
"tolerance" => 300
]
]
- flare
array:3 [▼
"key" => null
"flare_middleware" => array:11 [▶
0 => "Spatie\FlareClient\FlareMiddleware\RemoveRequestIp"
1 => "Spatie\FlareClient\FlareMiddleware\AddGitInformation"
2 => "Spatie\LaravelIgnition\FlareMiddleware\AddNotifierName"
3 => "Spatie\LaravelIgnition\FlareMiddleware\AddEnvironmentInformation"
4 => "Spatie\LaravelIgnition\FlareMiddleware\AddExceptionInformation"
5 => "Spatie\LaravelIgnition\FlareMiddleware\AddDumps"
"Spatie\LaravelIgnition\FlareMiddleware\AddLogs" => array:1 [▶
"maximum_number_of_collected_logs" => 200
]
"Spatie\LaravelIgnition\FlareMiddleware\AddQueries" => array:2 [▶
"maximum_number_of_collected_queries" => 200
"report_query_bindings" => true
]
"Spatie\LaravelIgnition\FlareMiddleware\AddJobs" => array:1 [▶
"max_chained_job_reporting_depth" => 5
]
"Spatie\FlareClient\FlareMiddleware\CensorRequestBodyFields" => array:1 [▶
"censor_fields" => array:2 [▶
0 => "password"
1 => "password_confirmation"
]
]
"Spatie\FlareClient\FlareMiddleware\CensorRequestHeaders" => array:1 [▶
"headers" => array:1 [▶
0 => "API-KEY"
]
]
]
"send_logs_as_events" => true
]
- ignition
array:12 [▼
"editor" => "phpstorm"
"theme" => "auto"
"enable_share_button" => true
"register_commands" => false
"solution_providers" => array:18 [▶
0 => "Spatie\Ignition\Solutions\SolutionProviders\BadMethodCallSolutionProvider"
1 => "Spatie\Ignition\Solutions\SolutionProviders\MergeConflictSolutionProvider"
2 => "Spatie\Ignition\Solutions\SolutionProviders\UndefinedPropertySolutionProvider"
3 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\IncorrectValetDbCredentialsSolutionProvider"
4 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\MissingAppKeySolutionProvider"
5 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\DefaultDbNameSolutionProvider"
6 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\TableNotFoundSolutionProvider"
7 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\MissingImportSolutionProvider"
8 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\InvalidRouteActionSolutionProvider"
9 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\ViewNotFoundSolutionProvider"
10 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\RunningLaravelDuskInProductionProvider"
11 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\MissingColumnSolutionProvider"
12 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\UnknownValidationSolutionProvider"
13 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\MissingMixManifestSolutionProvider"
14 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\MissingViteManifestSolutionProvider"
15 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\MissingLivewireComponentSolutionProvider"
16 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\UndefinedViewVariableSolutionProvider"
17 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\GenericLaravelExceptionSolutionProvider"
]
"ignored_solution_providers" => []
"enable_runnable_solutions" => null
"remote_sites_path" => "/mnt/HC_Volume_102224623/sicilying-stage"
"local_sites_path" => ""
"housekeeping_endpoint_prefix" => "_ignition"
"settings_file_path" => ""
"recorders" => array:4 [▶
0 => "Spatie\LaravelIgnition\Recorders\DumpRecorder\DumpRecorder"
1 => "Spatie\LaravelIgnition\Recorders\JobRecorder\JobRecorder"
2 => "Spatie\LaravelIgnition\Recorders\LogRecorder\LogRecorder"
3 => "Spatie\LaravelIgnition\Recorders\QueryRecorder\QueryRecorder"
]
]
- image-optimizer
array:4 [▼
"optimizers" => array:6 [▶
"Spatie\ImageOptimizer\Optimizers\Jpegoptim" => array:3 [▶
0 => "-m85"
1 => "--strip-all"
2 => "--all-progressive"
]
"Spatie\ImageOptimizer\Optimizers\Pngquant" => array:1 [▶
0 => "--force"
]
"Spatie\ImageOptimizer\Optimizers\Optipng" => array:3 [▶
0 => "-i0"
1 => "-o2"
2 => "-quiet"
]
"Spatie\ImageOptimizer\Optimizers\Svgo" => array:1 [▶
0 => "--disable=cleanupIDs"
]
"Spatie\ImageOptimizer\Optimizers\Gifsicle" => array:2 [▶
0 => "-b"
1 => "-O3"
]
"Spatie\ImageOptimizer\Optimizers\Cwebp" => array:4 [▶
0 => "-m 6"
1 => "-pass 10"
2 => "-mt"
3 => "-q 90"
]
]
"binary_path" => ""
"timeout" => 60
"log_optimizer_activity" => false
]
- datatables-buttons
array:5 [▼
"namespace" => array:2 [▶
"base" => "DataTables"
"model" => ""
]
"pdf_generator" => "snappy"
"snappy" => array:2 [▶
"options" => array:5 [▶
"no-outline" => true
"margin-left" => "0"
"margin-right" => "0"
"margin-top" => "10mm"
"margin-bottom" => "10mm"
]
"orientation" => "landscape"
]
"parameters" => array:3 [▶
"dom" => "Bfrtip"
"order" => array:1 [▶
0 => array:2 [▶
0 => 0
1 => "desc"
]
]
"buttons" => array:6 [▶
0 => "excel"
1 => "csv"
2 => "pdf"
3 => "print"
4 => "reset"
5 => "reload"
]
]
"generator" => array:3 [▶
"columns" => "id,add your columns,created_at,updated_at"
"buttons" => "excel,csv,pdf,print,reset,reload"
"dom" => "Bfrtip"
]
]
- datatables-html
array:4 [▼
"namespace" => "LaravelDataTables"
"table" => array:2 [▶
"class" => "table"
"id" => "dataTableBuilder"
]
"script" => "datatables::script"
"editor" => "datatables::editor"
]
- laravel-model-caching
array:4 [▼
"cache-prefix" => ""
"enabled" => true
"use-database-keying" => true
"store" => null
]
- laravel-codice-fiscale
array:1 [▼
"impossible-to-match" => true
]
- datatables-fractal
array:2 [▼
"includes" => "include"
"serializer" => "League\Fractal\Serializer\DataArraySerializer"
]
- corcel
array:4 [▼
"connection" => "wordpress"
"post_types" => []
"shortcodes" => []
"shortcode_parser" => "Thunder\Shortcode\Parser\RegularParser"
]