PasswordBroker::sendReminder()

int sendReminder(RemindableInterface $user, string $token, Closure $callback = null) Send the password reminder e-mail. Parameters RemindableInterface $user string $token Closure $callback Return Value int

EnvironmentCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

DatabaseServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

Collection::intersect()

Collection intersect(mixed $items) Intersect the collection with the given items. Parameters mixed $items Return Value Collection

RedisTaggedCache::__clone()

void __clone() Clone cache repository instance. Return Value void

Guard::onceUsingId()

bool onceUsingId(mixed $id) Log the given user ID into the application without sessions or cookies. Parameters mixed $id Return Value bool

JoinClause::whereExists()

$this whereExists(Closure $callback, string $boolean = 'and', bool $not = false) Add an exists clause to the query. Parameters Closure $callback string $boolean bool $not Return Value $this

HasManyThrough::__clone()

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

Builder::where()

$this where(string|Closure $column, string $operator = null, mixed $value = null, string $boolean = 'and') Add a basic where clause to the query. Parameters string|Closure $column string $operator mixed $value string $boolean Return Value $this

Login::__construct()

void __construct(Authenticatable $user, bool $remember) Create a new event instance. Parameters Authenticatable $user bool $remember Return Value void