RouteCacheCommand::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

Builder::getRelation()

Relation getRelation(string $name) Get the relation instance for the given relation name. Parameters string $name Return Value Relation

ViewServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

Builder::chunkById()

bool chunkById(int $count, callable $callback, string $column = 'id', string $alias = null) Chunk the results of a query by comparing numeric IDs. Parameters int $count callable $callback string $column string $alias Return Value bool

DatabaseQueue::laterOn()

mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. Parameters string $queue DateTime|int $delay string $job mixed $data Return Value mixed

Blueprint::getAddedColumns()

array getAddedColumns() Get the columns on the blueprint that should be added. Return Value array

MorphToMany::getRelationName()

string getRelationName() Get the relationship name for the relationship. Return Value string

BelongsToMany::getOtherKey()

string getOtherKey() Get the fully qualified "other key" for the relation. Return Value string

MakeControllerCommand::call()

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

Repository::rememberForever()

mixed rememberForever(string $key, Closure $callback) Get an item from the cache, or store the default value forever. Parameters string $key Closure $callback Return Value mixed