You can add the Prunable trait to soft-delete models from the database, but only remove them permanently after a few days

You can add the Prunable trait to soft-delete models from the database, but only remove them permanently after a few days

Happy Monday 🙌 Let's start the week with a Laravel tip: You can use the Prunable trait to automatically remove models from your database. For example, you can permanently remove soft deleted models after a few days.

We're writing a book, you can get it for free here.