Laravel Pro Tips
#scheduler #eloquent #prunable
🔥 #Laravel Tip: When offering free trials, you'll end up with users that didn't convert and never deleted their accounts. Rather than keep this expired data around, configure your app to automatically purge it.
Matt Kingshott
#scheduler #models #prunable
💡#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:
Martin Joo
No articles were found.