codemix/yii2-bs3activeform

A Bootstrap 3 enhanced version of ActiveForm for Yii 2

Installs: 103

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 7

Forks: 2

Open Issues: 0

Type:yii2-extension

dev-master 2014-10-30 11:40 UTC

This package is auto-updated.

Last update: 2024-03-24 02:42:50 UTC


README

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',
    ],
],