From f42da9c3e8e7202ff3d73551e0e6b92655390fd9 Mon Sep 17 00:00:00 2001 From: Sebastian Helzle Date: Wed, 22 May 2024 10:28:30 +0200 Subject: [PATCH] TASK: Add note about flushing caches after installation to readme --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index 69cf678aa..1177f8a9a 100644 --- a/Readme.md +++ b/Readme.md @@ -30,6 +30,12 @@ Afterward you should execute doctrine migrations, as the package adds new column ./flow doctrine:migrate ``` +In some rare cases it's necessary to flush the caches to prevent errors PHP errors, as the package extends some core classes: + +```console +./flow flow:cache:flush +``` + Then you should update the paths of existing asset collections: ```console