Repository

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.

void set(array|string $key, mixed $value = null)

Set a given configuration value.

void prepend(string $key, mixed $value)

Prepend a value onto an array configuration value.

void push(string $key, mixed $value)

Push a value onto an array configuration value.

doc_Laravel
2016-11-02 16:35:27
Comments
Leave a Comment

Please login to continue.