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::unguarded()

static mixed unguarded(callable $callback) Run the given callable while being unguarded. Parameters callable $callback Return Value mixed

Collection::__construct()

void __construct(mixed $items = array()) Create a new collection. Parameters mixed $items Return Value void

UpCommand::question()

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

Collection::zip()

Collection zip(mixed $items) Zip the collection together with one or more arrays. Parameters mixed $items Return Value Collection

MailServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

ModelNotFoundException::getModel()

string getModel() Get the affected Eloquent model. Return Value string

PasswordBroker::getRepository()

TokenRepositoryInterface getRepository() Get the password reset token repository implementation. Return Value TokenRepositoryInterface

PasswordResetServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

Dispatcher::map()

$this map(array $map) Map a command to a handler. Parameters array $map Return Value $this