Builder::getEagerLoads()
  • References/PHP/Laravel/Database/Eloquent

array getEagerLoads() Get the relationships being eagerly loaded.

2025-01-10 15:47:30
Migrator::run()
  • References/PHP/Laravel/Database/Migrations

array run(array|string $paths = array(), array $options = array()) Run

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

string compileSavepointRollBack(string $name) Compile the SQL statement

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

Fluent unsignedTinyInteger(string $column, bool $autoIncrement = false)

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

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

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

bool isExpression(mixed $value) Determine if the given value is a raw expression

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

static mixed noConstraints(Closure $callback)

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

mixed getResults() Get the results of the relationship.

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

MorphMany morphMany(string $related

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

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

2025-01-10 15:47:30