https://github.com/dmstr/yii2-bootstrap
Extended Bootstap components for Yii 2.0 Framework
https://github.com/dmstr/yii2-bootstrap
Last synced: about 1 month ago
JSON representation
Extended Bootstap components for Yii 2.0 Framework
- Host: GitHub
- URL: https://github.com/dmstr/yii2-bootstrap
- Owner: dmstr
- Created: 2015-01-29T04:13:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T12:48:01.000Z (about 6 years ago)
- Last Synced: 2025-03-24T05:43:36.916Z (2 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 6
- Watchers: 9
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2-bootstrap
==============[](https://packagist.org/packages/dmstr/yii2-bootstrap)
[](https://packagist.org/packages/dmstr/yii2-bootstrap)
[](https://packagist.org/packages/dmstr/yii2-bootstrap)Yii2 bootstrap components and extensions from diemeisterei GmbH
Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist dmstr/yii2-bootstrap "*"
```or add
```
"dmstr/yii2-bootstrap": "*"
```to the require section of your `composer.json` file.
Usage
-----TBD.