ws-cv-ua/adminlte-box

Widget for showing simple box of adminlte

Installs: 54

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/ws-cv-ua/adminlte-box

3.1.0 2018-11-10 12:37 UTC

This package is auto-updated.

Last update: 2025-10-11 04:28:56 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();