An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

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.