diff --git a/README.md b/README.md index c909619..61941e0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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