MorphOne::updateOrCreate()
  • References/PHP/Laravel/Database/Eloquent/Relations

Model updateOrCreate(array $attributes, array $values = array())

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

mixed getRelationValue(string $key) Get a relationship.

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

string getRelationName() Get the relationship name for the relationship

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

Builder getBaseQuery()

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

static mixed noConstraints(Closure $callback)

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

mixed|array getOriginal(string|null $key = null, mixed $default = null) Get

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

bool isFillable(string $key) Determine if the given attribute may be mass

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

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

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

array getVisible() Get the visible attributes for the model.

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

string getOtherKey() Get the associated key of the relationship.

2025-01-10 15:47:30