Response showRegistrationForm() Show the application registration form. Return Value Response
$this policy(string $class, string $policy) Define a policy class for a given class type. Parameters string $class string $policy Return Value $this
Application getLaravel() Get the Laravel application instance. Return Value Application
$this seeJson(array $data = null, bool $negate = false) Assert that the response contains JSON. Parameters array $data bool $negate Return Value $this
abstract string getDisabledTextWrapper(string $text) Get HTML wrapper for disabled text. Parameters string $text Return Value string
void __construct(ConnectionInterface $conn, Hasher $hasher, string $table) Create a new database user provider. Parameters ConnectionInterface $conn Hasher $hasher string $table Return Value void
Model|HasManyThrough firstOrFail(array $columns = array('*')) Execute the query and get the first result or throw an exception. Parameters array $columns Return Value Model|HasManyThrough Exceptions ModelNotFoundException
Request class Request extends Request implements Arrayable, ArrayAccess (View source) Traits Macroable
Collection unique(string|callable|null $key = null, bool $strict = false) Return only unique items from the collection. Parameters string|callable|null $key bool $strict Return Value Collection
string compileSelect(Builder $query) Compile a select query into SQL. Parameters Builder $query Return Value string
Page 577 of 996