Download the PHP package rurounize/zend-flash-noty-messenger without Composer
On this page you can find all versions of the php package rurounize/zend-flash-noty-messenger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rurounize/zend-flash-noty-messenger
More information about rurounize/zend-flash-noty-messenger
Files in rurounize/zend-flash-noty-messenger
Package zend-flash-noty-messenger
Short Description View Helper for beautiful JS notifications.
License
Homepage https://github.com/elialejandro
Informations about the package zend-flash-noty-messenger
Apple style notifications :)
This version support Zend Framework 3 and Noty v3
View Helper for showing flash messages with help of NOTY plugin http://ned.im/noty/#/
Install
Add in composer.json file and than run composer update
The module should be registered in config/modules.config.php in Zend Framework 3
Note FlashNotyMessenger includes local files and CDN assets, you can decide what to use.
After that, copy JS files from vendor/rurounize/zend-flash-noty-messenger/asset/
and put it on path public/js/noty/
If you can use local assets copy CSS files from vendor/rurounize/zend-flash-noty-messenger/asset/
and put it on path public/css/noty/
If you want to customize the configuration you can copy in config/autoload/global.php or config/autoload/local.php
Setup
In layout.phtml somewhere at the end trigger fire()
Use
Use it in any controller.
Add messages in your controller and the messages will be showed (in redirected request or current)
Credits
The original version belongs to https://github.com/tasmaniski/zend-flash-noty-messenger