TableCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

PasswordResetServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

Connection::withTablePrefix()

Grammar withTablePrefix(Grammar $grammar) Set the table prefix and return the grammar. Parameters Grammar $grammar Return Value Grammar

Pivot::load()

$this load(array|string $relations) Eager load relations on the model. Parameters array|string $relations Return Value $this

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

Pivot::hasGlobalScope()

static bool hasGlobalScope(Scope|string $scope) Determine if a model has a global scope. Parameters Scope|string $scope Return Value bool

Macroable::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

DatabaseNotification

DatabaseNotification class DatabaseNotification extends Model (View source) Constants CREATED_AT The name of the "created at" column. UPDATED_AT The name of the "updated at" column.

Manager::setAsGlobal()

void setAsGlobal() Make this capsule instance available globally. Return Value void