Skip to content

Commit

Permalink
Merge pull request #21 from YuriiDorosh/features/redis
Browse files Browse the repository at this point in the history
Features/redis
  • Loading branch information
YuriiDorosh authored Mar 9, 2024
2 parents a362995 + 16d62fb commit 51cd06e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This is a template project for CodeIgniter 4, a powerful PHP framework for build
- Nginx web server configuration
- Custom PHP configuration (php.ini)
- MySQL database server
- Redis for data caching
- Adminer database management tool
- Automated code linting and analysis with phplint, Psalm, and PHP_CodeSniffer

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

```
cp .env.example .env
cp env .env
```

### 3. Start Docker Containers
Expand Down

0 comments on commit 51cd06e

Please sign in to comment.