ModelNotFoundException::getModel()

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

MailServiceProvider::commands()

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

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

MySqlConnection::selectFromWriteConnection()

array selectFromWriteConnection(string $query, array $bindings = array()) Run a select statement against the database. Parameters string $query array $bindings Return Value array

RollbackCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

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