string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
Response reset(Request $request) Reset the given user's password. Parameters Request $request Return Value Response
Connection reconnect(string $name = null) Reconnect to the given database. Parameters string $name Return Value Connection
string|array old(string $key = null, string|array|null $default = null) Retrieve an old input item. Parameters string $key string|array|null $default Return Value string|array
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
array getDefaultOptions() Get the default PDO connection options. Return Value array
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
string getRelationCountHash() Get a relationship join table hash. Return Value string
int transactionLevel() Get the number of active transactions. Return Value int
Page 962 of 996