yongtiger / yii2-popup-alert
Installs: 23
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.5
- mdscomp/yii2-bootstrap-dialog: ~1.0
- rmrevin/yii2-fontawesome: ~2.9
- yiisoft/yii2: 2.*
- yiisoft/yii2-bootstrap: 2.*
This package is not auto-updated.
Last update: 2024-10-27 02:19:45 UTC
README
Alert widget renders a message from session flash with BootstrapDialog
and fontawesome icons. All flash messages are displayed in the sequence they were assigned using setFlash.
FEATURES
- BootstrapDialog
- fontawesome icons
DEPENDENCES
- "mdscomp/yii2-bootstrap-dialog": "~1.0"
- "rmrevin/yii2-fontawesome": "~2.9"
INSTALLATION
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yongtiger/yii2-popup-alert "*"
or add
"yongtiger/yii2-popup-alert": "*"
to the require section of your composer.json.
CONFIGURATION
USAGES
NOTES
DOCUMENTS
REFERENCES
SEE ALSO
TBD
Development roadmap
LICENSE
yii2-popup-alert is released under the MIT license, see LICENSE file for details.