AuthManager::__construct()

void __construct(Application $app) Create a new Auth manager instance. Parameters Application $app Return Value void

SqlServerGrammar::columnize()

string columnize(array $columns) Convert an array of column names into a delimited string. Parameters array $columns Return Value string

SqlServerGrammar::setTablePrefix()

$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this

PostgresGrammar::compileSelect()

string compileSelect(Builder $query) Compile a select query into SQL. Parameters Builder $query Return Value string

SoftDeletingTrait::bootSoftDeletingTrait()

static void bootSoftDeletingTrait() Boot the soft deleting trait for a model. Return Value void

Model::removeObservableEvents()

void removeObservableEvents(array|mixed $observables) Remove an observable event name. Parameters array|mixed $observables Return Value void

MassAssignmentException

MassAssignmentException class MassAssignmentException extends RuntimeException (View source)

MySqlGrammar::compileUnique()

string compileUnique(Blueprint $blueprint, Fluent $command) Compile a unique key command. Parameters Blueprint $blueprint Fluent $command Return Value string

Builder::addBinding()

$this addBinding(mixed $value, string $type = 'where') Add a binding to the query. Parameters mixed $value string $type Return Value $this Exceptions InvalidArgumentException

Model::delete()

bool|null delete() Delete the model from the database. Return Value bool|null Exceptions Exception