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

BelongsToMany belongsToMany(string

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

mixed getResults() Get the results of the relationship.

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

array getTouchedRelations() Get the relationships that are touched on save

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

string getOtherKey() Get the fully qualified "other key" for the relation

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

static void unguard(bool $state = true) Disable all mass assignable

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

Collection getRelatedIds()

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

static array morphMap(array $map = null, bool $merge = true) Set

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

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

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

MorphToMany morphedByMany(string

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

$this withHidden(array|string $attributes) deprecated

2025-01-10 15:47:30