Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codemix/yii2-bs3activeform
A Bootstrap 3 enhanced ActiveForm for Yii 2
https://github.com/codemix/yii2-bs3activeform
Last synced: 3 months ago
JSON representation
A Bootstrap 3 enhanced ActiveForm for Yii 2
- Host: GitHub
- URL: https://github.com/codemix/yii2-bs3activeform
- Owner: codemix
- Created: 2014-04-02T13:39:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-30T11:38:58.000Z (over 10 years ago)
- Last Synced: 2024-07-31T20:44:50.888Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 270 KB
- Stars: 9
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-yii2 - codemix/yii2-bs3activeform - bs3activeform/index.html)。 (Module 模块)
README
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/](http://codemix.github.io/yii2-bs3activeform/)
The source code of the docs is included as module. You can configure
it locally with:```php
'modules' => [
'bs3demo' => [
'class' => 'codemix\bs3\demo\Module',
],
],
```