Extended Gii
Extended Gii
All Screenshots
Overview
Extended from yii2 gii and provide model, crud and module generation as per yiichimp framework.
Features
The gii extension extends yii2 gii. The following generation has been extended based on the architecture of yiichimp framework.
- Model Generator - This would take care of the base model as well as the translated model. Only point which needs to be taken care is the addition of translated attributes to the base model
- Module Generator - This would allow to generate module whether it is secured or not. If it is secured, the module generated would extend from the appropriate class.
- Crud Generator - This would allow the crud generation using inline actions and standalone actions which are added into the yii chimp framework.
As more improvement has been done, the extension would be updated.
Benefits
If you are using yiichimp framework to develop any project, it would speed up the development at a rapid pace.
Installation
The installation for it is very simple. Simply copy the extension at the project root level. In the configuration where gii module is configured, the generator paths has to be changed which is provided as part of readme in the extension and you are all set to use it.