Download the PHP package zf-hipsters/bootstrap-flash-messenger without Composer
On this page you can find all versions of the php package zf-hipsters/bootstrap-flash-messenger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zf-hipsters/bootstrap-flash-messenger
More information about zf-hipsters/bootstrap-flash-messenger
Files in zf-hipsters/bootstrap-flash-messenger
Package bootstrap-flash-messenger
Short Description Simple implementation of ZF2 flash messengers using bootstrap. Contains easy helpers that will save you a LOT of time.
License
Homepage https://github.com/zf-hipsters/bootstrap-flash-messenger
Informations about the package bootstrap-flash-messenger
Bootstrap Flash Messenger
A simple module that makes flash messengers as simple as they are in CakePHP. And the best part is it generates beautifully formatted Bootstrap alerts!
Installation
1) Add the following requirement to your projects composer.json file.
Within the "require" section:
2) Open up your command line and run
2) Add 'FlashMessenger' to your /config/application.config.php modules
Controller Plugin Examples
Simple success (this is the default namespace)
Error
Info
Warning
View Helper Example
Default usage
Custom Namespace(s)
Customising templates
Customising templates and changing the titles is super easy! Ensure that FlashMessenger is somewhere at the top of your list in application.config.php Now, copy the vendor/zf-hipsters/bootstrap-flash-messenger/view/flash-messenger folder to your eg module/application/view folder.
That's it, customise to your hearts content and they will overload the default files!