Make models prunable to periodically delete them from the DB
- ·
- Telegram
- ·
- Newsletter
💡#Laravel Eloquent Tip
Laravel 8 introduced the Prunable trait. You can use it to delete old models on a scheduled basis.
You don't need to write custom commands anymore: