null // resources\views/welcome.blade.php
false // resources\views/welcome.blade.php
Illuminate\Session\SessionManager {#719 // resources\views/welcome.blade.php #container: Illuminate\Foundation\Application {#2 …37} #config: Illuminate\Config\Repository {#32 #items: array:27 [ "app" => array:14 [ "name" => "Badger Liquor App" "env" => "production" "debug" => false "url" => "https://api.badgerliquor.com" "asset_url" => null "timezone" => "America/Chicago" "locale" => "en" "fallback_locale" => "en" "faker_locale" => "en_US" "key" => "base64:5bqYF6jj7mQRAMCNIxdyqJNkEmFahGgYfbWINBjKj4o=" "cipher" => "AES-256-CBC" "maintenance" => array:1 [ "driver" => "file" ] "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\RouteServiceProvider" 26 => "App\Providers\TelescopeServiceProvider" ] "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" => "users" ] "guards" => array:2 [ "web" => array:2 [ "driver" => "session" "provider" => "users" ] "sanctum" => array:2 [ "driver" => "sanctum" "provider" => null ] ] "providers" => array:1 [ "users" => array:2 [ "driver" => "eloquent" "model" => "App\Models\User" ] ] "passwords" => array:1 [ "users" => array:4 [ "provider" => "users" "table" => "password_resets" "expire" => 60 "throttle" => 60 ] ] "password_timeout" => 10800 ] "authentication-log" => array:5 [ "table_name" => "authentication_log" "db_connection" => null "events" => array:4 [ "login" => "Illuminate\Auth\Events\Login" "failed" => "Illuminate\Auth\Events\Failed" "logout" => "Illuminate\Auth\Events\Logout" "logout-other-devices" => "Illuminate\Auth\Events\OtherDeviceLogout" ] "notifications" => array:2 [ "new-device" => array:3 [ "enabled" => false "location" => false "template" => "Rappasoft\LaravelAuthenticationLog\Notifications\NewDevice" ] "failed-login" => array:3 [ "enabled" => false "location" => false "template" => "Rappasoft\LaravelAuthenticationLog\Notifications\FailedLogin" ] ] "purge" => 365 ] "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: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" => "D:\intepub\wwwroot_bl\badgerliquor\app\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" => "badger_liquor_app_cache_" ] "cors" => array:8 [ "paths" => array:6 [ 0 => "api/*" 1 => "saml2/*" 2 => "sanctum/csrf-cookie" 3 => "login" 4 => "logout" 5 => "wh/*" ] "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" => true ] "database" => array:4 [ "default" => "mysql" "connections" => array:6 [ "sqlite" => array:5 [ "driver" => "sqlite" "url" => null "database" => "badger_app_prod" "prefix" => "" "foreign_key_constraints" => true ] "mysql" => array:15 [ "driver" => "mysql" "url" => null "host" => "39e66103bf55fe3198acb07eda5584f82bde5354.rackspaceclouddb.com" "port" => "3306" "database" => "badger_app_prod" "username" => "badger-app" "password" => "fyj*gkf9EXM-vnj4puh" "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" => "39e66103bf55fe3198acb07eda5584f82bde5354.rackspaceclouddb.com" "port" => "3306" "database" => "badger_app_prod" "username" => "badger-app" "password" => "fyj*gkf9EXM-vnj4puh" "charset" => "utf8" "prefix" => "" "prefix_indexes" => true "search_path" => "public" "sslmode" => "prefer" ] "sqlsrv" => array:10 [ "driver" => "sqlsrv" "url" => null "host" => "39e66103bf55fe3198acb07eda5584f82bde5354.rackspaceclouddb.com" "port" => "3306" "database" => "badger_app_prod" "username" => "badger-app" "password" => "fyj*gkf9EXM-vnj4puh" "charset" => "utf8" "prefix" => "" "prefix_indexes" => true ] "sybase" => array:6 [ "driver" => "odbc" "dsn" => "" "host" => "" "database" => "" "username" => "" "password" => "" ] "progress" => array:6 [ "driver" => "odbc" "dsn" => "" "host" => "" "database" => "" "username" => "" "password" => "" ] ] "migrations" => "migrations" "redis" => array:4 [ "client" => "phpredis" "options" => array:2 [ "cluster" => "redis" "prefix" => "badger_liquor_app_database_" ] "default" => array:6 [ "url" => null "host" => "127.0.0.1" "username" => null "password" => null "port" => "6379" "database" => "0" ] "cache" => array:6 [ "url" => null "host" => "127.0.0.1" "username" => null "password" => null "port" => "6379" "database" => "1" ] ] ] "eloquent_model_generator" => array:1 [ "db_types" => array:1 [ "bit" => "boolean" ] ] "filesystems" => array:3 [ "default" => "local" "disks" => array:5 [ "local" => array:3 [ "driver" => "local" "root" => "D:\intepub\wwwroot_bl\badgerliquor\app\storage\app" "throw" => false ] "pochange" => array:3 [ "driver" => "local" "root" => "\\sapprod\shares\pochange" "throw" => false ] "public" => array:5 [ "driver" => "local" "root" => "D:\intepub\wwwroot_bl\badgerliquor\app\storage\app/public" "url" => "https://api.badgerliquor.com/storage" "visibility" => "public" "throw" => false ] "s3" => array:9 [ "driver" => "s3" "key" => "" "secret" => "" "region" => "us-east-1" "bucket" => "" "url" => null "endpoint" => null "use_path_style_endpoint" => false "throw" => false ] "dev" => array:3 [ "driver" => "local" "root" => null "throw" => false ] ] "links" => array:1 [ "D:\intepub\wwwroot_bl\badgerliquor\app\public\storage" => "D:\intepub\wwwroot_bl\badgerliquor\app\storage\app/public" ] ] "fortify" => array:15 [ "guard" => "web" "middleware" => array:1 [ 0 => "web" ] "auth_middleware" => "auth" "passwords" => "users" "username" => "email" "email" => "email" "views" => false "home" => "/" "prefix" => "" "domain" => null "lowercase_usernames" => false "limiters" => array:1 [ "login" => null ] "paths" => array:8 [ "login" => null "logout" => null "password" => array:6 [ "request" => null "reset" => null "email" => null "update" => null "confirm" => null "confirmation" => null ] "register" => null "verification" => array:3 [ "notice" => null "verify" => null "send" => null ] "user-profile-information" => array:1 [ "update" => null ] "user-password" => array:1 [ "update" => null ] "two-factor" => array:7 [ "login" => null "enable" => null "confirm" => null "disable" => null "qr-code" => null "secret-key" => null "recovery-codes" => null ] ] "redirects" => array:6 [ "login" => null "logout" => null "password-confirmation" => null "register" => null "email-verification" => null "password-reset" => null ] "features" => array:6 [ 0 => "registration" 1 => "reset-passwords" 2 => "email-verification" 3 => "update-profile-information" 4 => "update-passwords" 5 => "two-factor-authentication" ] ] "geoip" => array:8 [ "log_failures" => true "include_currency" => true "service" => "ipapi" "services" => array:6 [ "maxmind_database" => array:4 [ "class" => "Torann\GeoIP\Services\MaxMindDatabase" "database_path" => "D:\intepub\wwwroot_bl\badgerliquor\app\storage\app/geoip.mmdb" "update_url" => "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key=&suffix=tar.gz" "locales" => array:1 [ 0 => "en" ] ] "maxmind_api" => array:4 [ "class" => "Torann\GeoIP\Services\MaxMindWebService" "user_id" => null "license_key" => null "locales" => array:1 [ 0 => "en" ] ] "ipapi" => array:5 [ "class" => "Torann\GeoIP\Services\IPApi" "secure" => true "key" => null "continent_path" => "D:\intepub\wwwroot_bl\badgerliquor\app\storage\app/continents.json" "lang" => "en" ] "ipgeolocation" => array:5 [ "class" => "Torann\GeoIP\Services\IPGeoLocation" "secure" => true "key" => null "continent_path" => "D:\intepub\wwwroot_bl\badgerliquor\app\storage\app/continents.json" "lang" => "en" ] "ipdata" => array:3 [ "class" => "Torann\GeoIP\Services\IPData" "key" => null "secure" => true ] "ipfinder" => array:4 [ "class" => "Torann\GeoIP\Services\IPFinder" "key" => null "secure" => true "locales" => array:1 [ 0 => "en" ] ] ] "cache" => "all" "cache_tags" => array:1 [ 0 => "torann-geoip-location" ] "cache_expires" => 30 "default_location" => array:13 [ "ip" => "127.0.0.0" "iso_code" => "US" "country" => "United States" "city" => "New Haven" "state" => "CT" "state_name" => "Connecticut" "postal_code" => "06510" "lat" => 41.31 "lon" => -72.92 "timezone" => "America/New_York" "continent" => "NA" "default" => true "currency" => "USD" ] ] "hashing" => array:3 [ "driver" => "bcrypt" "bcrypt" => array:1 [ "rounds" => 10 ] "argon" => array:3 [ "memory" => 65536 "threads" => 1 "time" => 4 ] ] "ide-helper" => array:26 [ "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 => "D:\intepub\wwwroot_bl\badgerliquor\app/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" => [] "interfaces" => [] "custom_db_types" => array:1 [ "mysql" => array:1 [ "bit" => "boolean" ] ] "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" => [] ] "logging" => array:3 [ "default" => "daily" "deprecations" => array:2 [ "channel" => null "trace" => false ] "channels" => array:10 [ "stack" => array:3 [ "driver" => "stack" "channels" => array:1 [ 0 => "single" ] "ignore_exceptions" => false ] "single" => array:3 [ "driver" => "single" "path" => "D:\intepub\wwwroot_bl\badgerliquor\app\storage\logs/laravel.log" "level" => "debug" ] "daily" => array:4 [ "driver" => "daily" "path" => "D:\intepub\wwwroot_bl\badgerliquor\app\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" => "D:\intepub\wwwroot_bl\badgerliquor\app\storage\logs/laravel.log" ] ] ] "mail" => array:4 [ "default" => "smtp" "mailers" => array:8 [ "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" => null ] "array" => array:1 [ "transport" => "array" ] "failover" => array:2 [ "transport" => "failover" "mailers" => array:2 [ 0 => "smtp" 1 => "log" ] ] ] "from" => array:2 [ "address" => "[email protected]" "name" => "Badger Liquor App" ] "markdown" => array:2 [ "theme" => "default" "paths" => array:1 [ 0 => "D:\intepub\wwwroot_bl\badgerliquor\app\resources\views/vendor/mail" ] ] ] "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" => 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" ] ] "saml2" => array:17 [ "tenantModel" => "Slides\Saml2\Models\Tenant" "useRoutes" => true "routesPrefix" => "/saml2" "routesMiddleware" => array:1 [ 0 => "saml" ] "retrieveParametersFromServer" => false "loginRoute" => null "logoutRoute" => null "errorRoute" => null "strict" => true "debug" => false "proxyVars" => true "sp" => array:6 [ "NameIDFormat" => "urn:oasis:names:tc:SAML:2.0:nameid-format:persistent" "x509cert" => "" "privateKey" => "" "entityId" => "" "assertionConsumerService" => array:1 [ "url" => "" ] "singleLogoutService" => array:1 [ "url" => "" ] ] "security" => array:9 [ "nameIdEncrypted" => false "authnRequestsSigned" => false "logoutRequestSigned" => false "logoutResponseSigned" => false "signMetadata" => false "wantMessagesSigned" => false "wantAssertionsSigned" => false "wantNameIdEncrypted" => false "requestedAuthnContext" => true ] "contactPerson" => array:2 [ "technical" => array:2 [ "givenName" => "name" "emailAddress" => "[email protected]" ] "support" => array:2 [ "givenName" => "Support" "emailAddress" => "[email protected]" ] ] "organization" => array:1 [ "en-US" => array:3 [ "name" => "Name" "displayname" => "Display Name" "url" => "http://url" ] ] "load_migrations" => true "default_tenant_key" => "azure_badger2" ] "sanctum" => array:4 [ "stateful" => array:2 [ 0 => ".badgerliquor.com" 1 => " webapp.badgerliquor.com" ] "guard" => array:1 [ 0 => "web" ] "expiration" => null "middleware" => array:2 [ "verify_csrf_token" => "App\Http\Middleware\VerifyCsrfToken" "encrypt_cookies" => "App\Http\Middleware\EncryptCookies" ] ] "secure-headers" => array:16 [ "server" => "" "x-content-type-options" => "nosniff" "x-download-options" => "noopen" "x-frame-options" => "sameorigin" "x-permitted-cross-domain-policies" => "none" "x-powered-by" => "" "x-xss-protection" => "1; mode=block" "referrer-policy" => "no-referrer" "cross-origin-embedder-policy" => "unsafe-none" "cross-origin-opener-policy" => "unsafe-none" "cross-origin-resource-policy" => "cross-origin" "clear-site-data" => array:6 [ "enable" => false "all" => false "cache" => true "cookies" => true "storage" => true "executionContexts" => true ] "hsts" => array:4 [ "enable" => true "max-age" => 300 "include-sub-domains" => true "preload" => false ] "expect-ct" => array:4 [ "enable" => false "max-age" => 2147483648.0 "enforce" => false "report-uri" => null ] "permissions-policy" => array:27 [ "enable" => true "accelerometer" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "ambient-light-sensor" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "autoplay" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "battery" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "camera" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "cross-origin-isolated" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "display-capture" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "document-domain" => array:4 [ "none" => false "*" => true "self" => false "origins" => [] ] "encrypted-media" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "execution-while-not-rendered" => array:4 [ "none" => false "*" => true "self" => false "origins" => [] ] "execution-while-out-of-viewport" => array:4 [ "none" => false "*" => true "self" => false "origins" => [] ] "fullscreen" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "geolocation" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "gyroscope" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "magnetometer" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "microphone" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "midi" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "navigation-override" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "payment" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "picture-in-picture" => array:4 [ "none" => false "*" => true "self" => false "origins" => [] ] "publickey-credentials-get" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "screen-wake-lock" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "sync-xhr" => array:4 [ "none" => false "*" => true "self" => false "origins" => [] ] "usb" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "web-share" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] "xr-spatial-tracking" => array:4 [ "none" => false "*" => false "self" => true "origins" => [] ] ] "csp" => array:31 [ "enable" => true "report-only" => false "report-to" => "" "report-uri" => [] "block-all-mixed-content" => false "upgrade-insecure-requests" => false "base-uri" => [] "child-src" => [] "connect-src" => [] "default-src" => [] "font-src" => [] "form-action" => [] "frame-ancestors" => [] "frame-src" => [] "img-src" => [] "manifest-src" => [] "media-src" => [] "navigate-to" => array:1 [ "unsafe-allow-redirects" => false ] "object-src" => [] "plugin-types" => [] "prefetch-src" => [] "require-trusted-types-for" => array:1 [ "script" => false ] "sandbox" => array:14 [ "enable" => false "allow-downloads-without-user-activation" => false "allow-forms" => false "allow-modals" => false "allow-orientation-lock" => false "allow-pointer-lock" => false "allow-popups" => false "allow-popups-to-escape-sandbox" => false "allow-presentation" => false "allow-same-origin" => false "allow-scripts" => false "allow-storage-access-by-user-activation" => false "allow-top-navigation" => false "allow-top-navigation-by-user-activation" => false ] "script-src" => array:10 [ "none" => false "self" => false "report-sample" => false "allow" => [] "schemes" => [] "unsafe-inline" => false "unsafe-eval" => false "unsafe-hashes" => false "strict-dynamic" => false "hashes" => array:3 [ "sha256" => [] "sha384" => [] "sha512" => [] ] ] "script-src-attr" => [] "script-src-elem" => [] "style-src" => [] "style-src-attr" => [] "style-src-elem" => [] "trusted-types" => array:4 [ "enable" => false "allow-duplicates" => false "default" => false "policies" => [] ] "worker-src" => [] ] ] "sentry" => array:10 [ "dsn" => null "release" => null "environment" => null "sample_rate" => 1.0 "traces_sample_rate" => null "profiles_sample_rate" => null "send_default_pii" => false "ignore_transactions" => array:1 [ 0 => "/up" ] "breadcrumbs" => array:9 [ "logs" => true "cache" => true "livewire" => true "sql_queries" => true "sql_bindings" => false "queue_info" => true "command_info" => true "http_client_requests" => true "notifications" => true ] "tracing" => array:15 [ "queue_job_transactions" => false "queue_jobs" => true "sql_queries" => true "sql_bindings" => false "sql_origin" => true "sql_origin_threshold_ms" => 100 "views" => true "livewire" => true "http_client_requests" => true "redis_commands" => false "redis_origin" => true "notifications" => true "missing_routes" => false "continue_after_response" => true "default_integrations" => true ] ] "services" => array:6 [ "mailgun" => array:4 [ "domain" => null "secret" => null "endpoint" => "api.mailgun.net" "scheme" => "https" ] "postmark" => array:1 [ "token" => null ] "ses" => array:3 [ "key" => "" "secret" => "" "region" => "us-east-1" ] "msftGraph" => array:3 [ "tenantId" => "8afddbfb-d3e7-47f6-9651-e9829858a72e" "clientId" => "a85c8b91-8ad1-4e91-86c2-de6737d0d6a8" "clientSecret" => "YN18Q~DEtZ8KkmwxEfSK184A9tsWvHtJNDw-Jcp~" ] "opendock" => array:2 [ "user" => null "password" => null ] "sharepoint_uploads" => array:4 [ "user" => null "password" => null "on_prem_user" => null "on_prem_password" => null ] ] "session" => array:15 [ "driver" => "file" "lifetime" => "720" "expire_on_close" => false "encrypt" => false "files" => "D:\intepub\wwwroot_bl\badgerliquor\app\storage\framework/sessions" "connection" => null "table" => "sessions" "store" => null "lottery" => array:2 [ 0 => 2 1 => 100 ] "cookie" => "badger_liquor_app_session" "path" => "/" "domain" => ".badgerliquor.com" "secure" => true "http_only" => true "same_site" => "none" ] "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" => array:2 [ "enabled" => true "hidden" => [] ] "Laravel\Telescope\Watchers\ClientRequestWatcher" => true "Laravel\Telescope\Watchers\CommandWatcher" => array:2 [ "enabled" => true "ignore" => [] ] "Laravel\Telescope\Watchers\DumpWatcher" => array:2 [ "enabled" => true "always" => false ] "Laravel\Telescope\Watchers\EventWatcher" => array:2 [ "enabled" => true "ignore" => [] ] "Laravel\Telescope\Watchers\ExceptionWatcher" => true "Laravel\Telescope\Watchers\GateWatcher" => array:4 [ "enabled" => true "ignore_abilities" => [] "ignore_packages" => true "ignore_paths" => [] ] "Laravel\Telescope\Watchers\JobWatcher" => true "Laravel\Telescope\Watchers\LogWatcher" => array:2 [ "enabled" => true "level" => "error" ] "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:4 [ "enabled" => true "ignore_packages" => true "ignore_paths" => [] "slow" => 100 ] "Laravel\Telescope\Watchers\RedisWatcher" => true "Laravel\Telescope\Watchers\RequestWatcher" => array:4 [ "enabled" => true "size_limit" => 64 "ignore_http_methods" => [] "ignore_status_codes" => [] ] "Laravel\Telescope\Watchers\ScheduleWatcher" => true "Laravel\Telescope\Watchers\ViewWatcher" => true ] ] "view" => array:2 [ "paths" => array:1 [ 0 => "D:\intepub\wwwroot_bl\badgerliquor\app\resources\views" ] "compiled" => "D:\intepub\wwwroot_bl\badgerliquor\app\storage\framework\views" ] "migrations-generator" => array:4 [ "migration_template_path" => "D:\intepub\wwwroot_bl\badgerliquor\app\vendor\kitloong\laravel-migrations-generator\config/../stubs/migration.generate.stub" "migration_anonymous_template_path" => "D:\intepub\wwwroot_bl\badgerliquor\app\vendor\kitloong\laravel-migrations-generator\config/../stubs/migration.generate.anonymous.stub" "migration_target_path" => "D:\intepub\wwwroot_bl\badgerliquor\app\database/migrations" "filename_pattern" => array:4 [ "table" => "[datetime]_create_[name]_table.php" "view" => "[datetime]_create_[name]_view.php" "procedure" => "[datetime]_create_[name]_proc.php" "foreign_key" => "[datetime]_add_foreign_keys_to_[name]_table.php" ] ] "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" => "D:\intepub\wwwroot_bl\badgerliquor\app" "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" ] ] ] } #customCreators: [] #drivers: array:1 [ "file" => Illuminate\Session\Store {#725 #id: "c599nW8FGMpILTRetgZiXksegKF7otjMCXmJde3Q" #name: "badger_liquor_app_session" #attributes: array:1 [ "_token" => "rRwA0DaolA6qCzbcMv4m6Pl9C4zWuTdXFeEaVJwv" ] #handler: Illuminate\Session\FileSessionHandler {#724 #files: Illuminate\Filesystem\Filesystem {#385} #path: "D:\intepub\wwwroot_bl\badgerliquor\app\storage\framework/sessions" #minutes: "720" } #serialization: "php" #started: true } ] }Auth Test