shimuldas72 / contact7_admin
There is no license information available for the latest version (dev-master) of this package.
Yii2 form module
Package info
github.com/shimuldas72/contact7_admin
Type:yii2-extension
pkg:composer/shimuldas72/contact7_admin
dev-master
2017-04-08 17:41 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-01 10:41:46 UTC
README
Dynamic Form for Yii 2
Installation
Install With Composer
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist shimuldas72/contact7_admin "dev-master"
Or, you may add
"shimuldas72/contact7_admin" "dev-master"
to the require section of your composer.json file and execute php composer.phar update.
For using it, add below code
For admin panel: In your app config file add
'modules' => [
'contact7' => [
'class' => 'shimuldas72\forms\Forms',
]
],