updating readme accordingly

This commit is contained in:
x 2024-06-11 02:41:00 +02:00
parent 16ec7c7783
commit 2c52fe4093

View File

@ -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) (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 Create the .env file with the following content
@ -180,6 +180,9 @@ RECAPTCHA_PRIVATE=
MATRIX_MAUAUTH= MATRIX_MAUAUTH=
MATRIX_MAUURL= MATRIX_MAUURL=
# if you are developing
SECURE_COOKIE=false
</pre> </pre>
`php71 artisan key:generate` `php71 artisan key:generate`