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

UrlGenerator::isValidUrl()

bool isValidUrl(string $path) Determine if the given path is a valid URL. Parameters string $path Return Value bool

Blueprint::timestampTz()

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