MorphPivot::addHidden()
  • References/PHP/Laravel/Database/Eloquent/Relations

void addHidden(array|string|null $attributes = null) Add hidden attributes

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

static int destroy(array|int $ids) Destroy the models for the

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

$this transform(callable $callback) Transform each item in the collection

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

$this fillable(array $fillable) Set the fillable attributes for the model

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

static void observe(object|string $class, int $priority) Register

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

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

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

Collection uniqueStrict(string|callable|null $key = null)

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

$this makeHidden(array|string $attributes) Make the given, typically visible

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

string freshTimestampString() Get a fresh timestamp for the model.

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

static ConnectionResolverInterface

2025-01-10 15:47:30