int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
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
void removeObservableEvents(array|mixed $observables) Remove an observable event name. Parameters array|mixed $observables Return Value void
static void bootSoftDeletingTrait() Boot the soft deleting trait for a model. 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
bool|null delete() Delete the model from the database. Return Value bool|null Exceptions Exception
Page 78 of 996