yii2-bs3activeform

7

A Bootstrap 3 enhanced ActiveForm for Yii 2

@see github.com/codemix/yii2-bs3activeform

mikehaertl

BS3ActiveForm

THIS REPOSITORY IS DEPRECATED!

This project has been integrated into Yii2 as part of the yii2-bootstrap extension. You should not used it anymore.

For now we only keep it up to provide some extra documentation examples. They may not be fully compatible with the yii2-bootstrap version, though.

Documentation

http://codemix.github.io/yii2-bs3activeform/

The source code of the docs is included as module. You can configure it locally with:

'modules' => [
    'bs3demo' => [
        'class' => 'codemix\bs3\demo\Module',
    ],
],