Skip to content

Commit 51cd06e

Browse files
authored
Merge pull request #21 from YuriiDorosh/features/redis
Features/redis
2 parents a362995 + 16d62fb commit 51cd06e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This is a template project for CodeIgniter 4, a powerful PHP framework for build
88
- Nginx web server configuration
99
- Custom PHP configuration (php.ini)
1010
- MySQL database server
11+
- Redis for data caching
1112
- Adminer database management tool
1213
- Automated code linting and analysis with phplint, Psalm, and PHP_CodeSniffer
1314

@@ -34,7 +35,7 @@ cd CodeIgniter4-template
3435
Copy the example environment file and configure it as needed:
3536

3637
```
37-
cp .env.example .env
38+
cp env .env
3839
```
3940

4041
### 3. Start Docker Containers

0 commit comments

Comments
 (0)