Relation::createdAt()
  • References/PHP/Laravel/Database/Eloquent/Relations

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

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

string getQualifiedParentKeyName() Get the fully qualified parent key name

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

mixed __call(string $method, array $parameters) Handle dynamic method calls

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

string getRelation() Get the name of the relationship.

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

array createMany(array $records) Create an array of new instances of the

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

string getKeyName() Get the primary key for the model.

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

Builder getRelationCountQuery(

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

int update(array $attributes) Perform an update on all the related models

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

Collection|

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

Model|null fresh(array $with = array())

2025-01-10 15:47:30