https://github.com/codemix/bs3activeform
A lightweight utility to render Bootstrap 3 forms in Yii
https://github.com/codemix/bs3activeform
Last synced: 3 months ago
JSON representation
A lightweight utility to render Bootstrap 3 forms in Yii
- Host: GitHub
- URL: https://github.com/codemix/bs3activeform
- Owner: codemix
- Created: 2014-03-24T15:08:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T11:39:06.000Z (almost 12 years ago)
- Last Synced: 2025-01-20T01:34:54.299Z (about 1 year ago)
- Language: PHP
- Size: 168 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BS3ActiveForm
=============
# 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/](http://codemix.github.io/bs3activeform/)
The source code of the docs is included as module. You can configure
it locally in your `main.php`:
```php
'modules' => array(
'bs3activeform' => array(
'class' => 'vendor.codemix.bs3activeform.demo.BS3ActiveFormDemoModule',
),
),
```