View::render()

string render(callable $callback = null) Get the string contents of the view. Parameters callable $callback Return Value string Exceptions Throwable

MailgunTransport::setKey()

string setKey(string $key) Set the API key being used by the transport. Parameters string $key Return Value string

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

AutoloadCommand::__construct()

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

Cookie::setFacadeApplication()

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

Authenticatable::getRememberToken()

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

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