Builder::rename()
  • References/PHP/Laravel/Database/Schema

void rename(string $from, string $to) Rename a table on the schema.

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

static Connection resolveConnection(string|null $connection

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

mixed __call(string $method, array $parameters) Handle dynamic method calls

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

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

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

PDO getReadPdo()

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

bool statement(string $query, array $bindings = array()) Execute an SQL

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

$this setDateFormat(string $format) Set the date format used by the model

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

bool relationLoaded(string $key) Determine if the given relation is loaded

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

PostgresGrammar class PostgresGrammar extends

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

$this load(array|string $relations) Eager load relations on the model.

2025-01-10 15:47:30