RollbackCommand::argument()
  • References/PHP/Laravel/Database/Console/Migrations

string|array argument(string $key = null) Get the value of a command argument

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

mixed transaction(Closure $callback)

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

static void flushEventListeners() Remove all of the event listeners

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

void useDefaultPostProcessor() Set the query post processor to the default

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

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

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

$this setDateFormat(string $format) Set the date format used by the model

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

$this setTablePrefix(string $prefix) Set the grammar's table prefix.

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

string compileDelete(Builder $query)

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

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

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

bool statement(string $query, array $bindings = array()) Execute an SQL

2025-01-10 15:47:30