Pivot::getCasts()
  • References/PHP/Laravel/Database/Eloquent/Relations

array getCasts() Get the casts array. Return

2025-01-10 15:47:30
MorphOneOrMany::noConstraints()
  • References/PHP/Laravel/Database/Eloquent/Relations

static mixed noConstraints(Closure $callback)

2025-01-10 15:47:30
Builder::pluck()
  • References/PHP/Laravel/Database/Eloquent

Collection pluck(string $column, string|null $key = null)

2025-01-10 15:47:30
Builder::scopes()
  • References/PHP/Laravel/Database/Eloquent

mixed scopes(array $scopes) Add the given scopes to the current builder

2025-01-10 15:47:30
Builder::toBase()
  • References/PHP/Laravel/Database/Eloquent

Builder toBase()

2025-01-10 15:47:30
MorphTo::rawUpdate()
  • References/PHP/Laravel/Database/Eloquent/Relations

int rawUpdate(array $attributes = array()) Run a raw update against the

2025-01-10 15:47:30
MorphPivot::getCreatedAtColumn()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getCreatedAtColumn() Get the name of the "created at" column.

2025-01-10 15:47:30
BelongsToMany::getQualifiedParentKeyName()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getQualifiedParentKeyName() Get the fully qualified parent key name

2025-01-10 15:47:30
BelongsToMany::relatedUpdatedAt()
  • References/PHP/Laravel/Database/Eloquent/Relations

string relatedUpdatedAt() Get the name of the related model's "updated

2025-01-10 15:47:30
MorphPivot::saved()
  • References/PHP/Laravel/Database/Eloquent/Relations

static void saved(Closure|string $callback, int $priority)

2025-01-10 15:47:30