static void updating(Closure|string $callback, int $priority) Register an updating model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
void __construct(Router $router) Create a new route command instance. Parameters Router $router Return Value void
Response|null basic(string $field = 'email', array $extraConditions = array()) Attempt to authenticate using HTTP Basic Auth. Parameters string $field array $extraConditions Return Value Response|null
void blueprintResolver(Closure $resolver) Set the Schema Blueprint resolver callback. Parameters Closure $resolver Return Value void
Collection newCollection(array $models = array()) Create a new database notification collection instance. Parameters array $models Return Value Collection
$this dontSee(string $text) Assert that a given string is not seen on the current HTML. Parameters string $text Return Value $this
string getValue(Expression $expression) Get the value of a raw expression. Parameters Expression $expression Return Value string
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
bool statement(string $query, array $bindings = array()) Execute an SQL statement and return the boolean result. Parameters string $query array $bindings Return Value bool
$this getJson(string $uri, array $headers = array()) Visit the given URI with a GET request, expecting a JSON response. Parameters string $uri array $headers Return Value $this
Page 516 of 996