SettingsInterface Interface
Aurora\Settings Namespace
Methods
get
Get a configuration value using dot notation (APP_VERSION becomes app.version)
Parameters
-
string
$name
— Value name -
mixed
$default
— Default value
Return Value
mixed
Signature
public function get(string $name, mixed $default = '')