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

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

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

Presenter::hasPages()

bool hasPages() Determine if the underlying paginator being presented has pages to show. Return Value bool

Route::parameters()

array parameters() Get the key / value list of parameters for the route. Return Value array Exceptions LogicException

Event::sundays()

$this sundays() Schedule the event to run only on Sundays. Return Value $this

AuthServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void