SoftDeletingScope::apply()

void apply(Builder $builder, Model $model) Apply the scope to a given Eloquent query builder. Parameters Builder $builder Model $model Return Value void

SQLiteConnector::createConnection()

PDO createConnection(string $dsn, array $config, array $options) Create a new PDO connection. Parameters string $dsn array $config array $options Return Value PDO

Dispatcher::dispatch()

mixed dispatch(mixed $command) Dispatch a command to its appropriate handler. Parameters mixed $command Return Value mixed

DownCommand::comment()

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

Blueprint::timestampTz()

Fluent timestampTz(string $column) Create a new timestamp (with time zone) column on the table. Parameters string $column Return Value Fluent

RollbackCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

MySqlConnection::useDefaultSchemaGrammar()

void useDefaultSchemaGrammar() Set the schema grammar to the default implementation. Return Value void

RemindersTableCommand::table()

void table(array $headers, array $rows, string $style = 'default') Format input to textual table Parameters array $headers array $rows string $style Return Value void

SubscribeCommand deprecated::setLaravel()

void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void

SQLiteGrammar::compileDropIndex()

string compileDropIndex(Blueprint $blueprint, Fluent $command) Compile a drop index command. Parameters Blueprint $blueprint Fluent $command Return Value string