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

bool chunk(int $count, callable $callback) Chunk the results of the query

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

Collection get(array $columns = array('*'))

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

string wrap(string $value) Wrap the given value with the parent query's

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

Collection intersect(mixed $items)

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

string secret(string $question, bool $fallback = true) Prompt the user

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

void disableQueryLog() Disable the query log on the connection.

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

string getQualifiedParentKeyName() Get the fully qualified parent key name

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

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

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

Builder getRelationQueryForSelfJoin(

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

void __construct(mixed $value) Create a new raw query expression.

2025-01-10 15:47:30