From 679a56900b2640b67b3f81fef283be5485bca6ba Mon Sep 17 00:00:00 2001 From: kenjis Date: Sun, 1 Oct 2023 09:54:57 +0900 Subject: [PATCH] docs: remove config method in .env It is not recommended. --- docs/getting_started/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/install.md b/docs/getting_started/install.md index cc37f52fb..3d9c4442a 100644 --- a/docs/getting_started/install.md +++ b/docs/getting_started/install.md @@ -136,7 +136,7 @@ your project. service('auth')->routes($routes); ``` -4. **Security Setup** Set `Config\Security::$csrfProtection` to `'session'` (or set `security.csrfProtection = session` in your **.env** file) for security reasons, if you use Session Authenticator. +4. **Security Setup** Set `Config\Security::$csrfProtection` to `'session'` for security reasons, if you use Session Authenticator. 5. **Migration** Run the migrations.