Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false


[*.yml]
indent_size = 2
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
5 changes: 2 additions & 3 deletions codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ extensions:
- Codeception\Extension\RunFailed
coverage:
enabled: true
whitelist:
include:
- src/*
include:
- src/*
1 change: 1 addition & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
Loading