MorphToMany::createMany()
  • References/PHP/Laravel/Database/Eloquent/Relations

array createMany(array $records, array $joinings = array()) Create an array

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

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

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

Collection getEager()

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

Model firstOrNew(array $attributes)

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

array getDates() Get the attributes that should be converted to dates.

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

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

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

array getCasts() Get the casts array. Return

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

static mixed noConstraints(Closure $callback)

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

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

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

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

2025-01-10 15:47:30