From 999b941ac191c75b98f5ced05731e537f8e87edd Mon Sep 17 00:00:00 2001 From: arhimede Date: Fri, 3 May 2024 12:23:11 +0300 Subject: [PATCH] Update README.md Co-authored-by: Alex Karajos --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cb69eda..490be29e 100644 --- a/README.md +++ b/README.md @@ -337,7 +337,8 @@ You should see the `DotKernel Frontend` welcome page. **NOTE:** - If you are getting exceptions or errors regarding some missing services, try running the following command: - ` sudo php bin/clear-config-cache.php` + + sudo php bin/clear-config-cache.php > If `config-cache.php` is present that config will be loaded regardless of the `ConfigAggregator::ENABLE_CACHE` in `config/autoload/mezzio.global.php` - **Development only**: `session.cookie_secure` does not work locally so make sure you modify your `local.php`, as per the following: