lulubin/yii2-widget-alert

An Yii2 widget for alert after create or update successfully

dev-main 2023-07-25 05:31 UTC

This package is auto-updated.

Last update: 2024-05-25 13:39:08 UTC


README

composer require --prefer-dist lulubin/yii2-widget-alert "dev-master"

2.Usage

Add the following code to main.php

<div class="container">
    <?=lulubin\alert\Alert::widget()?>
    <?=$content ?>
</div>