JsonResponse::cookie()

$this cookie(Cookie|mixed $cookie) Add a cookie to the response. Parameters Cookie|mixed $cookie Return Value $this

ConsoleMakeCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

CallbackEvent::filtersPass()

bool filtersPass(Application $app) Determine if the filters pass for the event. Parameters Application $app Return Value bool

Collection::shift()

mixed shift() Get and remove the first item from the collection. Return Value mixed

ServeCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

Schedule::command()

Event command(string $command, array $parameters = array()) Add a new Artisan command event to the schedule. Parameters string $command array $parameters Return Value Event

RedisStore::getRedis()

Database getRedis() Get the Redis database instance. Return Value Database

NotificationTableCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

RedisTaggedCache::add()

bool add(string $key, mixed $value, DateTime|float|int $minutes) Store an item in the cache if the key does not exist. Parameters string $key mixed $value DateTime|float|int $minutes Return Value bool

MorphToMany::touch()

void touch() Touch all of the related models for the relationship. E.g.: Touch all roles associated with this user. Return Value void