^ Illuminate\Config\Repository {#34
  #items: array:19 [
    "app" => array:13 [
      "name" => "Laravel"
      "env" => "local"
      "debug" => true
      "url" => "http://localhost"
      "asset_url" => null
      "timezone" => "UTC"
      "locale" => "en"
      "fallback_locale" => "en"
      "faker_locale" => "en_US"
      "key" => "base64:dOKa3GoRe7G4Kvp4tViSofb5i23+gR8unslZxHiYyJE="
      "cipher" => "AES-256-CBC"
      "providers" => array:26 [
        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"
      ]
      "aliases" => array:37 [
        "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"
        "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"
      ]
    ]
    "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
    ]
    "broadcasting" => array:2 [
      "default" => "log"
      "connections" => array:5 [
        "pusher" => array:5 [
          "driver" => "pusher"
          "key" => ""
          "secret" => ""
          "app_id" => ""
          "options" => array:2 [
            "cluster" => "mt1"
            "useTLS" => true
          ]
        ]
        "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/www/tphp/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" => "laravel_cache"
    ]
    "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" => "demo"
      "connections" => array:3 [
        "demo" => array:10 [
          "driver" => "mysql"
          "host" => "127.0.0.1"
          "database" => "demo"
          "port" => 3355
          "username" => "tphp"
          "password" => "MyWeb@336296"
          "charset" => "utf8"
          "collation" => "utf8_unicode_ci"
          "strict" => false
          "engine" => null
        ]
        "plu_test" => array:7 [
          "driver" => "mysql"
          "host" => "127.0.0.1"
          "database" => "plu_test"
          "username" => "root"
          "password" => "root"
          "charset" => "utf8"
          "collation" => "utf8_unicode_ci"
        ]
        "user" => array:10 [
          "driver" => "mysql"
          "host" => "127.0.0.1"
          "database" => "demo"
          "port" => 3355
          "username" => "tphp"
          "password" => "MyWeb@336296"
          "charset" => "utf8"
          "collation" => "utf8_unicode_ci"
          "strict" => false
          "engine" => null
        ]
      ]
      "migrations" => "migrations"
      "redis" => array:4 [
        "client" => "phpredis"
        "options" => array:2 [
          "cluster" => "redis"
          "prefix" => "laravel_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"
        ]
      ]
    ]
    "domains" => array:10 [
      "tphp.com" => array:1 [
        "go" => "http://www.tphp.com"
      ]
      "help.tphp.com" => array:1 [
        "go" => "http://www.tphp.com"
      ]
      "www.tphp.com" => array:2 [
        "help" => "tphp.help"
        "icon" => ":favicon.ico"
      ]
      "demo" => array:4 [
        "tpl" => "www/demo"
        "conn" => "demo"
        "icon" => "static/favicon.ico"
        "title" => "TPHP框架 - 快速开发"
      ]
      "admin.demo" => array:7 [
        "tpl" => "www/demo/admin"
        "conn" => "demo"
        "icon" => "static/favicon.ico"
        "title" => "Tphp框架"
        "backstage" => true
        "folderMenus" => array:1 [
          "demo/test2" => "DIR 测试2 - 修改@battery-half"
        ]
        "other" => Closure() {#128
          class: "Illuminate\Foundation\Bootstrap\LoadConfiguration"
          this: Illuminate\Foundation\Bootstrap\LoadConfiguration {#25 …}
        }
      ]
      "backstage" => array:4 [
        "help" => ":"
        "icon" => ":favicon.ico"
        404 => true
        "tpl" => ":tphp.backstage"
      ]
      "plu_test.tphp.com" => array:6 [
        "tpl" => ":tphp.demo.www"
        "conn" => "demo"
        "icon" => "static/plugins/tphp/demo/favicon.ico"
        "title" => "TPHP插件开发"
        "test" => "test"
        "test2" => "test2"
      ]
      "plu.tphp.com" => array:5 [
        "tpl" => ":tphp.demo.www"
        "conn" => "demo"
        "icon" => ":favicon.ico"
        "test" => Closure() {#150
          class: "Tphp\Routes"
        }
        "test2" => "test2"
      ]
      "logs.tphp.com" => array:1 [
        "tpl" => ":tphp.logs.admin"
      ]
      "md" => array:4 [
        "help" => ":"
        "icon" => ":favicon.ico"
        404 => true
        "tpl" => ":tphp.test"
      ]
    ]
    "filesystems" => array:3 [
      "default" => "local"
      "disks" => array:3 [
        "local" => array:2 [
          "driver" => "local"
          "root" => "/home/www/tphp/storage/app"
        ]
        "public" => array:4 [
          "driver" => "local"
          "root" => "/home/www/tphp/storage/app/public"
          "url" => "http://localhost/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/www/tphp/public/storage" => "/home/www/tphp/storage/app/public"
      ]
    ]
    "hashing" => array:3 [
      "driver" => "bcrypt"
      "bcrypt" => array:1 [
        "rounds" => 10
      ]
      "argon" => array:3 [
        "memory" => 1024
        "threads" => 2
        "time" => 2
      ]
    ]
    "logging" => array:2 [
      "default" => "stack"
      "channels" => array:10 [
        "stack" => array:3 [
          "driver" => "stack"
          "channels" => array:1 [
            0 => "single"
          ]
          "ignore_exceptions" => false
        ]
        "single" => array:3 [
          "driver" => "single"
          "path" => "/home/www/tphp/storage/logs/laravel.log"
          "level" => "debug"
        ]
        "daily" => array:4 [
          "driver" => "daily"
          "path" => "/home/www/tphp/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:2 [
            "host" => null
            "port" => null
          ]
        ]
        "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/www/tphp/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
          "auth_mode" => 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"
        ]
        "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" => null
        "name" => "Laravel"
      ]
      "markdown" => array:2 [
        "theme" => "default"
        "paths" => array:1 [
          0 => "/home/www/tphp/resources/views/vendor/mail"
        ]
      ]
    ]
    "middleware" => array:1 [
      0 => "App\Http\Middleware\Logs"
    ]
    "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:3 [
      "stateful" => array:6 [
        0 => "localhost"
        1 => "localhost:3000"
        2 => "127.0.0.1"
        3 => "127.0.0.1:8000"
        4 => "::1"
        5 => "localhost"
      ]
      "expiration" => null
      "middleware" => array:2 [
        "verify_csrf_token" => "App\Http\Middleware\VerifyCsrfToken"
        "encrypt_cookies" => "App\Http\Middleware\EncryptCookies"
      ]
    ]
    "services" => array:3 [
      "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"
      ]
    ]
    "session" => array:15 [
      "driver" => "file"
      "lifetime" => "120"
      "expire_on_close" => false
      "encrypt" => false
      "files" => "/home/www/tphp/storage/framework/sessions"
      "connection" => null
      "table" => "sessions"
      "store" => null
      "lottery" => array:2 [
        0 => 2
        1 => 100
      ]
      "cookie" => "laravel_session"
      "path" => "/"
      "domain" => null
      "secure" => null
      "http_only" => true
      "same_site" => "lax"
    ]
    "view" => array:2 [
      "paths" => array:4 [
        0 => "/home/www/tphp/resources/views"
        1 => "/home/www/tphp/html"
        2 => "/home/www/tphp/vendor/tphp/backstage/html"
        3 => "/home/www/tphp/vendor/tphp/tphp/html"
      ]
      "compiled" => "/home/www/tphp/storage/framework/views"
    ]
    "flare" => array:4 [
      "key" => null
      "reporting" => array:10 [
        "anonymize_ips" => true
        "collect_git_information" => false
        "report_queries" => true
        "maximum_number_of_collected_queries" => 200
        "report_query_bindings" => true
        "report_view_data" => true
        "grouping_type" => null
        "report_logs" => true
        "maximum_number_of_collected_logs" => 200
        "censor_request_body_fields" => array:1 [
          0 => "password"
        ]
      ]
      "send_logs_as_events" => true
      "censor_request_body_fields" => array:1 [
        0 => "password"
      ]
    ]
    "ignition" => array:9 [
      "editor" => "phpstorm"
      "theme" => "light"
      "enable_share_button" => true
      "register_commands" => false
      "ignored_solution_providers" => array:1 [
        0 => "Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider"
      ]
      "enable_runnable_solutions" => null
      "remote_sites_path" => ""
      "local_sites_path" => ""
      "housekeeping_endpoint_prefix" => "_ignition"
    ]
  ]
}
^ array:5 [
  "autoload" => array:1 [
    0 => "My\Web\Plugins"
  ]
  "database" => array:1 [
    "connections" => array:1 [
      "plu_test" => array:7 [
        "driver" => "mysql"
        "host" => "127.0.0.1"
        "database" => "plu_test"
        "username" => "root"
        "password" => "root"
        "charset" => "utf8"
        "collation" => "utf8_unicode_ci"
      ]
    ]
  ]
  "domains" => array:2 [
    "plu_test.tphp.com" => array:6 [
      "tpl" => "www"
      "conn" => "demo"
      "icon" => "static/plugins/tphp/demo/favicon.ico"
      "title" => "TPHP插件开发"
      "test" => "test"
      "test2" => "test2"
    ]
    "plu.tphp.com" => array:5 [
      "tpl" => ":tphp.demo.www"
      "conn" => "demo"
      "icon" => ":favicon.ico"
      "test" => Closure() {#153
        class: "Tphp\Basic\Plugin\PluginClass"
        this: Tphp\Basic\Plugin\PluginClass {#149 …}
      }
      "test2" => "test2"
    ]
  ]
  "env" => array:2 [
    0 => "MY_DATA=My Data"
    "MY_SET" => "My Set"
  ]
  "test" => array:1 [
    "hello" => "TPHP"
  ]
]
^ array:1 [
  "plu_test" => array:7 [
    "driver" => "mysql"
    "host" => "127.0.0.1"
    "database" => "plu_test"
    "username" => "root"
    "password" => "root"
    "charset" => "utf8"
    "collation" => "utf8_unicode_ci"
  ]
]