BaseCommand::choice()

string 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 string

ReversePageConstraint::matches()

bool matches(Crawler $crawler) Reverse the original page constraint result. Parameters Crawler $crawler Return Value bool

Guard::guest()

bool guest() Determine if the current user is a guest. Return Value bool

HTML::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

Factory

Factory class Factory implements Factory (View source) Methods void __construct(EngineResolver $engines, ViewFinderInterface $finder, Dispatcher $events) Create a new view factory instance. View file(string $path, array $data = array(), array $mergeData = array()) Get the evaluated view contents for the given view. View make(string $view, array $data = array(), array $mergeData = array()) Get the evaluated view contents for the given view. View of(string $view, mixed $data

PasswordBrokerManager

PasswordBrokerManager class PasswordBrokerManager implements PasswordBrokerFactory (View source) Methods void __construct(Application $app) Create a new PasswordBroker manager instance. mixed broker(string|null $name = null) Attempt to get the broker from the local cache. string getDefaultDriver() Get the default password broker name. void setDefaultDriver(string $name) Set the default password broker name. mixed __call(string $method, array $parameters) Dynamically ca

Authenticatable::getAuthIdentifierName()

string getAuthIdentifierName() Get the name of the unique identifier for the user. Return Value string

Kernel::__construct()

void __construct(Application $app, Dispatcher $events) Create a new console kernel instance. Parameters Application $app Dispatcher $events Return Value void

ResetPassword::via()

array|string via(mixed $notifiable) Get the notification's channels. Parameters mixed $notifiable Return Value array|string

DatabaseNotification::getFillable()

array getFillable() Get the fillable attributes for the model. Return Value array