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

$this makeVisible(array|string $attributes) Make the given, typically hidden

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

Model firstOrNew(array $attributes)

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

array matchOne(array $models, Collection $results

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

$this setRawAttributes(array $attributes, bool $sync = false) Set the array

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

static void unsetConnectionResolver() Unset the connection resolver

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

HasManyThrough hasManyThrough(string

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

string getForeignKey() Get the foreign key column name.

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

bool isGuarded(string $key) Determine if the given key is guarded.

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

static Collection hydrateRaw(string $query

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

string getMorphClass() Get the class name for polymorphic relations.

2025-01-10 15:47:30