HasMany::getQualifiedParentKeyName()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getQualifiedParentKeyName() Get the fully qualified parent key name

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

bool saveOrFail(array $options = array()) Save the model to the database

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

Pivot newPivot(array $attributes = array()

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

mixed first(array $columns = array('*')) Execute the query and get the

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

Model associate(

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

Collection|

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

Collection get(array $columns = array('*'))

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

void __clone() Force a clone of the underlying query builder when cloning

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

string getQualifiedParentKeyName() Get the fully qualified parent key name

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

BelongsToMany orWherePivotIn(string

2025-01-10 15:47:30