Fluent char(string $column, int $length = 255) Create a new char column on the table. Parameters string $column int $length Return Value Fluent
void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void
void fire() Execute the console command. Return Value void
static void saving(Closure|string $callback, int $priority) Register a saving model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
string get(string $path) Get the contents of a file. Parameters string $path Return Value string Exceptions FileNotFoundException
$this withoutGlobalScopes(array $scopes = null) Remove all or passed registered global scopes. Parameters array $scopes Return Value $this
void rename(string $from, string $to) Rename a table on the schema. Parameters string $from string $to Return Value void
mixed fromJson(string $value, bool $asObject = false) Decode the given JSON back into an array or object. Parameters string $value bool $asObject Return Value mixed
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
bool save(array $options = array()) Save the model to the database. Parameters array $options Return Value bool
Page 693 of 996