updating readme accordingly
This commit is contained in:
parent
16ec7c7783
commit
2c52fe4093
@ -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
|
||||
</pre>
|
||||
|
||||
`php71 artisan key:generate`
|
||||
|
Reference in New Issue
Block a user