Skip to content

otsec/yii2-bootstrap-forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Forms Extension for Yii2

Installation

The preferred way to install this extension is through composer.

{
    ...

    "require": {
        "otsec/yii2-bootstrap-forms": "0.1.*"
    },

    "repositories": [
        {
            "type": "vcs",
            "url":  "https://github.com/otsec/yii2-bootstrap-forms.git"
        }
    ],
}