Skip to content

Commit 939ce59

Browse files
committed
fix: Update installation documentation to highlight npm as an optional requirement for frontend asset management.
1 parent 40aba61 commit 939ce59

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ trim_trailing_whitespace = true
1111
[*.md]
1212
trim_trailing_whitespace = false
1313

14-
1514
[*.yml]
1615
indent_size = 2

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ The Yii2 Web Application Basic template provides a complete foundation for build
6666
- **Extensible**: Easy to customize and extend for specific project requirements.
6767
- **Production-ready**: Includes security features and optimizations for deployment.
6868

69+
>Note: Also, make sure to install [`npm`](https://nodejs.org/en/download/) for frontend dependency management.
70+
6971
### Installation
7072

7173
**Quick start**

codeception.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ extensions:
2020
- Codeception\Extension\RunFailed
2121
coverage:
2222
enabled: true
23-
whitelist:
24-
include:
25-
- src/*

docs/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- [`PHP`](https://www.php.net/downloads) 8.1 or higher.
66
- [`Composer`](https://getcomposer.org/download/) for dependency management.
7+
- [`npm`](https://nodejs.org/en/download/) for frontend asset management (optional but recommended).
78
- [`Yii2`](https://github.com/yiisoft/yii2) 2.0.53+ or 22.x.
89
- Web server (Apache, Nginx, or built-in PHP server).
910

0 commit comments

Comments
 (0)