morrislaptop / laravel-queue-clear

Command for wiping your queues clear
https://packagist.org/packages/morrislaptop/laravel-queue-clear
MIT License
147 stars 20 forks source link

artisan queue:clear is coming to laravel 8.x #11

Open smknstd opened 4 years ago

smknstd commented 4 years ago

https://github.com/laravel/framework/pull/34330

jwadhams commented 3 years ago

This package rules and I was very grateful that it existed when I needed it. But it would be helpful if the composer config changed so it was explicitly incompatible with Laravel 8, since Laravel doesn't seem to notice that a name collision with the builtin just silently overrides this.