Yii2-bootstrap
==============

[![Latest Stable Version](https://poser.pugx.org/dmstr/yii2-bootstrap/v/stable.svg)](https://packagist.org/packages/dmstr/yii2-bootstrap) 
[![Total Downloads](https://poser.pugx.org/dmstr/yii2-bootstrap/downloads.svg)](https://packagist.org/packages/dmstr/yii2-bootstrap)
[![License](https://poser.pugx.org/dmstr/yii2-bootstrap/license.svg)](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.
