Skip to content

Commit 379bf06

Browse files
committed
Improve redis container notes
1 parent 8525921 commit 379bf06

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

resources/docs/dev/get-started/containers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ By default we are using official [PostgreSQL](https://www.postgresql.org/) as da
3030

3131
By default we are using official [Redis](https://redis.io/) as cache and session driver. You can modify the container configuration in the docker-compose files or remove the redis service if you don't need it.
3232

33+
[PhpRedis](https://github.com/phpredis/phpredis) extension is required for Redis support. By the official [Laravel Redis Docs](https://laravel.com/docs/12.x/redis#introduction) suggestion we are using as PHP extension. This extension is installed with Dockerfiles.
34+
3335
<a name="docker-compose"></a>
3436

3537
## 🔸 Docker Compose

resources/docs/dev/get-started/techstack.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ To work with this starter you need to have the following tools installed on your
1616
- [Git](https://git-scm.com/): Version control system
1717
- [Docker](https://www.docker.com/): Containerization platform
1818
- [PHP](https://www.php.net/): Optional, docker container has own PHP setup
19+
- [Redis](https://redis.io/): Redis is an in-memory key–value database
1920
- [Node.js](https://nodejs.org/): Optional, docker container has own Node.js setup
2021
- [Composer](https://getcomposer.org/): Optional, docker container has own composer
2122

0 commit comments

Comments
 (0)