You can add the Prunable trait to soft-delete models from the database, but only remove them permanently after a few days
- ·
- Telegram
- ·
- Newsletter
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.