Application getLaravel() Get the Laravel application instance. Return Value Application
array all() Get all of the items in the collection. Return Value array
Collection whereStrict(string $key, mixed $value) Filter items by the given key value pair using strict comparison. Parameters string $key mixed $value Return Value Collection
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
array getPatterns() Get the global "where" patterns. Return Value array
void model(string $key, string $class, Closure $callback = null) Register a model binder for a wildcard. Parameters string $key string $class Closure $callback Return Value void Exceptions ModelNotFoundException
get($name, $default = null) {@inheritdoc} Parameters $name $default
bool runsInMaintenanceMode() Determine if the event runs in maintenance mode. Return Value bool
static Builder query() Begin querying the model. Return Value Builder
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
Page 132 of 996