shimuldas72 / contact7_admin
Yii2 form module
Installs: 16
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-06-08 06:39:30 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',
]
],