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
Builder::exists()
  • References/PHP/Laravel/Database/Query

bool exists() Determine if any rows exist for the current query.

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

void info(string $string, null|int|string $verbosity = null) Write a string

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

Collection zip(mixed $items)

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

$this havingRaw(string $sql, array $bindings = array(), string $boolean = 'and')

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

bool usesTimestamps() Determine if the model uses timestamps.

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

string joiningTable(string $related) Get the joining table name for a many-to-many

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

Grammar getGrammar()

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

mixed aggregate(string $function, array $columns = array('*')) Execute

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

void disableQueryLog() Disable the query log on the connection.

2025-01-10 15:47:30