add chmod command if set value file for CACHE_DRIVER and SESSION_DRIVER parameters on .env

This commit is contained in:
Ivan Kolodrivskiy
2019-10-18 00:34:32 +03:00
parent c53825acc3
commit b126d940f3

View File

@@ -79,7 +79,9 @@ php artisan cachet:install
> **Getting a 500 - Internal Server Error?**
> If you get a 500 error when visiting your status page, you may need to
> run `chmod -R 777 .env bootstrap/cache storage` for it to work or `rm -rf bootstrap/cache/*`
> run `chmod -R 777 .env bootstrap/cache storage`.
> Also if you set value `file` for `CACHE_DRIVER` and `SESSION_DRIVER` parameters in `.env` file run `chmod -R 777 bootstrap/cachet`.
> Finally run `rm -rf bootstrap/cache/*` for delete old cache.
## Running Cachet on Apache