ClearResetsCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

AutoloadCommand::choice()

bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value bool

CompilerInterface

CompilerInterface interface CompilerInterface (View source) Methods string getCompiledPath(string $path) Get the path to the compiled version of a view. bool isExpired(string $path) Determine if the given view is expired. void compile(string $path) Compile the view at the given path.

Blueprint::uuid()

Fluent uuid(string $column) Create a new uuid column on the table. Parameters string $column Return Value Fluent

AbstractPaginator::getCollection()

Collection getCollection() Get the paginator's underlying collection. Return Value Collection

TokenGuard::__construct()

void __construct(UserProvider $provider, Request $request) Create a new authentication guard. Parameters UserProvider $provider Request $request Return Value void

Registrar

Registrar interface Registrar (View source) Methods Validator validator(array $data) Get a validator for an incoming registration request. Authenticatable create(array $data) Create a new user instance after a valid registration.

Validator::__construct()

void __construct(TranslatorInterface $translator, array $data, array $rules, array $messages = array(), array $customAttributes = array()) Create a new Validator instance. Parameters TranslatorInterface $translator array $data array $rules array $messages array $customAttributes Return Value void

MakesHttpRequests::deleteJson()

$this deleteJson(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a DELETE request, expecting a JSON response. Parameters string $uri array $data array $headers Return Value $this

Pipeline::via()

$this via(string $method) Set the method to call on the pipes. Parameters string $method Return Value $this