Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 268 Bytes

File metadata and controls

19 lines (17 loc) · 268 Bytes

Installation

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();