Skip to content

Commit

Permalink
docs: add info about cache
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Frey <[email protected]>
  • Loading branch information
lukas-frey committed May 6, 2024
1 parent cf1e39f commit 141ae05
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,13 @@ KnowledgeBase::model()::query()->where('title', 'Some title');
// etc.
```

## Cache
By default, the package caches all markdown files to ensure a smooth and fast user experience. If you don't see your changes, make sure to clear the cache:

```bash
php artisan cache:clear
```

## Customization
A lot of the functionalities can be customized to a certain extent.

Expand Down

0 comments on commit 141ae05

Please sign in to comment.