void __construct(Application $app) Create a new Auth manager instance. Parameters Application $app Return Value void
string columnize(array $columns) Convert an array of column names into a delimited string. Parameters array $columns Return Value string
$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this
string compileSelect(Builder $query) Compile a select query into SQL. Parameters Builder $query Return Value string
static void bootSoftDeletingTrait() Boot the soft deleting trait for a model. Return Value void
void removeObservableEvents(array|mixed $observables) Remove an observable event name. Parameters array|mixed $observables Return Value void
MassAssignmentException class MassAssignmentException extends RuntimeException (View source)
string compileUnique(Blueprint $blueprint, Fluent $command) Compile a unique key command. Parameters Blueprint $blueprint Fluent $command Return Value string
$this addBinding(mixed $value, string $type = 'where') Add a binding to the query. Parameters mixed $value string $type Return Value $this Exceptions InvalidArgumentException
bool|null delete() Delete the model from the database. Return Value bool|null Exceptions Exception
Page 79 of 996