Yii2 module template ¶
Template for yii2 module based on yii2-crud-fields
For license information check the LICENSE-file.
English documentation is at docs/guide/README.md.
Русская документация здесь docs/guide-ru/README.md.
Installation ¶
The preferred way to install this extension is through composer.
Either run
php composer.phar require execut/yii2-module-template
or add
"execut/yii2-module-template": "dev-master"
to the require section of your composer.json
file.
Usage ¶
For more details please refer to the documentation docs/guide/README.md.
Для более подробной информации обращайтесь к документации docs/guide-ru/README.md.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.