2017 © Pedro Peláez
 

yii2-extension contact7_admin

Yii2 form module

image

shimuldas72/contact7_admin

Yii2 form module

  • Saturday, April 8, 2017
  • by shimuldas72
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Dynamic Form for Yii 2, (*1)

Installation

Install With Composer

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist shimuldas72/contact7_admin "dev-master"

Or, you may add, (*4)

"shimuldas72/contact7_admin" "dev-master"

to the require section of your composer.json file and execute php composer.phar update., (*5)

For using it, add below code, (*6)

For admin panel: In your app config file add, (*7)

'modules' => [
        'contact7' => [
            'class' => 'shimuldas72\forms\Forms',
        ]
    ],

The Versions

08/04 2017

dev-master

9999999-dev

Yii2 form module

  Sources   Download

The Requires

 

by Avatar shimuldas72

yii2 module gallery