RedisStore::put()

void put(string $key, mixed $value, float|int $minutes) Store an item in the cache for a given number of minutes. Parameters string $key mixed $value float|int $minutes Return Value void

ClearRemindersCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

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