diff --git a/.editorconfig b/.editorconfig index 59dffe4..cfec585 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,5 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false - [*.yml] indent_size = 2 diff --git a/README.md b/README.md index ba55e3b..99f0c11 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ The Yii2 Web Application Basic template provides a complete foundation for build - **Extensible**: Easy to customize and extend for specific project requirements. - **Production-ready**: Includes security features and optimizations for deployment. +>Note: Also, make sure to install [`npm`](https://nodejs.org/en/download/) for frontend dependency management. + ### Installation **Quick start** diff --git a/codeception.yml b/codeception.yml index 1f209b7..9c300d2 100644 --- a/codeception.yml +++ b/codeception.yml @@ -20,6 +20,5 @@ extensions: - Codeception\Extension\RunFailed coverage: enabled: true - whitelist: - include: - - src/* + include: + - src/* diff --git a/docs/installation.md b/docs/installation.md index f7573fc..e46f7cd 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -4,6 +4,7 @@ - [`PHP`](https://www.php.net/downloads) 8.1 or higher. - [`Composer`](https://getcomposer.org/download/) for dependency management. +- [`npm`](https://nodejs.org/en/download/) for frontend dependency management. - [`Yii2`](https://github.com/yiisoft/yii2) 2.0.53+ or 22.x. - Web server (Apache, Nginx, or built-in PHP server).