Handler::shouldReport()

bool shouldReport(Exception $e) Determine if the exception should be reported. Parameters Exception $e Return Value bool

Blueprint::smallIncrements()

Fluent smallIncrements(string $column) Create a new auto-incrementing small integer (2-byte) column on the table. Parameters string $column Return Value Fluent

Pivot::getDates()

array getDates() Get the attributes that should be converted to dates. Return Value array

MySqlGrammar::compileTruncate()

array compileTruncate(Builder $query) Compile a truncate table statement into SQL. Parameters Builder $query Return Value array

Request::json()

mixed json(string $key = null, mixed $default = null) Get the JSON payload for the request. Parameters string $key mixed $default Return Value mixed

PostgresGrammar::compileTableExists()

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

PostgresGrammar::getValue()

string getValue(Expression $expression) Get the value of a raw expression. Parameters Expression $expression Return Value string

MySqlGrammar::supportsSchemaTransactions()

bool supportsSchemaTransactions() Check if this Grammar supports schema changes wrapped in a transaction. Return Value bool

ConnectionInterface::rollBack()

void rollBack() Rollback the active database transaction. Return Value void

ConnectionResolver::connection()

ConnectionInterface connection(string $name = null) Get a database connection instance. Parameters string $name Return Value ConnectionInterface