From 2c52fe4093016f0ea95e4d517a2e7852f6369bcc Mon Sep 17 00:00:00 2001 From: x Date: Tue, 11 Jun 2024 02:41:00 +0200 Subject: [PATCH] updating readme accordingly --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c01b7d6..3a504f5 100644 --- a/readme.md +++ b/readme.md @@ -157,7 +157,7 @@ server { (You will most likely encounter a issue where 2 packages namely: visitor and captcha require at least php 7.2, to get around this just change the value to 7.1 in the composer.lock file) -For your local development instance make sure that you change 'secure' => true, to 'secure' => false, in `config/session.php` otherwise it will not let you log in! +For your local development instance make sure that you add SECURE_COOKIE=false to your `.env` otherwise it will not let you log in! Create the .env file with the following content @@ -180,6 +180,9 @@ RECAPTCHA_PRIVATE= MATRIX_MAUAUTH= MATRIX_MAUURL= + +# if you are developing +SECURE_COOKIE=false `php71 artisan key:generate`