RickDBCN / filament-email

Log emails in your Filament project
https://filament-email-demo.marcogermani.it/
MIT License
77 stars 23 forks source link

Allow disabling of scheduled prune #62

Closed ryanldy closed 3 months ago

ryanldy commented 3 months ago

Details

This allows us to disable the scheduled command model:prune introduced by this package.

This is needed for cases where we want to add a ->doNotMonitor() (from spatie/laravel-schedule-monitor) to the scheduled command. With this, we will set the config to 'prune_enabled' => false then add the scheduled command model:prune to our own Kernel.php with ->doNotMonitor().

what-the-diff[bot] commented 3 months ago

PR Summary 🚀

So, double-check your settings if you want your unused emails to be trimmed, making sure that prune_enabled is set to true. Keep your project clean and efficient! 😄👍