Repository::decrement()

int|bool decrement(string $key, mixed $value = 1) Decrement the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool

ResponseFactory::redirectTo()

RedirectResponse redirectTo(string $path, int $status = 302, array $headers = array(), bool|null $secure = null) Create a new redirect response to the given path. Parameters string $path int $status array $headers bool|null $secure Return Value RedirectResponse

ProviderMakeCommand::__construct()

void __construct(Filesystem $files) Create a new controller creator command instance. Parameters Filesystem $files Return Value void

SessionGuard::validate()

bool validate(array $credentials = array()) Validate a user's credentials. Parameters array $credentials Return Value bool

Auth\Events

Illuminate\Auth\Events Classes Attempting Failed Lockout Login Logout

FileStore::forever()

void forever(string $key, mixed $value) Store an item in the cache indefinitely. Parameters string $key mixed $value Return Value void

Application::instance()

void instance(string $abstract, mixed $instance) Register an existing instance as shared in the container. Parameters string $abstract mixed $instance Return Value void

Container::getBindings()

array getBindings() Get the container's bindings. Return Value array

HasMany::__clone()

void __clone() Force a clone of the underlying query builder when cloning. Return Value void

View::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void