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
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
Collection intersect(mixed $items) Intersect the collection with the given items. Parameters mixed $items Return Value Collection
void __clone() Clone cache repository instance. Return Value void
bool onceUsingId(mixed $id) Log the given user ID into the application without sessions or cookies. Parameters mixed $id Return Value bool
$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
void __clone() Force a clone of the underlying query builder when cloning. Return Value void
$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
void __construct(Authenticatable $user, bool $remember) Create a new event instance. Parameters Authenticatable $user bool $remember Return Value void
Page 758 of 996