ws-cv-ua/adminlte-box

Widget for showing simple box of adminlte

3.1.0 2018-11-10 12:37 UTC

This package is auto-updated.

Last update: 2024-05-11 01:09:12 UTC


README

To install, run

$ composer require ws-cv-ua/adminlte-box

Usage

use \wscvua\adminltebox\BoxWidget'
 
BoxWidget::begin([
    'title' => 'Some title text',
    'type' => BoxWidget::TYPE_PRIMARY
]);
echo $someContent;
BoxWidget::end();