array all() Get all of the configuration items for the application.
void push(string $key, mixed $value) Push a value onto an array configuration
void prepend(string $key, mixed $value) Prepend a value onto an array configuration
void set(array|string $key, mixed $value = null) Set a given configuration
bool has(string $key) Determine if the given configuration value exists
Repository interface Repository (
mixed get(string $key, mixed $default = null) Get the specified configuration