string getModel() Get the affected Eloquent model. Return Value string
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
Collection zip(mixed $items) Zip the collection together with one or more arrays. Parameters mixed $items Return Value Collection
void question(string $string) Write a string as question output. Parameters string $string Return Value void
void __construct(mixed $items = array()) Create a new collection. Parameters mixed $items Return Value void
static mixed unguarded(callable $callback) Run the given callable while being unguarded. Parameters callable $callback Return Value mixed
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
array selectFromWriteConnection(string $query, array $bindings = array()) Run a select statement against the database. Parameters string $query array $bindings Return Value array
Application getLaravel() Get the Laravel application instance. Return Value Application
mixed handle(Request $request, Closure $next, string[] $guards) Handle an incoming request. Parameters Request $request Closure $next string[] $guards Return Value mixed Exceptions AuthenticationException
Page 893 of 996