codemix / bs3activeform
An Bootstrap 3 enhanced version of CActiveForm for Yii
dev-master
2014-03-24 15:55 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-24 08:41:12 UTC
README
Installation
We recommend to install this class with composer. If you included the composer autoloader you can use the class right away.
Documentation
For the documentation please head over to our GitHub page
http://codemix.github.io/bs3activeform/
The source code of the docs is included as module. You can configure
it locally in your main.php:
'modules' => array( 'bs3activeform' => array( 'class' => 'vendor.codemix.bs3activeform.demo.BS3ActiveFormDemoModule', ), ),