MorphOne::getRelationCountHash()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getRelationCountHash() Get a relationship join table hash.

2025-01-10 15:47:30
HasManyThrough::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
Factory::raw()
  • References/PHP/Laravel/Database/Eloquent

array raw(string $class, array $attributes = array(), string $name = 'default')

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

string compileDropForeign(Blueprint $blueprint,

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

string compileSelect(Builder $query)

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

void table(array $headers, Arrayable|array $rows,

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

array match(array $models, Collection $results,

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

bool hasColumn(string $table, string $column) Determine if the given table

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

array getColumnListing(string $table) Get the column listing for a given

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

string ask(string $question, string $default = null) Prompt the user for

2025-01-10 15:47:30