UserProvider::updateRememberToken()

void updateRememberToken(Authenticatable $user, string $token) Update the "remember me" token for the given user in storage. Parameters Authenticatable $user string $token Return Value void

RedisJob::resolveName()

string resolveName() Get the resolved name of the queued job class. Return Value string

XCacheStore::section()

TaggedCache section(string $name) deprecated deprecated since version 5.1. Use tags instead. Begin executing a new tags operation. Parameters string $name Return Value TaggedCache

HasText

HasText class HasText extends PageConstraint (View source) Methods string toString() Returns a string representation of the object. void __construct(string $text) Create a new constraint instance.

PendingBroadcast::__construct()

void __construct(Dispatcher $events, mixed $event) Create a new pending broadcast instance. Parameters Dispatcher $events mixed $event Return Value void

FactoryBuilder::__construct()

void __construct(string $class, string $name, array $definitions, array $states, Generator $faker) Create an new builder instance. Parameters string $class string $name array $definitions array $states Generator $faker Return Value void

ForgetFailedCommand::setLaravel()

void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void

RouteCollection::add()

Route add(Route $route) Add a Route instance to the collection. Parameters Route $route Return Value Route

Cloud::directories()

array directories(string|null $directory = null, bool $recursive = false) Get all of the directories within a given directory. Parameters string|null $directory bool $recursive Return Value array

InstallCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string