Make models prunable to periodically delete them from the DB

Make models prunable to periodically delete them from the DB

💡#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:

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