Factory::defineAs()
  • References/PHP/Laravel/Database/Eloquent

void defineAs(string $class, string $name, callable $attributes) Define

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

mixed getValue() Get the value of the expression.

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

static array pathsToPublish(string $provider = null, string $group = null)

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

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

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

string compileUpdate(Builder $query, array $values)

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

array getGlobalScopes() Get the global scopes for this class instance.

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

void touch() Touch all of the related models for the relationship.

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
SqlServerGrammar::compileAdd()
  • References/PHP/Laravel/Database/Schema/Grammars

string compileAdd(Blueprint $blueprint,

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

string compileCreate(Blueprint $blueprint,

2025-01-10 15:47:30