void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed
void deleteReserved(string $queue, string $job) Delete a reserved job from the queue. Parameters string $queue string $job Return Value void
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
string getName() Get the name of the queued job class. Return Value string
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void
Illuminate\Routing\Exceptions Exceptions UrlGenerationException
Application getLaravel() Get the Laravel application instance. Return Value Application
Page 761 of 996