SQLiteConnection::setPostProcessor()
  • References/PHP/Laravel/Database

void setPostProcessor(Processor $processor)

2025-01-10 15:47:30
Manager::getDatabaseManager()
  • References/PHP/Laravel/Database/Capsule

DatabaseManager getDatabaseManager()

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

int updateExistingPivot(mixed $id, array $attributes, bool $touch = true)

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

static array morphMap(array $map = null, bool $merge = true) Set

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

Model firstOrNew(array $attributes)

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
RollbackCommand::hasOption()
  • References/PHP/Laravel/Database/Console/Migrations

bool hasOption(string $name) Determine if the given option is present.

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

bool unprepared(string $query) Run a raw, unprepared query against the

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

string fromDateTime(DateTime|int $value)

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

string compileTableExists() Compile the query to determine if a table exists

2025-01-10 15:47:30