SortedMiddleware::reject()

Collection reject(callable|mixed $callback) Create a collection of all elements that do not pass a given truth test. Parameters callable|mixed $callback Return Value Collection

Application::alias()

void alias(string $abstract, string $alias) Alias a type to a different name. Parameters string $abstract string $alias Return Value void

SupportsBasicAuth

SupportsBasicAuth interface SupportsBasicAuth (View source) Methods Response|null basic(string $field = 'email', array $extraConditions = array()) Attempt to authenticate using HTTP Basic Auth. Response|null onceBasic(string $field = 'email', array $extraConditions = array()) Perform a stateless HTTP Basic login attempt.

AutoloadCommand::__construct()

void __construct(Composer $composer) Create a new optimize command instance. Parameters Composer $composer Return Value void

Authenticatable::getRememberToken()

string getRememberToken() Get the token value for the "remember me" session. Return Value string

Cookie::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

MessageBag::first()

string first(string $key = null, string $format = null) Get the first message from the bag for a given key. Parameters string $key string $format Return Value string

User::getDates()

array getDates() Get the attributes that should be converted to dates. Return Value array

AutoloadCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

ListenerMakeCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array