Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSilence authored Oct 20, 2021
1 parent 1622aab commit 3696b7b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

## Directory Structure

- `assets/` assets definition: JS, CSS, fonts and etc.
- `src/` PHP classes: controllers, models and etc.
- `config/` contains module configurations
- `runtime/` files generated during runtime
- `tests/` unit tests for module classes
- `vendor/` dependent 3rd-party packages (Composer)
- `views/` templates
- `asset/` assets definition: JS, CSS, fonts and etc.
- `src/` PHP classes: controllers, models and etc.
- `tests/` unit tests for module classes
- `messages/` message translations (I18N)
- `vendor/` dependent 3rd-party packages (Composer)
- `views/` templates

## Installation

Composer: `composer require ensostudio/yii2-module`
Composer: `composer require ensostudio/yii2-module`

0 comments on commit 3696b7b

Please sign in to comment.