zend-mvc-plugin-flashmessenger
Plugin for creating and exposing flash messages via zend-mvc controllers
Installation
Install via composer:
$ composer require zendframework/zend-mvc-plugin-flashmessenger
If you are using the zend-component-installer, you're done!
If not, you will need to add the component as a module to your
application. Add the entry 'Zend\Mvc\Plugin\FlashMessenger'
to
your list of modules in your application configuration (typically
one of config/application.config.php
or config/modules.config.php
).
Support
- Issues: github.com/zendframework/zend-mvc-plugin-flashmessenger/issues
- Source: github.com/zendframework/zend-mvc-plugin-flashmessenger
- Chat: zendframework-slack.herokuapp.com
- Forum: discourse.zendframework.com
Found a mistake or want to contribute to the documentation? Edit this page on GitHub!