Builder::rename()

void rename(string $from, string $to) Rename a table on the schema. Parameters string $from string $to Return Value void

Builder::increment()

int increment(string $column, int $amount = 1, array $extra = array()) Increment a column's value by a given amount. Parameters string $column int $amount array $extra Return Value int

HasOneOrMany::getRelationCountHash()

string getRelationCountHash() Get a relationship join table hash. Return Value string

NullQueue::pushRaw()

mixed pushRaw(string $payload, string $queue = null, array $options = array()) Push a raw payload onto the queue. Parameters string $payload string $queue array $options Return Value mixed

BelongsToMany::getRelatedIds()

Collection getRelatedIds() Get all of the IDs for the related models. Return Value Collection

ClearResetsCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

Filesystem::lastModified()

int lastModified(string $path) Get the file's last modification time. Parameters string $path Return Value int

ScheduleRunCommand::line()

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

Router::resource()

void resource(string $name, string $controller, array $options = array()) Route a resource to a controller. Parameters string $name string $controller array $options Return Value void

BelongsToMany::initRelation()

array initRelation(array $models, string $relation) Initialize the relation on a set of models. Parameters array $models string $relation Return Value array