Repository (Contracts)

Repository

interface Repository (View source)

Methods

bool has( string $key)

Determine if the given configuration value exists.

mixed get( string $key, mixed $default = null)

Get the specified configuration value.

array all()

Get all of the configuration items for the application.

登录查看完整内容