Repository
class Repository implements ArrayAccess, Repository (View source)
Methods
void __construct(array $items = array()) Create a new configuration repository. bool has(string $key) Determine if the given configuration value exists. mixed get(string $key, mixed $default = null) Get the specified configuration value. void set(array|string $key, mixed $value = null) Set a given configuration value. void prepend(string $key, mixed $value) Prepend a value onto an arra