Please, don't forget to Star★ the repo if you are interested this project!
The preferred way to install this extension is through composer.
To install, either run
$ php composer.phar require bookin/yii2-composer-gui "@dev"
or add
"bookin/yii2-composer-gui": "@dev"
to the require
section of your composer.json
file.
'modules'=>[
'composer'=>[
'class'=>'bookin\composer\gui\Module'
],
]
P.S. It is beta, some functions might not work, or work but not as expected.
P.S.S. You can create requests with your suggestions to changes to improve module.