InstallCommand::anticipate()
  • References/PHP/Laravel/Database/Console/Migrations

string anticipate(string $question, array $choices, string $default = null)

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

$this whereNull(string $column, string $boolean = 'and', bool $not = false)

2025-01-10 15:47:30
SeedCommand::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
Pivot::touches()
  • References/PHP/Laravel/Database/Eloquent/Relations

bool touches(string $relation) Determine if the model touches a given relation

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

array toArray() Convert the model instance to an array.

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

string wrap(Expression|string $value, bool $prefixAlias

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

string getPlainForeignKey() Get the plain foreign key.

2025-01-10 15:47:30
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