int perPage() Get the number of items shown per page. Return Value int
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
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
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
array getPatterns() Get the global "where" patterns. Return Value array
get($name, $default = null) {@inheritdoc} Parameters $name $default
bool runsInMaintenanceMode() Determine if the event runs in maintenance mode. Return Value bool
Page 130 of 996