Model::jsonSerialize()
  • References/PHP/Laravel/Database/Eloquent

array jsonSerialize() Convert the object into something JSON serializable

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

static void unsetConnectionResolver() Unset the connection resolver

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

$this prepend(mixed $value, mixed $key = null) Push an item onto the beginning

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

mixed fromJson(string $value, bool $asObject = false) Decode the given

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

HasManyThrough hasManyThrough(string

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

array getFillable() Get the fillable attributes for the model.

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

string getForeignKey() Get the foreign key column name.

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

bool isGuarded(string $key) Determine if the given key is guarded.

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

void __wakeup() When a model is being unserialized, check if it needs to

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

static Collection hydrateRaw(string $query

2025-01-10 15:47:30