From 141ae058f4bd54d3e0e923183db06e1e2c279f77 Mon Sep 17 00:00:00 2001 From: Lukas Frey Date: Mon, 6 May 2024 10:58:58 +0200 Subject: [PATCH] docs: add info about cache Signed-off-by: Lukas Frey --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0cab25f..cb10b2a 100644 --- a/README.md +++ b/README.md @@ -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.