\

Namespaces

App
Database
Tests

Constants

LARAVEL_START

LARAVEL_START = \microtime(\true)

Functions

config_db()

config_db(string  $key, mixed  $default = null) : mixed

读取数据库配置值。

取值优先级:DB value > definition.default_value > $default 参数。

Parameters

string $key

配置键

mixed $default

兜底默认值

Returns

mixed —