Collection::zip()

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

UpCommand::question()

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

Collection::__construct()

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

User::unguarded()

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

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

Authenticate::handle()

mixed handle(Request $request, Closure $next, string[] $guards) Handle an incoming request. Parameters Request $request Closure $next string[] $guards Return Value mixed Exceptions AuthenticationException

EventMakeCommand::info()

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

RemindersControllerCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

IsChecked::__construct()

void __construct(string $selector) Create a new constraint instance. Parameters string $selector Return Value void

MessageBag::add()

$this add(string $key, string $message) Add a message to the bag. Parameters string $key string $message Return Value $this