Download the PHP package aminkt/yii2-alert-widget without Composer
On this page you can find all versions of the php package aminkt/yii2-alert-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-alert-widget
How to install this widget:
Step1: Run below command
Or add flowing line to require part of
composer.json
:And then run bellow command in your composer :
Step2: Add flowing lines in your application view file:
Note: You can use below methods to set an alert:
\aminkt\widgets\alert\Alert::success("Title", "Message"); \aminkt\widgets\alert\Alert::error("Title", "Message"); \aminkt\widgets\alert\Alert::warning("Title", "Message"); \aminkt\widgets\alert\Alert::info("Title", "Message");
All versions of yii2-alert-widget with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
>=2.0.11
The package aminkt/yii2-alert-widget contains the following files
Loading the files please wait ....