MorphOneOrMany::firstOrNew()
  • References/PHP/Laravel/Database/Eloquent/Relations

Model firstOrNew(array $attributes)

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

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

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

array getDates() Get the attributes that should be converted to dates.

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

string compileInsert(Builder $query, array $values)

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

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

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

$this addNestedWhereQuery(Builder|

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

$this makeVisible(array|string $attributes) Make the given, typically hidden

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

mixed value(string $column) Get a single column's value from the first

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

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

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