bobonov / yii2-adminlte3-widgets

AdminLTE3 widget for the Yii2 Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdminLTE 3 widgets for Yii2 Framework

This package provide AdminLTE3 widgets, external AdminLTE widgets (like Select2 InputMask DatePicker...) are not (and will not be) part of this package.

For external widgets use others yii packages.

At this moment the implementation is partial and widgets can be subject breaking changes.

I'll try to keep backward compability but is not guarantee.

Currently widget avail are:

  • Infobox
  • SmallBox

Still to be implemented: all the other widgets in the following pages:

AdminLTE3 widgets demo and AdminLTE3 component section in docs

I'm going to implement giving priority to what I need. Anyway feel free to open an issue with a request, I'll try to put it in queue.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist bobonov/yii2-adminlte-widgets "~1.0.0"

or add

"bobono/yii2-adminlte-widgets": "~1.0.0"

to the require section of your composer.json file.

This package is release under GPLv3, read the lincense

About

AdminLTE3 widget for the Yii2 Framework

License:Other


Languages

Language:PHP 100.0%