Using soft deleted models in Laravel jobs
The Laravel queue worker discards any jobs where the model has been deleted by default. This can be a problem if you want to soft delete models in your application. In this article, I will show you how to use soft deleted models in Laravel jobs.