BelongsToMany::findMany()
  • References/PHP/Laravel/Database/Eloquent/Relations

Collection findMany(mixed $ids, array $columns

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

string columnize(array $columns) Convert an array of column names into

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

void addConstraints() Set the base constraints on the relation query.

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
Collection::reduce()
  • References/PHP/Laravel/Database/Eloquent

mixed reduce(callable $callback, mixed $initial = null) Reduce the collection

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

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

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

array options() Get all of the options passed to the command.

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

array getCasts() Get the casts array. Return

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

void warn(string $string, null|int|string $verbosity = null) Write a string

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