Manager::extend()

$this extend(string $driver, Closure $callback) Register a custom driver creator Closure. Parameters string $driver Closure $callback Return Value $this

AuthenticatesAndRegistersUsers::logout()

Response logout() Log the user out of the application. Return Value Response

HasElement

HasElement class HasElement extends PageConstraint (View source) Methods string toString() Returns a string representation of the object. void __construct(string $selector, array $attributes = array()) Create a new constraint instance. bool matches(Crawler|string $crawler) Check if the element is found in the given crawler.

MorphMany::firstOrCreate()

Model firstOrCreate(array $attributes) Get the first related record matching the attributes or create it. Parameters array $attributes Return Value Model

HttpResponseException::getResponse()

Response getResponse() Get the underlying response instance. Return Value Response

BelongsTo::morphMap()

static array morphMap(array $map = null, bool $merge = true) Set or get the morph map for polymorphic relations. Parameters array $map bool $merge Return Value array

CommandMakeCommand::question()

void question(string $string) Write a string as question output. Parameters string $string Return Value void

Support\Debug

Illuminate\Support\Debug Classes Dumper HtmlDumper

AuthManager::shouldUse()

void shouldUse(string $name) Set the default guard driver the factory should serve. Parameters string $name Return Value void

RouteClearCommand::warn()

void warn(string $string) Write a string as warning output. Parameters string $string Return Value void