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

mixed getAttributeValue(string $key) Get a plain attribute (not a relationship)

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

Collection pluck(string $value, string|null $key = null)

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

$this where(string|Closure $column, string $operator = null, mixed $value = null, string $boolean

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

string relatedUpdatedAt() Get the name of the related model's "updated

2025-01-10 15:47:30
PostgresConnection::flushQueryLog()
  • References/PHP/Laravel/Database

void flushQueryLog() Clear the query log.

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

string|array argument(string $key = null) Get the value of a command argument

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

string anticipate(string $question, array $choices, string $default = null)

2025-01-10 15:47:30
PostgresGrammar::compileDelete()
  • References/PHP/Laravel/Database/Query/Grammars

string compileDelete(Builder $query)

2025-01-10 15:47:30
MySqlGrammar::setTablePrefix()
  • References/PHP/Laravel/Database/Schema/Grammars

$this setTablePrefix(string $prefix) Set the grammar's table prefix.

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

string getForeignKey() Get the default foreign key name for the model.

2025-01-10 15:47:30