BelongsToMany::detach()
  • References/PHP/Laravel/Database/Eloquent/Relations

int detach(mixed $ids = array(), bool $touch = true) Detach models from

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

void addEagerConstraints(array $models) Set the constraints for an eager

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

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

2025-01-10 15:47:30
Builder::scopes()
  • References/PHP/Laravel/Database/Eloquent

mixed scopes(array $scopes) Add the given scopes to the current builder

2025-01-10 15:47:30
SoftDeletes::getDeletedAtColumn()
  • References/PHP/Laravel/Database/Eloquent

string getDeletedAtColumn() Get the name of the "deleted at" column.

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

Model dissociate()

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

mixed getResults() Get the results of the relationship.

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

array sync(Collection|array $ids, bool $detaching

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

array matchOne(array $models, Collection $results

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

string updatedAt() Get the name of the "updated at" column.

2025-01-10 15:47:30