valiant/yii2-list-group-widget

This package is abandoned and no longer maintained. No replacement package was suggested.

Yii2 bootstrap list group widget.

0.1 2015-08-21 10:49 UTC

This package is not auto-updated.

Last update: 2020-08-25 14:28:45 UTC


README

Yii2 bootstrap list group widget.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist valiant/yii2-list-group-widget "*"

or add

"valiant/yii2-list-group-widget": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \valiant\widgets\ListGroupWidget::widget(); ?>```