void apply(Builder $builder, Model $model) Apply the scope to a given Eloquent query builder. Parameters Builder $builder Model $model Return Value void
PDO createConnection(string $dsn, array $config, array $options) Create a new PDO connection. Parameters string $dsn array $config array $options Return Value PDO
mixed dispatch(mixed $command) Dispatch a command to its appropriate handler. Parameters mixed $command Return Value mixed
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
Fluent timestampTz(string $column) Create a new timestamp (with time zone) column on the table. Parameters string $column Return Value Fluent
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
void useDefaultSchemaGrammar() Set the schema grammar to the default implementation. Return Value void
void table(array $headers, array $rows, string $style = 'default') Format input to textual table Parameters array $headers array $rows string $style Return Value void
void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
string compileDropIndex(Blueprint $blueprint, Fluent $command) Compile a drop index command. Parameters Blueprint $blueprint Fluent $command Return Value string
Page 622 of 996