SortedMiddleware::all()

array all() Get all of the items in the collection. Return Value array

ScheduleRunCommand::secret()

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

Router::getPatterns()

array getPatterns() Get the global "where" patterns. Return Value array

Router::model()

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

Store::get()

get($name, $default = null) {@inheritdoc} Parameters $name $default

CallbackEvent::runsInMaintenanceMode()

bool runsInMaintenanceMode() Determine if the event runs in maintenance mode. Return Value bool

Model::query()

static Builder query() Begin querying the model. Return Value Builder

ConfigPublishCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

StatefulGuard::attempt()

bool attempt(array $credentials = array(), bool $remember = false, bool $login = true) Attempt to authenticate a user using the given credentials. Parameters array $credentials bool $remember bool $login Return Value bool

Factory

Factory class Factory implements ArrayAccess (View source) Methods void __construct(Generator $faker) Create a new factory instance. static Factory construct(Generator $faker, string|null $pathToFactories = null) Create a new factory container. void defineAs(string $class, string $name, callable $attributes) Define a class with a given short-name. void define(string $class, callable $attributes, string $name = 'default') Define a class with a given set of attributes. voi