SortedMiddleware::prepend()

$this prepend(mixed $value, mixed $key = null) Push an item onto the beginning of the collection. Parameters mixed $value mixed $key Return Value $this

Paginator::resolveCurrentPath()

static string resolveCurrentPath(string $default = '/') Resolve the current request path or return the default value. Parameters string $default Return Value string

PostgresGrammar::parameter()

string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string

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