From 1abf746ffc481f05f0140c9e8a785fd96fb38d2b Mon Sep 17 00:00:00 2001 From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com> Date: Wed, 2 Jul 2025 11:03:03 +0300 Subject: [PATCH 1/2] Update session.md --- session.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session.md b/session.md index 7aa5462507d..d837f67a67e 100644 --- a/session.md +++ b/session.md @@ -33,7 +33,7 @@ The session `driver` configuration option defines where session data will be sto - `file` - sessions are stored in `storage/framework/sessions`. - `cookie` - sessions are stored in secure, encrypted cookies. - `database` - sessions are stored in a relational database. -- `memcached` / `redis` - sessions are stored in one of these fast, cache based stores. +- `memcached` / `redis` - sessions are stored in one of these fast, cache-based stores. - `dynamodb` - sessions are stored in AWS DynamoDB. - `array` - sessions are stored in a PHP array and will not be persisted. From 205ab4e53b7f2077ead213429cc6a248a0320fb1 Mon Sep 17 00:00:00 2001 From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com> Date: Wed, 2 Jul 2025 11:03:59 +0300 Subject: [PATCH 2/2] Update passwords.md --- passwords.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passwords.md b/passwords.md index 75ae7432e47..712b80afb8e 100644 --- a/passwords.md +++ b/passwords.md @@ -29,7 +29,7 @@ The password reset `driver` configuration option defines where password reset da
- `database` - password reset data is stored in a relational database. -- `cache` - password reset data is stored in one of your cache based stores. +- `cache` - password reset data is stored in one of your cache-based stores.