aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index cc67d7f..a6fa886 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,7 @@ RESTful PHP API for Botleagues
* `APP_ENV`, `APP_DEBUG`, `APP_KEY`, `APP_URL`
* `DB_HOST`, `DB_DATABASE`, `DB_USERNAME`, `DB_PASSWORD`
* `API_VERSION=v1`, `API_DEBUG`, `API_DOMAIN`
+ * `SESSION_DRIVER=array`, to disable the `laravel_session` cookie
* In your `app/Http/Middleware/VerifyCsrfToken.php`, replace the `handle()` function with: