Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 333 Bytes

Alert.md

File metadata and controls

22 lines (14 loc) · 333 Bytes

Bootstrap Alert

Installation

"loveorigami/yii2-notification-wrapper": "*",

to the require section of your composer.json file.

Usage

use lo\modules\noty\Wrapper;

echo Wrapper::widget();

Since v.2.1 'layerClass' => 'lo\modules\noty\layers\Alert' is default for this module