- app
 array:14 [▼
  "name" => "Dziewczyna znikad"
  "env" => "local"
  "debug" => true
  "url" => "https://dzn.edev.uk"
  "asset_url" => null
  "timezone" => "Europe/London"
  "locale" => "pl"
  "fallback_locale" => "pl"
  "locale_prefix" => ""
  "faker_locale" => "pl_PL"
  "key" => "base64:7wPFvNsBOapC6c5YkZbEpyvhJUKoew3BuoVdK07BYBE="
  "cipher" => "AES-256-CBC"
  "providers" => array:27 [▶
    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\EventServiceProvider"
    25 => "App\Providers\ShopServiceProvider"
    26 => "App\Providers\RouteServiceProvider"
  ]
  "aliases" => array:39 [▶
    "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"
  ]
]
- auth
 array:5 [▼
  "defaults" => array:2 [▶
    "guard" => "web"
    "passwords" => "customers"
  ]
  "guards" => array:3 [▶
    "web" => array:2 [▶
      "driver" => "session"
      "provider" => "customers"
    ]
    "admin" => array:2 [▶
      "driver" => "session"
      "provider" => "users"
    ]
    "api" => array:2 [▶
      "driver" => "token"
      "provider" => "users"
    ]
  ]
  "providers" => array:2 [▶
    "users" => array:2 [▶
      "driver" => "eloquent"
      "model" => "Eancms\Staff\Models\User"
    ]
    "customers" => array:2 [▶
      "driver" => "eloquent"
      "model" => "App\Modules\Admin\Customers\Models\Customer"
    ]
  ]
  "passwords" => array:1 [▶
    "users" => array:4 [▶
      "provider" => "users"
      "table" => "password_resets"
      "expire" => 60
      "throttle" => 60
    ]
  ]
  "password_timeout" => 10800
]
- broadcasting
 array:2 [▼
  "default" => "log"
  "connections" => array:5 [▶
    "pusher" => array:6 [▶
      "driver" => "pusher"
      "key" => ""
      "secret" => ""
      "app_id" => ""
      "options" => array:2 [▶
        "cluster" => "mt1"
        "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:3 [▼
  "default" => "file"
  "stores" => array:8 [▶
    "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" => "/home/edev/websites/dzn.edev.uk/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"
    ]
    "dynamodb" => array:6 [▶
      "driver" => "dynamodb"
      "key" => ""
      "secret" => ""
      "region" => "us-east-1"
      "table" => "cache"
      "endpoint" => null
    ]
    "octane" => array:1 [▶
      "driver" => "octane"
    ]
  ]
  "prefix" => "dziewczyna_znikad_cache"
]
- corcel
 array:4 [▼
  "connection" => "corcel"
  "post_types" => []
  "shortcodes" => []
  "shortcode_parser" => "Thunder\Shortcode\Parser\RegularParser"
]
- cors
 array:8 [▼
  "paths" => array:2 [▶
    0 => "api/*"
    1 => "sanctum/csrf-cookie"
  ]
  "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
]
- database
 array:4 [▼
  "default" => "mysql"
  "connections" => array:5 [▶
    "sqlite" => array:5 [▶
      "driver" => "sqlite"
      "url" => null
      "database" => "edev_dzn"
      "prefix" => ""
      "foreign_key_constraints" => true
    ]
    "mysql" => array:15 [▶
      "driver" => "mysql"
      "url" => null
      "host" => "127.0.0.1"
      "port" => "3306"
      "database" => "edev_dzn"
      "username" => "edev_web"
      "password" => "bartol123bpl"
      "unix_socket" => ""
      "charset" => "utf8mb4"
      "collation" => "utf8mb4_unicode_ci"
      "prefix" => ""
      "prefix_indexes" => true
      "strict" => true
      "engine" => null
      "options" => []
    ]
    "corcel" => array:14 [▶
      "driver" => "mysql"
      "url" => null
      "host" => "127.0.0.1"
      "port" => "3306"
      "database" => "edev_dziewczynaznikadwp"
      "username" => "edev_web"
      "password" => "bartol123bpl"
      "unix_socket" => ""
      "charset" => "utf8"
      "collation" => "utf8_unicode_ci"
      "prefix" => "mese_"
      "prefix_indexes" => true
      "strict" => false
      "engine" => null
    ]
    "pgsql" => array:12 [▶
      "driver" => "pgsql"
      "url" => null
      "host" => "127.0.0.1"
      "port" => "3306"
      "database" => "edev_dzn"
      "username" => "edev_web"
      "password" => "bartol123bpl"
      "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" => "edev_dzn"
      "username" => "edev_web"
      "password" => "bartol123bpl"
      "charset" => "utf8"
      "prefix" => ""
      "prefix_indexes" => true
    ]
  ]
  "migrations" => "migrations"
  "redis" => array:4 [▶
    "client" => "phpredis"
    "options" => array:2 [▶
      "cluster" => "redis"
      "prefix" => "dziewczyna_znikad_database_"
    ]
    "default" => array:5 [▶
      "url" => null
      "host" => "127.0.0.1"
      "password" => null
      "port" => "6379"
      "database" => "0"
    ]
    "cache" => array:5 [▶
      "url" => null
      "host" => "127.0.0.1"
      "password" => null
      "port" => "6379"
      "database" => "1"
    ]
  ]
]
- debugbar
 array:18 [▼
  "enabled" => null
  "except" => array:2 [▶
    0 => "telescope*"
    1 => "horizon*"
  ]
  "storage" => array:7 [▶
    "enabled" => true
    "driver" => "file"
    "path" => "/home/edev/websites/dzn.edev.uk/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
  "error_handler" => false
  "clockwork" => false
  "collectors" => array:23 [▶
    "phpinfo" => true
    "messages" => true
    "time" => true
    "memory" => true
    "exceptions" => true
    "log" => true
    "db" => true
    "views" => true
    "route" => true
    "auth" => false
    "gate" => true
    "session" => true
    "symfony_request" => true
    "mail" => true
    "laravel" => false
    "events" => false
    "default_request" => false
    "logs" => false
    "files" => true
    "config" => true
    "cache" => false
    "models" => true
    "livewire" => true
  ]
  "options" => array:7 [▶
    "auth" => array:1 [▶
      "show_name" => true
    ]
    "db" => array:8 [▶
      "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
    ]
    "mail" => array:1 [▶
      "full_log" => false
    ]
    "views" => array:2 [▶
      "timeline" => false
      "data" => false
    ]
    "route" => array:1 [▶
      "label" => true
    ]
    "logs" => array:1 [▶
      "file" => null
    ]
    "cache" => array:1 [▶
      "values" => true
    ]
  ]
  "inject" => true
  "route_prefix" => "_debugbar"
  "route_domain" => null
  "theme" => "auto"
  "debug_backtrace_limit" => 50
]
- ean-modules
 array:4 [▼
  "extensions" => array:6 [▶
    "web-contact" => array:1 [▶
      "ean-config" => "ean-web-contact"
    ]
    "blog" => array:1 [▶
      "ean-config" => "ean-blog"
    ]
    "pages" => array:1 [▶
      "ean-config" => "ean-pages"
    ]
    "st_pages" => array:1 [▶
      "ean-config" => "ean-static-pages"
    ]
    "boxes" => array:1 [▶
      "ean-config" => "ean-boxes"
    ]
    "testimonials" => array:1 [▶
      "ean-config" => "ean-testimonials"
    ]
  ]
  "system" => array:6 [▶
    0 => "staff"
    1 => "settings"
    2 => "images"
    3 => "galleries"
    4 => "files"
    5 => "videos"
  ]
  "moduleConfigNames" => array:13 [▶
    "testimonials" => "ean-testimonials"
    "page" => "ean-pages"
    "boxes" => "ean-boxes"
    "st_page" => "ean-static-pages"
    "st_page_element" => "ean-static-pages"
    "post" => "ean-blog"
    "post_cat" => "ean-blog"
    "product" => "ProductsAdmin"
    "product_cat" => "ProductsAdmin"
    "slider" => "SlidersAdmin"
    "slider_cat" => "SlidersAdmin"
    "platform_post" => "dzn-platform"
    "platform_post_cat" => "dzn-platform"
  ]
  "permissions" => array:13 [▶
    "blog" => array:2 [▶
      "ean-config" => "ean-blog"
      "seederClass" => "Eancms\Blog\Database\Seeds\PermissionsSeeder"
    ]
    "files" => array:2 [▶
      "ean-config" => "ean-files"
      "seederClass" => "Eancms\Files\Database\Seeds\PermissionsSeeder"
    ]
    "galleries" => array:2 [▶
      "ean-config" => "ean-galleries"
      "seederClass" => "Eancms\Galleries\Database\Seeds\PermissionsSeeder"
    ]
    "images" => array:2 [▶
      "ean-config" => "ean-images"
      "seederClass" => "Eancms\Images\Database\Seeds\PermissionsSeeder"
    ]
    "pages" => array:2 [▶
      "ean-config" => "ean-pages"
      "seederClass" => "Eancms\Pages\Database\Seeds\PermissionsSeeder"
    ]
    "seo" => array:2 [▶
      "ean-config" => "ean-seo"
      "seederClass" => "Eancms\Seo\Database\Seeds\PermissionsSeeder"
    ]
    "boxes" => array:2 [▶
      "ean-config" => "ean-boxes"
      "seederClass" => "Eancms\Boxes\Database\Seeds\PermissionsSeeder"
    ]
    "settings" => array:2 [▶
      "ean-config" => "ean-settings"
      "seederClass" => "Eancms\Settings\Database\Seeds\PermissionsSeeder"
    ]
    "staff" => array:2 [▶
      "ean-config" => "ean-staff"
      "seederClass" => "Eancms\Staff\Database\Seeds\PermissionsSeeder"
    ]
    "static-pages" => array:2 [▶
      "ean-config" => "ean-static-pages"
      "seederClass" => "Eancms\StaticPages\Database\Seeds\PermissionsSeeder"
    ]
    "testimonials" => array:2 [▶
      "ean-config" => "ean-testimonials"
      "seederClass" => "Eancms\Testimonials\Database\Seeds\PermissionsSeeder"
    ]
    "video" => array:2 [▶
      "ean-config" => "ean-video"
      "seederClass" => "Eancms\Video\Database\Seeds\PermissionsSeeder"
    ]
    "web-contact" => array:2 [▶
      "ean-config" => "ean-web-contact"
      "seederClass" => "Eancms\WebContact\Database\Seeds\PermissionsSeeder"
    ]
  ]
]
- ean-pages
 array:4 [▼
  "settings" => array:1 [▶
    "aside_menu" => "pages::helpers.aside_menu"
  ]
  "page_templates" => array:2 [▶
    "default" => "Default"
    "shop" => "Shop"
  ]
  "page" => array:3 [▶
    "name" => "Page"
    "modelClass" => "Eancms\Pages\Models\Pages"
    "routes" => array:1 [▶
      "edit" => "admin.pages.edit"
    ]
  ]
  "permissions" => array:2 [▶
    "parent" => array:1 [▶
      0 => array:2 [▶
        "name" => "pages"
        "description" => "Pages module"
      ]
    ]
    "children" => []
  ]
]
- ean-shortcodes
 array:2 [▼
  "active" => array:8 [▶
    0 => "img"
    1 => "gallery"
    2 => "slider"
    3 => "video"
    4 => "youtube"
    5 => "platform_video"
    6 => "platform_audio"
    7 => "platform_file"
  ]
  "settings" => array:4 [▶
    "img" => array:1 [▶
      "className" => "\Eancms\Shortcodes\Matches\Img"
    ]
    "platform_video" => array:1 [▶
      "className" => "App\Modules\Platform\Helpers\Shortcodes\PlatformVideoShortcode"
    ]
    "platform_audio" => array:1 [▶
      "className" => "App\Modules\Platform\Helpers\Shortcodes\PlatformAudioShortcode"
    ]
    "platform_file" => array:1 [▶
      "className" => "App\Modules\Platform\Helpers\Shortcodes\PlatformFileShortcode"
    ]
  ]
]
- filesystems
 array:4 [▼
  "default" => "local"
  "cloud" => "s3"
  "disks" => array:5 [▶
    "pdf-optimizer" => array:2 [▶
      "driver" => "local"
      "root" => "/home/edev/websites/dzn.edev.uk/storage/app"
    ]
    "data" => array:2 [▶
      "driver" => "local"
      "root" => "/home/edev/websites/dzn.edev.uk/public/../data"
    ]
    "local" => array:2 [▶
      "driver" => "local"
      "root" => "/home/edev/websites/dzn.edev.uk/storage/app"
    ]
    "public" => array:4 [▶
      "driver" => "local"
      "root" => "/home/edev/websites/dzn.edev.uk/storage/app/public"
      "url" => "https://dzn.edev.uk/storage"
      "visibility" => "public"
    ]
    "s3" => array:8 [▶
      "driver" => "s3"
      "key" => ""
      "secret" => ""
      "region" => "us-east-1"
      "bucket" => ""
      "url" => null
      "endpoint" => null
      "use_path_style_endpoint" => false
    ]
  ]
  "links" => array:1 [▶
    "/home/edev/websites/dzn.edev.uk/public/storage" => "/home/edev/websites/dzn.edev.uk/storage/app/public"
  ]
]
- 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:1 [▶
        0 => "password"
      ]
    ]
    "Spatie\FlareClient\FlareMiddleware\CensorRequestHeaders" => array:1 [▶
      "headers" => array:1 [▶
        0 => "API-KEY"
      ]
    ]
  ]
  "send_logs_as_events" => true
]
- google2fa
 array:14 [▼
  "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:3 [▶
    "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"
]
- hashing
 array:3 [▼
  "driver" => "bcrypt"
  "bcrypt" => array:1 [▶
    "rounds" => 10
  ]
  "argon" => array:3 [▶
    "memory" => 65536
    "threads" => 1
    "time" => 4
  ]
]
- ide-helper
 array:24 [▼
  "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:1 [▶
    0 => "/home/edev/websites/dzn.edev.uk/vendor/laravel/framework/src/Illuminate/Support/helpers.php"
  ]
  "model_locations" => array:4 [▶
    0 => "app/Models"
    1 => "app/Modules/*/Models"
    2 => "app/Modules/*/*/Models"
    3 => "packages/*/*/src/Models"
  ]
  "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" => []
  "interfaces" => []
  "custom_db_types" => []
  "model_camel_case_properties" => false
  "type_overrides" => array:2 [▶
    "integer" => "int"
    "boolean" => "bool"
  ]
  "include_class_docblocks" => false
  "force_fqn" => false
  "additional_relation_types" => []
  "post_migrate" => []
]
- ignition
 array:12 [▼
  "editor" => "phpstorm"
  "theme" => "auto"
  "enable_share_button" => true
  "register_commands" => false
  "solution_providers" => array:17 [▶
    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\MissingLivewireComponentSolutionProvider"
    15 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\UndefinedViewVariableSolutionProvider"
    16 => "Spatie\LaravelIgnition\Solutions\SolutionProviders\GenericLaravelExceptionSolutionProvider"
  ]
  "ignored_solution_providers" => []
  "enable_runnable_solutions" => true
  "remote_sites_path" => "/home/edev/websites/dzn.edev.uk"
  "local_sites_path" => "/Users/bartol/workspace/Laravel-valet/dziewczynaznikad"
  "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
 array:1 [▼
  "driver" => "imagick"
]
- laravel-ffmpeg
 array:6 [▼
  "ffmpeg" => array:2 [▶
    "binaries" => "ffmpeg"
    "threads" => 12
  ]
  "ffprobe" => array:1 [▶
    "binaries" => "ffprobe"
  ]
  "timeout" => 14400
  "log_channel" => "stack"
  "temporary_files_root" => "/tmp"
  "temporary_files_encrypted_hls" => "/tmp"
]
- laravellocalization
 array:8 [▼
  "supportedLocales" => array:2 [▶
    "en" => array:4 [▶
      "name" => "English"
      "script" => "Latn"
      "native" => "English"
      "regional" => "en_GB"
    ]
    "pl" => array:4 [▶
      "name" => "Polish"
      "script" => "Latn"
      "native" => "polski"
      "regional" => "pl_PL"
    ]
  ]
  "useAcceptLanguageHeader" => false
  "hideDefaultLocaleInURL" => true
  "localesOrder" => []
  "localesMapping" => []
  "utf8suffix" => ".UTF-8"
  "urlsIgnored" => array:1 [▶
    0 => "/skipped"
  ]
  "httpMethodsIgnored" => array:4 [▶
    0 => "POST"
    1 => "PUT"
    2 => "PATCH"
    3 => "DELETE"
  ]
]
- livewire
 array:10 [▼
  "class_namespace" => "App\Http\Livewire"
  "view_path" => "/home/edev/websites/dzn.edev.uk/resources/views/livewire"
  "layout" => "layouts.app"
  "asset_url" => null
  "app_url" => null
  "middleware_group" => "web"
  "temporary_file_upload" => array:6 [▶
    "disk" => null
    "rules" => null
    "directory" => null
    "middleware" => null
    "preview_mimes" => array:16 [▶
      0 => "png"
      1 => "gif"
      2 => "bmp"
      3 => "svg"
      4 => "wav"
      5 => "mp4"
      6 => "mov"
      7 => "avi"
      8 => "wmv"
      9 => "mp3"
      10 => "m4a"
      11 => "jpg"
      12 => "jpeg"
      13 => "mpga"
      14 => "webp"
      15 => "wma"
    ]
    "max_upload_time" => 5
  ]
  "manifest_path" => null
  "back_button_cache" => false
  "render_on_redirect" => false
]
- logging
 array:3 [▼
  "default" => "stack"
  "deprecations" => null
  "channels" => array:10 [▶
    "stack" => array:3 [▶
      "driver" => "stack"
      "channels" => array:1 [▶
        0 => "single"
      ]
      "ignore_exceptions" => false
    ]
    "single" => array:3 [▶
      "driver" => "single"
      "path" => "/home/edev/websites/dzn.edev.uk/storage/logs/laravel.log"
      "level" => "debug"
    ]
    "daily" => array:4 [▶
      "driver" => "daily"
      "path" => "/home/edev/websites/dzn.edev.uk/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" => "/home/edev/websites/dzn.edev.uk/storage/logs/laravel.log"
    ]
  ]
]
- mail
 array:4 [▼
  "default" => "smtp"
  "mailers" => array:8 [▶
    "smtp" => array:7 [▶
      "transport" => "smtp"
      "host" => "87.98.254.237"
      "port" => "1025"
      "encryption" => null
      "username" => null
      "password" => null
      "timeout" => 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 -t -i"
    ]
    "log" => array:2 [▶
      "transport" => "log"
      "channel" => null
    ]
    "array" => array:1 [▶
      "transport" => "array"
    ]
    "failover" => array:2 [▶
      "transport" => "failover"
      "mailers" => array:2 [▶
        0 => "smtp"
        1 => "log"
      ]
    ]
  ]
  "from" => array:2 [▶
    "address" => "info@eantec.uk"
    "name" => "Dziewczyna znikad"
  ]
  "markdown" => array:2 [▶
    "theme" => "default"
    "paths" => array:1 [▶
      0 => "/home/edev/websites/dzn.edev.uk/resources/../app/Modules/Base/resources/views/mail"
    ]
  ]
]
- permission
 array:9 [▼
  "models" => array:2 [▶
    "permission" => "Spatie\Permission\Models\Permission"
    "role" => "Spatie\Permission\Models\Role"
  ]
  "table_names" => array:5 [▶
    "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:4 [▶
    "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:3 [▶
    "expiration_time" => DateInterval {#220 ▶
      interval: + 1d
      +"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"
  ]
]
- purifier
 array:6 [▼
  "encoding" => "UTF-8"
  "finalize" => true
  "ignoreNonStrings" => false
  "cachePath" => "/home/edev/websites/dzn.edev.uk/storage/app/purifier"
  "cacheFileMode" => 493
  "settings" => array:6 [▶
    "default" => array:5 [▶
      "HTML.Doctype" => "HTML 4.01 Transitional"
      "HTML.Allowed" => "b,strong,i,em,u,a[href|title],ul,ol,li,p[style],br,span[style],img[width|height|alt|src]"
      "CSS.AllowedProperties" => "font,font-size,font-weight,font-style,font-family,text-decoration,padding-left,color,background-color,text-align"
      "AutoFormat.AutoParagraph" => true
      "AutoFormat.RemoveEmpty" => true
    ]
    "test" => array:1 [▶
      "Attr.EnableID" => "true"
    ]
    "youtube" => array:2 [▶
      "HTML.SafeIframe" => "true"
      "URI.SafeIframeRegexp" => "%^(http://|https://|//)(www.youtube.com/embed/|player.vimeo.com/video/)%"
    ]
    "custom_definition" => array:5 [▶
      "id" => "html5-definitions"
      "rev" => 1
      "debug" => false
      "elements" => array:20 [▶
        0 => array:4 [▶
          0 => "section"
          1 => "Block"
          2 => "Flow"
          3 => "Common"
        ]
        1 => array:4 [▶
          0 => "nav"
          1 => "Block"
          2 => "Flow"
          3 => "Common"
        ]
        2 => array:4 [▶
          0 => "article"
          1 => "Block"
          2 => "Flow"
          3 => "Common"
        ]
        3 => array:4 [▶
          0 => "aside"
          1 => "Block"
          2 => "Flow"
          3 => "Common"
        ]
        4 => array:4 [▶
          0 => "header"
          1 => "Block"
          2 => "Flow"
          3 => "Common"
        ]
        5 => array:4 [▶
          0 => "footer"
          1 => "Block"
          2 => "Flow"
          3 => "Common"
        ]
        6 => array:4 [▶
          0 => "address"
          1 => "Block"
          2 => "Flow"
          3 => "Common"
        ]
        7 => array:4 [▶
          0 => "hgroup"
          1 => "Block"
          2 => "Required: h1 | h2 | h3 | h4 | h5 | h6"
          3 => "Common"
        ]
        8 => array:4 [▶
          0 => "figure"
          1 => "Block"
          2 => "Optional: (figcaption, Flow) | (Flow, figcaption) | Flow"
          3 => "Common"
        ]
        9 => array:4 [▶
          0 => "figcaption"
          1 => "Inline"
          2 => "Flow"
          3 => "Common"
        ]
        10 => array:5 [▶
          0 => "video"
          1 => "Block"
          2 => "Optional: (source, Flow) | (Flow, source) | Flow"
          3 => "Common"
          4 => array:7 [▶
            "src" => "URI"
            "type" => "Text"
            "width" => "Length"
            "height" => "Length"
            "poster" => "URI"
            "preload" => "Enum#auto,metadata,none"
            "controls" => "Bool"
          ]
        ]
        11 => array:5 [▶
          0 => "source"
          1 => "Block"
          2 => "Flow"
          3 => "Common"
          4 => array:2 [▶
            "src" => "URI"
            "type" => "Text"
          ]
        ]
        12 => array:4 [▶
          0 => "s"
          1 => "Inline"
          2 => "Inline"
          3 => "Common"
        ]
        13 => array:4 [▶
          0 => "var"
          1 => "Inline"
          2 => "Inline"
          3 => "Common"
        ]
        14 => array:4 [▶
          0 => "sub"
          1 => "Inline"
          2 => "Inline"
          3 => "Common"
        ]
        15 => array:4 [▶
          0 => "sup"
          1 => "Inline"
          2 => "Inline"
          3 => "Common"
        ]
        16 => array:4 [▶
          0 => "mark"
          1 => "Inline"
          2 => "Inline"
          3 => "Common"
        ]
        17 => array:4 [▶
          0 => "wbr"
          1 => "Inline"
          2 => "Empty"
          3 => "Core"
        ]
        18 => array:5 [▶
          0 => "ins"
          1 => "Block"
          2 => "Flow"
          3 => "Common"
          4 => array:2 [▶
            "cite" => "URI"
            "datetime" => "CDATA"
          ]
        ]
        19 => array:5 [▶
          0 => "del"
          1 => "Block"
          2 => "Flow"
          3 => "Common"
          4 => array:2 [▶
            "cite" => "URI"
            "datetime" => "CDATA"
          ]
        ]
      ]
      "attributes" => array:7 [▶
        0 => array:3 [▶
          0 => "iframe"
          1 => "allowfullscreen"
          2 => "Bool"
        ]
        1 => array:3 [▶
          0 => "table"
          1 => "height"
          2 => "Text"
        ]
        2 => array:3 [▶
          0 => "td"
          1 => "border"
          2 => "Text"
        ]
        3 => array:3 [▶
          0 => "th"
          1 => "border"
          2 => "Text"
        ]
        4 => array:3 [▶
          0 => "tr"
          1 => "width"
          2 => "Text"
        ]
        5 => array:3 [▶
          0 => "tr"
          1 => "height"
          2 => "Text"
        ]
        6 => array:3 [▶
          0 => "tr"
          1 => "border"
          2 => "Text"
        ]
      ]
    ]
    "custom_attributes" => array:1 [▶
      0 => array:3 [▶
        0 => "a"
        1 => "target"
        2 => "Enum#_blank,_self,_target,_top"
      ]
    ]
    "custom_elements" => array:1 [▶
      0 => array:4 [▶
        0 => "u"
        1 => "Inline"
        2 => "Inline"
        3 => "Common"
      ]
    ]
  ]
]
- queue
 array:3 [▼
  "default" => "sync"
  "connections" => array:5 [▶
    "sync" => array:1 [▶
      "driver" => "sync"
    ]
    "database" => array:5 [▶
      "driver" => "database"
      "table" => "jobs"
      "queue" => "default"
      "retry_after" => 90
      "after_commit" => false
    ]
    "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" => "us-east-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"
  ]
]
- sanctum
 array:4 [▼
  "stateful" => array:6 [▶
    0 => "localhost"
    1 => "localhost:3000"
    2 => "127.0.0.1"
    3 => "127.0.0.1:8000"
    4 => "::1"
    5 => "dzn.edev.uk"
  ]
  "guard" => array:1 [▶
    0 => "web"
  ]
  "expiration" => null
  "middleware" => array:2 [▶
    "verify_csrf_token" => "App\Http\Middleware\VerifyCsrfToken"
    "encrypt_cookies" => "App\Http\Middleware\EncryptCookies"
  ]
]
- services
 array:4 [▼
  "mailgun" => array:3 [▶
    "domain" => null
    "secret" => null
    "endpoint" => "api.mailgun.net"
  ]
  "postmark" => array:1 [▶
    "token" => null
  ]
  "ses" => array:3 [▶
    "key" => ""
    "secret" => ""
    "region" => "us-east-1"
  ]
  "facebook" => array:3 [▶
    "client_id" => "141691828874048"
    "client_secret" => "68949023435f3aba939fd77c7068cb51"
    "redirect" => "https://www.dzn.edev.uk/krysztalowy-sklep/uzytkownik/zaloguj/facebook/callback"
  ]
]
- session
 array:15 [▼
  "driver" => "file"
  "lifetime" => "120"
  "expire_on_close" => false
  "encrypt" => false
  "files" => "/home/edev/websites/dzn.edev.uk/storage/framework/sessions"
  "connection" => null
  "table" => "sessions"
  "store" => null
  "lottery" => array:2 [▶
    0 => 2
    1 => 100
  ]
  "cookie" => "dziewczyna_znikad_session"
  "path" => "/"
  "domain" => null
  "secure" => null
  "http_only" => true
  "same_site" => "lax"
]
- site-settings
 array:7 [▼
  "admin_url" => "admin"
  "posts_per_page" => 9
  "items_per_page" => 10
  "admin_theme" => "/bootstrap51"
  "frontend_theme" => ""
  "shop_languages" => array:2 [▶
    "pl" => "Polish"
    "en" => "English"
  ]
  "trading_countries" => array:1 [▶
    "GB" => "United Kingdom"
  ]
]
- sweetalert
 array:15 [▼
  "cdn" => null
  "alwaysLoadJS" => false
  "neverLoadJS" => false
  "timer" => 5000
  "width" => "32rem"
  "height_auto" => true
  "padding" => "1.25rem"
  "animation" => array:1 [▶
    "enable" => false
  ]
  "animatecss" => "https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
  "show_confirm_button" => true
  "show_close_button" => false
  "toast_position" => "top-end"
  "timer_progress_bar" => false
  "middleware" => array:5 [▶
    "autoClose" => false
    "toast_position" => "top-end"
    "toast_close_button" => true
    "timer" => 6000
    "auto_display_error_messages" => false
  ]
  "customClass" => array:13 [▶
    "container" => null
    "popup" => null
    "header" => null
    "title" => null
    "closeButton" => null
    "icon" => null
    "image" => null
    "content" => null
    "input" => null
    "actions" => null
    "confirmButton" => null
    "cancelButton" => null
    "footer" => null
  ]
]
- telescope
 array:10 [▼
  "domain" => null
  "path" => "telescope"
  "driver" => "database"
  "storage" => array:1 [▶
    "database" => array:2 [▶
      "connection" => "mysql"
      "chunk" => 1000
    ]
  ]
  "enabled" => false
  "middleware" => array:2 [▶
    0 => "web"
    1 => "Laravel\Telescope\Http\Middleware\Authorize"
  ]
  "only_paths" => []
  "ignore_paths" => array:1 [▶
    0 => "nova-api*"
  ]
  "ignore_commands" => []
  "watchers" => array:18 [▶
    "Laravel\Telescope\Watchers\BatchWatcher" => true
    "Laravel\Telescope\Watchers\CacheWatcher" => true
    "Laravel\Telescope\Watchers\ClientRequestWatcher" => true
    "Laravel\Telescope\Watchers\CommandWatcher" => array:2 [▶
      "enabled" => true
      "ignore" => []
    ]
    "Laravel\Telescope\Watchers\DumpWatcher" => true
    "Laravel\Telescope\Watchers\EventWatcher" => array:2 [▶
      "enabled" => true
      "ignore" => []
    ]
    "Laravel\Telescope\Watchers\ExceptionWatcher" => true
    "Laravel\Telescope\Watchers\GateWatcher" => array:3 [▶
      "enabled" => true
      "ignore_abilities" => []
      "ignore_packages" => true
    ]
    "Laravel\Telescope\Watchers\JobWatcher" => true
    "Laravel\Telescope\Watchers\LogWatcher" => true
    "Laravel\Telescope\Watchers\MailWatcher" => true
    "Laravel\Telescope\Watchers\ModelWatcher" => array:3 [▶
      "enabled" => true
      "events" => array:1 [▶
        0 => "eloquent.*"
      ]
      "hydrations" => true
    ]
    "Laravel\Telescope\Watchers\NotificationWatcher" => true
    "Laravel\Telescope\Watchers\QueryWatcher" => array:3 [▶
      "enabled" => true
      "ignore_packages" => true
      "slow" => 100
    ]
    "Laravel\Telescope\Watchers\RedisWatcher" => true
    "Laravel\Telescope\Watchers\RequestWatcher" => array:3 [▶
      "enabled" => true
      "size_limit" => 64
      "ignore_status_codes" => []
    ]
    "Laravel\Telescope\Watchers\ScheduleWatcher" => true
    "Laravel\Telescope\Watchers\ViewWatcher" => true
  ]
]
- translation-manager
 array:7 [▼
  "route" => array:2 [▶
    "prefix" => "translations"
    "middleware" => "auth"
  ]
  "delete_enabled" => true
  "exclude_groups" => []
  "exclude_langs" => []
  "sort_keys" => false
  "trans_functions" => array:10 [▶
    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
]
- view
 array:2 [▼
  "paths" => array:1 [▶
    0 => "/home/edev/websites/dzn.edev.uk/resources/views"
  ]
  "compiled" => "/home/edev/websites/dzn.edev.uk/storage/framework/views"
]
- dompdf
 array:4 [▼
  "show_warnings" => false
  "public_path" => null
  "convert_entities" => true
  "options" => array:18 [▶
    "font_dir" => "/home/edev/websites/dzn.edev.uk/storage/fonts"
    "font_cache" => "/home/edev/websites/dzn.edev.uk/storage/fonts"
    "temp_dir" => "/tmp"
    "chroot" => "/home/edev/websites/dzn.edev.uk"
    "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
  ]
]
- dzn-platform
 array:5 [▼
  "settings" => array:1 [▶
    "aside_menu" => "platform::helpers.aside_menu"
  ]
  "templates" => array:3 [▶
    "post_type" => array:4 [▶
      "default" => "Default"
      "image" => "Image"
      "video" => "Video"
      "file" => "File"
    ]
    "category_templates" => array:1 [▶
      "default" => "Default"
    ]
    "category_templates_post" => array:1 [▶
      "default" => "Default - one column"
    ]
  ]
  "platform_post" => array:3 [▶
    "name" => "Platform Post"
    "modelClass" => "Dzn\Platform\Models\Post"
    "routes" => array:3 [▶
      "edit" => "admin.platform.edit"
      "galleries.index" => "admin.platform.galleries.index"
      "videos.index" => "admin.platform.video.index"
    ]
  ]
  "platform_post_cat" => array:3 [▶
    "name" => "Platform Post Category"
    "modelClass" => "Dzn\Platform\Models\PostCategory"
    "routes" => array:1 [▶
      "edit" => "admin.platform.categories.edit"
    ]
  ]
  "permissions" => array:2 [▶
    "parent" => array:1 [▶
      0 => array:2 [▶
        "name" => "posts"
        "description" => "Blog module"
      ]
    ]
    "children" => array:3 [▶
      0 => array:2 [▶
        "name" => "posts.create"
        "description" => "Create new post"
      ]
      1 => array:2 [▶
        "name" => "posts.update"
        "description" => "Update post"
      ]
      2 => array:2 [▶
        "name" => "posts.change.status"
        "description" => "Change post status "
      ]
    ]
  ]
]
- platform-stats
 array:1 [▼
  "trial" => true
]
- ean-base
 []
- ean-blog
 array:5 [▼
  "settings" => array:1 [▶
    "aside_menu" => "blog::helpers.aside_menu"
  ]
  "templates" => array:3 [▶
    "post_type" => array:1 [▶
      "default" => "Default"
    ]
    "category_templates" => array:1 [▶
      "default" => "Default"
    ]
    "category_templates_post" => array:1 [▶
      "default" => "Default - one column"
    ]
  ]
  "post" => array:3 [▶
    "name" => "Post"
    "modelClass" => "Eancms\Blog\Models\Post"
    "routes" => array:3 [▶
      "edit" => "admin.blog.edit"
      "galleries.index" => "admin.blog.galleries.index"
      "videos.index" => "admin.blog.video.index"
    ]
  ]
  "post_cat" => array:3 [▶
    "name" => "Post Category"
    "modelClass" => "Eancms\Blog\Models\PostCategory"
    "routes" => array:1 [▶
      "edit" => "admin.blog.categories.edit"
    ]
  ]
  "permissions" => array:2 [▶
    "parent" => array:1 [▶
      0 => array:2 [▶
        "name" => "posts"
        "description" => "Blog module"
      ]
    ]
    "children" => array:3 [▶
      0 => array:2 [▶
        "name" => "posts.create"
        "description" => "Create new post"
      ]
      1 => array:2 [▶
        "name" => "posts.update"
        "description" => "Update post"
      ]
      2 => array:2 [▶
        "name" => "posts.change.status"
        "description" => "Change post status "
      ]
    ]
  ]
]
- ean-boxes
 array:5 [▼
  "settings" => array:1 [▶
    "aside_menu" => "boxes::helpers.aside_menu"
  ]
  "boxes_templates" => array:1 [▶
    "default" => "Default"
  ]
  "boxes_types" => array:3 [▶
    "" => "Default (Text)"
    "text" => "Text"
    "img" => "Image"
  ]
  "boxes" => array:3 [▶
    "name" => "Boxes"
    "modelClass" => "Eancms\Boxes\Models\Boxes"
    "routes" => array:1 [▶
      "edit" => "admin.boxes.edit"
    ]
  ]
  "permissions" => array:2 [▶
    "parent" => array:1 [▶
      0 => array:2 [▶
        "name" => "boxes"
        "description" => "Boxes module"
      ]
    ]
    "children" => []
  ]
]
- ean-boxes-places
 array:1 [▼
  "places" => array:3 [▶
    "p-1" => "First place"
    "p-2" => "Sec place"
    "home-1" => "Home 1"
  ]
]
- ean-core-admin
 []
- ean-files
 array:1 [▼
  "permissions" => array:2 [▶
    "parent" => array:1 [▶
      0 => array:2 [▶
        "name" => "files"
        "description" => "Files module"
      ]
    ]
    "children" => []
  ]
]
- ean-galleries
 array:1 [▼
  "permissions" => array:2 [▶
    "parent" => array:1 [▶
      0 => array:2 [▶
        "name" => "galleries"
        "description" => "Galleries module"
      ]
    ]
    "children" => []
  ]
]
- ean-images
 array:1 [▼
  "permissions" => array:2 [▶
    "parent" => array:1 [▶
      0 => array:2 [▶
        "name" => "images"
        "description" => "Images module"
      ]
    ]
    "children" => []
  ]
]
- ean-mail-logger
 []
- ean-seo
 array:1 [▼
  "permissions" => array:2 [▶
    "parent" => array:1 [▶
      0 => array:2 [▶
        "name" => "seo"
        "description" => "SEO module"
      ]
    ]
    "children" => []
  ]
]
- ean-settings
 array:1 [▼
  "permissions" => array:2 [▶
    "parent" => array:1 [▶
      0 => array:2 [▶
        "name" => "settings"
        "description" => "Settings module"
      ]
    ]
    "children" => []
  ]
]
- shop-stats
 array:1 [▼
  "trial" => true
]
- ean-staff
 array:1 [▼
  "permissions" => array:2 [▶
    "parent" => array:1 [▶
      0 => array:2 [▶
        "name" => "staff"
        "description" => "Staff module"
      ]
    ]
    "children" => array:7 [▶
      0 => array:2 [▶
        "name" => "users"
        "description" => "Staff module"
      ]
      1 => array:2 [▶
        "name" => "users.create"
        "description" => "users.create"
      ]
      2 => array:2 [▶
        "name" => "users.edit"
        "description" => "users.edit"
      ]
      3 => array:2 [▶
        "name" => "users.read.login.history"
        "description" => "users.read.login.history"
      ]
      4 => array:2 [▶
        "name" => "users.change.status"
        "description" => "users.change.status"
      ]
      5 => array:2 [▶
        "name" => "users.roles.view"
        "description" => "users.roles.view"
      ]
      6 => array:2 [▶
        "name" => "users.roles.change"
        "description" => "users.roles.change"
      ]
    ]
  ]
]
- ean-static-pages
 array:5 [▼
  "settings" => array:1 [▶
    "aside_menu" => "static-pages::helpers.aside_menu"
  ]
  "page_templates" => array:1 [▶
    "default" => "Default"
  ]
  "st_page" => array:3 [▶
    "name" => "Static Page"
    "modelClass" => "Eancms\StaticPages\Models\StaticPages"
    "routes" => array:1 [▶
      "edit" => "admin.static_pages.edit"
    ]
  ]
  "st_page_element" => array:4 [▶
    "name" => "Static Page Element"
    "modelClass" => "Eancms\StaticPages\Models\StaticPagesElements"
    "hasParent" => true
    "routes" => array:1 [▶
      "edit" => "admin.static_pages.elements.edit"
    ]
  ]
  "permissions" => array:2 [▶
    "parent" => array:1 [▶
      0 => array:2 [▶
        "name" => "static-pages"
        "description" => "Static Pages module"
      ]
    ]
    "children" => []
  ]
]
- ean-testimonials
 array:3 [▼
  "settings" => array:1 [▶
    "aside_menu" => "testimonials::helpers.aside_menu"
  ]
  "testimonials" => array:3 [▶
    "name" => "Testimonials"
    "modelClass" => "Eancms\Testimonials\Models\Testimonials"
    "routes" => array:1 [▶
      "edit" => "admin.testimonials.edit"
    ]
  ]
  "permissions" => array:2 [▶
    "parent" => array:1 [▶
      0 => array:2 [▶
        "name" => "testimonials"
        "description" => "Testimonials module"
      ]
    ]
    "children" => []
  ]
]
- ean-videos
 array:1 [▼
  "permissions" => array:2 [▶
    "parent" => array:1 [▶
      0 => array:2 [▶
        "name" => "video"
        "description" => "Video module"
      ]
    ]
    "children" => []
  ]
]
- ean-web-contact
 array:2 [▼
  "settings" => array:1 [▶
    "aside_menu" => "web-contact::helpers.aside_menu"
  ]
  "permissions" => array:2 [▶
    "parent" => array:1 [▶
      0 => array:2 [▶
        "name" => "web-contact"
        "description" => "Web Contact module"
      ]
    ]
    "children" => []
  ]
]
- form-components
 array:4 [▼
  "prefix" => ""
  "framework" => "bootstrap-5"
  "use_eloquent_date_casting" => false
  "components" => array:13 [▶
    "form" => array:2 [▶
      "view" => "form-components::{framework}.form"
      "class" => "Eandev\EanFormComponents\View\Components\Form"
    ]
    "form-checkbox" => array:2 [▶
      "view" => "form-components::{framework}.form-checkbox"
      "class" => "Eandev\EanFormComponents\View\Components\FormCheckbox"
    ]
    "form-errors" => array:2 [▶
      "view" => "form-components::{framework}.form-errors"
      "class" => "Eandev\EanFormComponents\View\Components\FormErrors"
    ]
    "form-group" => array:2 [▶
      "view" => "form-components::{framework}.form-group"
      "class" => "Eandev\EanFormComponents\View\Components\FormGroup"
    ]
    "form-input" => array:2 [▶
      "view" => "form-components::{framework}.form-input"
      "class" => "Eandev\EanFormComponents\View\Components\FormInput"
    ]
    "form-input-group" => array:2 [▶
      "view" => "form-components::{framework}.form-input-group"
      "class" => "Eandev\EanFormComponents\View\Components\FormInputGroup"
    ]
    "form-input-group-text" => array:2 [▶
      "view" => "form-components::{framework}.form-input-group-text"
      "class" => "Eandev\EanFormComponents\View\Components\FormInputGroupText"
    ]
    "form-label" => array:2 [▶
      "view" => "form-components::{framework}.form-label"
      "class" => "Eandev\EanFormComponents\View\Components\FormLabel"
    ]
    "form-radio" => array:2 [▶
      "view" => "form-components::{framework}.form-radio"
      "class" => "Eandev\EanFormComponents\View\Components\FormRadio"
    ]
    "form-range" => array:2 [▶
      "view" => "form-components::{framework}.form-range"
      "class" => "Eandev\EanFormComponents\View\Components\FormRange"
    ]
    "form-select" => array:2 [▶
      "view" => "form-components::{framework}.form-select"
      "class" => "Eandev\EanFormComponents\View\Components\FormSelect"
    ]
    "form-submit" => array:2 [▶
      "view" => "form-components::{framework}.form-submit"
      "class" => "Eandev\EanFormComponents\View\Components\FormSubmit"
    ]
    "form-textarea" => array:2 [▶
      "view" => "form-components::{framework}.form-textarea"
      "class" => "Eandev\EanFormComponents\View\Components\FormTextarea"
    ]
  ]
]
- modules
 array:3 [▼
  "generate" => array:19 [▶
    "controller" => true
    "resource" => false
    "request" => false
    "model" => true
    "mail" => false
    "notification" => false
    "event" => false
    "listener" => false
    "observer" => false
    "job" => false
    "rule" => false
    "view" => true
    "translation" => true
    "routes" => true
    "migration" => false
    "seeder" => false
    "factory" => false
    "config" => false
    "helpers" => false
  ]
  "default" => array:2 [▶
    "routing" => array:2 [▶
      0 => "web"
      1 => "api"
    ]
    "structure" => array:19 [▶
      "controllers" => "Http/Controllers"
      "resources" => "Http/Resources"
      "requests" => "Http/Requests"
      "models" => "Models"
      "mails" => "Mail"
      "notifications" => "Notifications"
      "events" => "Events"
      "listeners" => "Listeners"
      "observers" => "Observers"
      "jobs" => "Jobs"
      "rules" => "Rules"
      "views" => "resources/views"
      "translations" => "resources/lang"
      "routes" => "routes"
      "migrations" => "database/migrations"
      "seeds" => "database/seeds"
      "factories" => "database/factories"
      "livewire" => "Http/Livewire"
      "helpers" => ""
    ]
  ]
  "specific" => array:16 [▶
    "Base" => array:3 [▶
      "enabled" => true
      "routing" => array:2 [▶
        0 => "web"
        1 => "api"
      ]
      "structure" => array:1 [▶
        "views" => array:2 [▶
          "" => "resources/views/frontend"
          "admin" => "resources/views/admin/bootstrap51"
        ]
      ]
    ]
    "Products" => array:3 [▶
      "enabled" => true
      "routing" => array:1 [▶
        0 => "web"
      ]
      "components" => array:2 [▶
        "price" => "App\Modules\Shopper\Products\View\Components\Price"
        "img" => "App\Modules\Shopper\Products\View\Components\Img"
      ]
    ]
    "Payments" => array:3 [▶
      "enabled" => true
      "routing" => array:2 [▶
        0 => "web"
        1 => "api"
      ]
      "livewire" => array:1 [▶
        "Payments::summary" => "App\Modules\Shopper\Payments\Http\Livewire\Summary"
      ]
    ]
    "Shop" => array:3 [▶
      "enabled" => true
      "routing" => array:1 [▶
        0 => "web"
      ]
      "livewire" => []
    ]
    "SlidersAdmin" => array:7 [▶
      "enabled" => true
      "routing" => array:1 [▶
        0 => "web"
      ]
      "structure" => array:1 [▶
        "views" => "resources/views/bootstrap51"
      ]
      "livewire" => []
      "templates" => array:3 [▶
        "slider_type" => array:1 [▶
          "default" => "Default"
        ]
        "category_templates" => array:1 [▶
          "default" => "Default"
        ]
        "category_templates_slider" => array:1 [▶
          "default" => "Default - one column"
        ]
      ]
      "slider" => array:3 [▶
        "name" => "Slider"
        "modelClass" => "App\Modules\Admin\Sliders\Models\Slider"
        "routes" => array:1 [▶
          "edit" => "admin.slider.edit"
        ]
      ]
      "slider_cat" => array:3 [▶
        "name" => "Slider Category"
        "modelClass" => "App\Modules\Admin\Sliders\Models\SliderCategory"
        "routes" => array:1 [▶
          "edit" => "admin.slider.categories.edit"
        ]
      ]
    ]
    "ProductsAdmin" => array:7 [▶
      "enabled" => true
      "routing" => array:1 [▶
        0 => "web"
      ]
      "structure" => array:1 [▶
        "views" => "resources/views/bootstrap51"
      ]
      "livewire" => []
      "templates" => array:3 [▶
        "product_type" => array:1 [▶
          "default" => "Default"
        ]
        "category_templates" => array:1 [▶
          "default" => "Default"
        ]
        "category_templates_product" => array:1 [▶
          "default" => "Default - one column"
        ]
      ]
      "product" => array:3 [▶
        "name" => "Product"
        "modelClass" => "App\Modules\Admin\Products\Models\Product"
        "routes" => array:3 [▶
          "edit" => "admin.product.edit"
          "galleries.index" => "admin.product.galleries.index"
          "videos.index" => "admin.product.video.index"
        ]
      ]
      "product_cat" => array:3 [▶
        "name" => "Product Category"
        "modelClass" => "App\Modules\Admin\Products\Models\ProductCategory"
        "routes" => array:1 [▶
          "edit" => "admin.product.categories.edit"
        ]
      ]
    ]
    "DiscountCodesAdmin" => array:4 [▶
      "enabled" => true
      "routing" => array:1 [▶
        0 => "web"
      ]
      "structure" => array:1 [▶
        "views" => "resources/views/bootstrap51"
      ]
      "types" => array:3 [▶
        "" => ""
        "percent" => "Percent"
        "value" => "Value"
      ]
    ]
    "PaymentsAdmin" => array:3 [▶
      "enabled" => true
      "routing" => array:1 [▶
        0 => "web"
      ]
      "structure" => array:1 [▶
        "views" => "resources/views/bootstrap51"
      ]
    ]
    "OrderReportsAdmin" => array:3 [▶
      "enabled" => true
      "routing" => array:1 [▶
        0 => "web"
      ]
      "structure" => array:1 [▶
        "views" => "resources/views/bootstrap51"
      ]
    ]
    "OrdersAdmin" => array:4 [▶
      "enabled" => true
      "routing" => array:1 [▶
        0 => "web"
      ]
      "structure" => array:1 [▶
        "views" => "resources/views/bootstrap51"
      ]
      "statuses" => array:6 [▶
        "awaiting" => "Awaiting Payment"
        "completed" => "Completed"
        "canceled" => "Canceled"
        "manual" => "Manual Verification"
        "refunded" => "Refunded"
        "disputed" => "Disputed"
      ]
    ]
    "CustomersAdmin" => array:3 [▶
      "enabled" => true
      "routing" => array:1 [▶
        0 => "web"
      ]
      "structure" => array:1 [▶
        "views" => "resources/views/bootstrap51"
      ]
    ]
    "ShopAdmin" => array:4 [▶
      "enabled" => true
      "routing" => array:1 [▶
        0 => "web"
      ]
      "structure" => array:1 [▶
        "views" => "resources/views/bootstrap51"
      ]
      "livewire" => []
    ]
    "NewslettersAdmin" => array:3 [▶
      "enabled" => true
      "routing" => array:1 [▶
        0 => "web"
      ]
      "structure" => array:1 [▶
        "views" => "resources/views/bootstrap51"
      ]
    ]
    "MailerAdmin" => array:4 [▶
      "enabled" => true
      "routing" => array:1 [▶
        0 => "web"
      ]
      "structure" => array:1 [▶
        "views" => "resources/views/bootstrap51"
      ]
      "mailer" => array:3 [▶
        "name" => "Mailer"
        "modelClass" => "App\Modules\Admin\Mailer\Models\MailerCampaigns"
        "routes" => array:1 [▶
          "edit" => "admin.mailer.campaign.edit"
        ]
      ]
    ]
    "ShippingAdmin" => array:5 [▶
      "enabled" => true
      "routing" => array:1 [▶
        0 => "web"
      ]
      "structure" => array:1 [▶
        "views" => "resources/views/bootstrap51"
      ]
      "shipping_statuses" => array:10 [▶
        "pending" => "Oczekujące"
        "awaiting_fulfillment" => "Awaiting Fulfillment"
        "awaiting_shipment" => "Awaiting Shipment"
        "awaiting_pickup" => "Awaiting Pickup"
        "awaiting_return" => "Awaiting Return"
        "returned" => "Zwrócone"
        "partially_shipped" => "Partially Shipped"
        "completed" => "Zakończne"
        "shipped" => "Wysłane"
        "canceled" => "Anulowane"
      ]
      "parcel_statuses" => array:2 [▶
        "pending" => "Pending"
        "completed" => "Completed"
      ]
    ]
    "Platform" => array:2 [▶
      "enabled" => true
      "routing" => array:2 [▶
        0 => "web"
        1 => "api"
      ]
    ]
  ]
]
- clockwork
 array:23 [▼
  "enable" => false
  "features" => array:10 [▶
    "cache" => array:3 [▶
      "enabled" => true
      "collect_queries" => true
      "collect_values" => false
    ]
    "database" => array:7 [▶
      "enabled" => true
      "collect_queries" => true
      "collect_models_actions" => true
      "collect_models_retrieved" => false
      "slow_threshold" => null
      "slow_only" => false
      "detect_duplicate_queries" => false
    ]
    "events" => array:2 [▶
      "enabled" => true
      "ignored_events" => []
    ]
    "log" => array:1 [▶
      "enabled" => true
    ]
    "notifications" => array:1 [▶
      "enabled" => true
    ]
    "performance" => array:1 [▶
      "client_metrics" => true
    ]
    "queue" => array:1 [▶
      "enabled" => true
    ]
    "redis" => array:1 [▶
      "enabled" => true
    ]
    "routes" => array:2 [▶
      "enabled" => false
      "only_namespaces" => array:1 [▶
        0 => "App"
      ]
    ]
    "views" => array:3 [▶
      "enabled" => true
      "collect_data" => false
      "use_twig_profiler" => false
    ]
  ]
  "web" => true
  "toolbar" => true
  "requests" => array:8 [▶
    "on_demand" => false
    "errors_only" => false
    "slow_threshold" => null
    "slow_only" => false
    "sample" => false
    "except" => array:3 [▶
      0 => "/horizon/.*"
      1 => "/telescope/.*"
      2 => "/_debugbar/.*"
    ]
    "only" => []
    "except_preflight" => true
  ]
  "artisan" => array:5 [▶
    "collect" => false
    "except" => []
    "only" => []
    "collect_output" => false
    "except_laravel_commands" => true
  ]
  "queue" => array:3 [▶
    "collect" => false
    "except" => []
    "only" => []
  ]
  "tests" => array:2 [▶
    "collect" => false
    "except" => []
  ]
  "collect_data_always" => false
  "storage" => "files"
  "storage_files_path" => "/home/edev/websites/dzn.edev.uk/storage/clockwork"
  "storage_files_compress" => false
  "storage_sql_database" => "/home/edev/websites/dzn.edev.uk/storage/clockwork.sqlite"
  "storage_sql_table" => "clockwork"
  "storage_expiration" => 10080
  "authentication" => false
  "authentication_password" => "VerySecretPassword"
  "stack_traces" => array:5 [▶
    "enabled" => true
    "limit" => 10
    "skip_vendors" => []
    "skip_namespaces" => []
    "skip_classes" => []
  ]
  "serialization_depth" => 10
  "serialization_blackbox" => array:3 [▶
    0 => "Illuminate\Container\Container"
    1 => "Illuminate\Foundation\Application"
    2 => "Laravel\Lumen\Application"
  ]
  "register_helpers" => true
  "headers" => []
  "server_timing" => 10
]
- captcha
 array:3 [▼
  "secret" => null
  "sitekey" => null
  "options" => array:1 [▶
    "timeout" => 30
  ]
]
- Base
 array:3 [▼
  "enabled" => true
  "routing" => array:2 [▶
    0 => "web"
    1 => "api"
  ]
  "structure" => array:1 [▶
    "views" => array:2 [▶
      "" => "resources/views/frontend"
      "admin" => "resources/views/admin/bootstrap51"
    ]
  ]
]
- Products
 array:3 [▼
  "enabled" => true
  "routing" => array:1 [▶
    0 => "web"
  ]
  "components" => array:2 [▶
    "price" => "App\Modules\Shopper\Products\View\Components\Price"
    "img" => "App\Modules\Shopper\Products\View\Components\Img"
  ]
]
- Payments
 array:3 [▼
  "enabled" => true
  "routing" => array:2 [▶
    0 => "web"
    1 => "api"
  ]
  "livewire" => array:1 [▶
    "Payments::summary" => "App\Modules\Shopper\Payments\Http\Livewire\Summary"
  ]
]
- Shop
 array:3 [▼
  "enabled" => true
  "routing" => array:1 [▶
    0 => "web"
  ]
  "livewire" => []
]
- SlidersAdmin
 array:7 [▼
  "enabled" => true
  "routing" => array:1 [▶
    0 => "web"
  ]
  "structure" => array:1 [▶
    "views" => "resources/views/bootstrap51"
  ]
  "livewire" => []
  "templates" => array:3 [▶
    "slider_type" => array:1 [▶
      "default" => "Default"
    ]
    "category_templates" => array:1 [▶
      "default" => "Default"
    ]
    "category_templates_slider" => array:1 [▶
      "default" => "Default - one column"
    ]
  ]
  "slider" => array:3 [▶
    "name" => "Slider"
    "modelClass" => "App\Modules\Admin\Sliders\Models\Slider"
    "routes" => array:1 [▶
      "edit" => "admin.slider.edit"
    ]
  ]
  "slider_cat" => array:3 [▶
    "name" => "Slider Category"
    "modelClass" => "App\Modules\Admin\Sliders\Models\SliderCategory"
    "routes" => array:1 [▶
      "edit" => "admin.slider.categories.edit"
    ]
  ]
]
- ProductsAdmin
 array:7 [▼
  "enabled" => true
  "routing" => array:1 [▶
    0 => "web"
  ]
  "structure" => array:1 [▶
    "views" => "resources/views/bootstrap51"
  ]
  "livewire" => []
  "templates" => array:3 [▶
    "product_type" => array:1 [▶
      "default" => "Default"
    ]
    "category_templates" => array:1 [▶
      "default" => "Default"
    ]
    "category_templates_product" => array:1 [▶
      "default" => "Default - one column"
    ]
  ]
  "product" => array:3 [▶
    "name" => "Product"
    "modelClass" => "App\Modules\Admin\Products\Models\Product"
    "routes" => array:3 [▶
      "edit" => "admin.product.edit"
      "galleries.index" => "admin.product.galleries.index"
      "videos.index" => "admin.product.video.index"
    ]
  ]
  "product_cat" => array:3 [▶
    "name" => "Product Category"
    "modelClass" => "App\Modules\Admin\Products\Models\ProductCategory"
    "routes" => array:1 [▶
      "edit" => "admin.product.categories.edit"
    ]
  ]
]
- DiscountCodesAdmin
 array:4 [▼
  "enabled" => true
  "routing" => array:1 [▶
    0 => "web"
  ]
  "structure" => array:1 [▶
    "views" => "resources/views/bootstrap51"
  ]
  "types" => array:3 [▶
    "" => ""
    "percent" => "Percent"
    "value" => "Value"
  ]
]
- PaymentsAdmin
 array:3 [▼
  "enabled" => true
  "routing" => array:1 [▶
    0 => "web"
  ]
  "structure" => array:1 [▶
    "views" => "resources/views/bootstrap51"
  ]
]
- OrderReportsAdmin
 array:3 [▼
  "enabled" => true
  "routing" => array:1 [▶
    0 => "web"
  ]
  "structure" => array:1 [▶
    "views" => "resources/views/bootstrap51"
  ]
]
- OrdersAdmin
 array:4 [▼
  "enabled" => true
  "routing" => array:1 [▶
    0 => "web"
  ]
  "structure" => array:1 [▶
    "views" => "resources/views/bootstrap51"
  ]
  "statuses" => array:6 [▶
    "awaiting" => "Awaiting Payment"
    "completed" => "Completed"
    "canceled" => "Canceled"
    "manual" => "Manual Verification"
    "refunded" => "Refunded"
    "disputed" => "Disputed"
  ]
]
- CustomersAdmin
 array:3 [▼
  "enabled" => true
  "routing" => array:1 [▶
    0 => "web"
  ]
  "structure" => array:1 [▶
    "views" => "resources/views/bootstrap51"
  ]
]
- ShopAdmin
 array:4 [▼
  "enabled" => true
  "routing" => array:1 [▶
    0 => "web"
  ]
  "structure" => array:1 [▶
    "views" => "resources/views/bootstrap51"
  ]
  "livewire" => []
]
- NewslettersAdmin
 array:3 [▼
  "enabled" => true
  "routing" => array:1 [▶
    0 => "web"
  ]
  "structure" => array:1 [▶
    "views" => "resources/views/bootstrap51"
  ]
]
- MailerAdmin
 array:4 [▼
  "enabled" => true
  "routing" => array:1 [▶
    0 => "web"
  ]
  "structure" => array:1 [▶
    "views" => "resources/views/bootstrap51"
  ]
  "mailer" => array:3 [▶
    "name" => "Mailer"
    "modelClass" => "App\Modules\Admin\Mailer\Models\MailerCampaigns"
    "routes" => array:1 [▶
      "edit" => "admin.mailer.campaign.edit"
    ]
  ]
]
- ShippingAdmin
 array:5 [▼
  "enabled" => true
  "routing" => array:1 [▶
    0 => "web"
  ]
  "structure" => array:1 [▶
    "views" => "resources/views/bootstrap51"
  ]
  "shipping_statuses" => array:10 [▶
    "pending" => "Oczekujące"
    "awaiting_fulfillment" => "Awaiting Fulfillment"
    "awaiting_shipment" => "Awaiting Shipment"
    "awaiting_pickup" => "Awaiting Pickup"
    "awaiting_return" => "Awaiting Return"
    "returned" => "Zwrócone"
    "partially_shipped" => "Partially Shipped"
    "completed" => "Zakończne"
    "shipped" => "Wysłane"
    "canceled" => "Anulowane"
  ]
  "parcel_statuses" => array:2 [▶
    "pending" => "Pending"
    "completed" => "Completed"
  ]
]
- Platform
 array:2 [▼
  "enabled" => true
  "routing" => array:2 [▶
    0 => "web"
    1 => "api"
  ]
]