Skip to content

Commit 1b19604

Browse files
committed
update README
1 parent 4f4dfd2 commit 1b19604

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ class Handler extends ExceptionHandler
6969
The configuration file filament-exceptions.php is automatically published into your config directory.
7070
You can change icons and navigations settings as well as the active pill and slug there.
7171

72+
* **Mass Pruning**: By default exceptions older than a week are scheduled to be pruned daily. You can change the `period` by providing a date in the config or using carbon.
73+
> **Note**
74+
> in order for the schedule to work you need to make sure that you have configured your server if not follow this link on how to configure it. [Running The Scheduler](https://laravel.com/docs/9.x/scheduling#running-the-scheduler)
7275
## Translations
7376
Publish the translations with
7477
```bash

0 commit comments

Comments
 (0)