Model::updating()

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

RouteListCommand::__construct()

void __construct(Router $router) Create a new route command instance. Parameters Router $router Return Value void

SessionGuard::basic()

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

MySqlBuilder::blueprintResolver()

void blueprintResolver(Closure $resolver) Set the Schema Blueprint resolver callback. Parameters Closure $resolver Return Value void

DatabaseNotification::newCollection()

Collection newCollection(array $models = array()) Create a new database notification collection instance. Parameters array $models Return Value Collection

TestCase::dontSee()

$this dontSee(string $text) Assert that a given string is not seen on the current HTML. Parameters string $text Return Value $this

SQLiteGrammar::getValue()

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

View::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

MySqlConnection::statement()

bool statement(string $query, array $bindings = array()) Execute an SQL statement and return the boolean result. Parameters string $query array $bindings Return Value bool

TestCase::getJson()

$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