Laravel Artisan Queue Command: The queue:flush Command
The queue:flush command is used to clear the log of failed queue jobs. It accepts no arguments or options and can be called like so: 1 # Flush all the failed queue jobs. 2 php artisan queue:flush This command will remove all entries from the...