RegistersUsers::showRegistrationForm()

Response showRegistrationForm() Show the application registration form. Return Value Response

Gate::policy()

$this policy(string $class, string $policy) Define a policy class for a given class type. Parameters string $class string $policy Return Value $this

TinkerCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

TestCase::seeJson()

$this seeJson(array $data = null, bool $negate = false) Assert that the response contains JSON. Parameters array $data bool $negate Return Value $this

Presenter::getDisabledTextWrapper()

abstract string getDisabledTextWrapper(string $text) Get HTML wrapper for disabled text. Parameters string $text Return Value string

DatabaseUserProvider::__construct()

void __construct(ConnectionInterface $conn, Hasher $hasher, string $table) Create a new database user provider. Parameters ConnectionInterface $conn Hasher $hasher string $table Return Value void

HasManyThrough::firstOrFail()

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

Request class Request extends Request implements Arrayable, ArrayAccess (View source) Traits Macroable

Collection::unique()

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

MySqlGrammar::compileSelect()

string compileSelect(Builder $query) Compile a select query into SQL. Parameters Builder $query Return Value string