yongtiger / yii2-fontawesome-alert
Installs: 26
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.5
- rmrevin/yii2-fontawesome: ~2.9
- yiisoft/yii2: 2.*
- yiisoft/yii2-bootstrap: 2.*
This package is not auto-updated.
Last update: 2024-10-26 20:53:37 UTC
README
Alert widget renders a message from session flash wtih fontawesome icons and styles. All flash messages are displayed in the sequence they were assigned using setFlash.
FEATURES
- fontawesome icons and styles
DEPENDENCES
- "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-fontawesome-alert "*"
or add
"yongtiger/yii2-fontawesome-alert": "*"
to the require section of your composer.json.
CONFIGURATION
USAGES
NOTES
DOCUMENTS
REFERENCES
SEE ALSO
TBD
Development roadmap
LICENSE
yii2-fontawesome-alert is released under the MIT license, see LICENSE file for details.