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
MorphPivot::getMorphClass()
  • References/PHP/Laravel/Database/Eloquent/Relations

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

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

mixed getRelationValue(string $key) Get a relationship.

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

$this append(array|string $attributes) Append attributes to query when

2025-01-10 15:47:30
RefreshCommand::error()
  • References/PHP/Laravel/Database/Console/Migrations

void error(string $string, null|int|string $verbosity = null) Write a string

2025-01-10 15:47:30
Blueprint::softDeletesTz()
  • References/PHP/Laravel/Database/Schema

Fluent softDeletesTz()

2025-01-10 15:47:30
RefreshCommand::callSilent()
  • References/PHP/Laravel/Database/Console/Migrations

int callSilent(string $command, array $arguments = array()) Call another

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

$this setUpdatedAt(mixed $value) Set the value of the "updated at" attribute

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

bool hasTimestampAttributes() Determine if the pivot model has timestamp

2025-01-10 15:47:30