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: 2025-02-25 15:13:09 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>