laravel/lumen-framework

"prune-failed" not available

maclonghorn opened this issue · 2 comments

Lumen Version

8.0.0

PHP Version

8.x

Database Driver & Version

No response

Description

The following command is not available:

php artisan queue:prune-failed

The following class should be added: PruneFailedJobsCommand

Steps To Reproduce

From CLI run:

php artisan queue:prune-failed

Hey there,

Unfortunately we don't support this version of the library anymore. Please check out our support policy on which versions we are currently supporting. Can you please try to upgrade to the latest version and see if your problem persists? If so, please open up a new issue and we'll help you out.

Thanks!

It has nothing to do with the Lumen version. It's the code in this repository file: Console/ConsoleServiceProvider. The "prune-failed" command is missing.