Factory::load()
  • References/PHP/Laravel/Database/Eloquent

$this load(string $path) Load factories from path.

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

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

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

string compileDisableForeignKeyConstraints() Compile the command to disable

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

string setDatabaseName(string $database) Set the name of the connected

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

mixed offsetGet(mixed $offset) Get the value for a given offset.

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

string wrapTable(Expression|string $table)

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

array getGlobalScopes() Get the global scopes for this class instance.

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

Builder|

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
JoinClause::whereExists()
  • References/PHP/Laravel/Database/Query

$this whereExists(Closure $callback, string $boolean = 'and', bool $not = false)

2025-01-10 15:47:30