PostgresGrammar::compileEnableForeignKeyConstraints()

string compileEnableForeignKeyConstraints() Compile the command to enable foreign key constraints. Return Value string

MorphToMany::getRelatedFreshUpdate()

string getRelatedFreshUpdate() Get the related model's updated at column name. Return Value string

RemindersTableCommand::choice()

bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value bool

Command::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

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

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

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

AbstractPaginator::lastItem()

int lastItem() Get the number of the last item in the slice. Return Value int

Rule::notIn()

static NotIn notIn(array $values) Get a not_in constraint builder instance. Parameters array $values Return Value NotIn