- Notifications
You must be signed in to change notification settings - Fork6
License
zendframework/zend-mvc-plugin-flashmessenger
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository has moved tolaminas/laminas-mvc-plugin-flashmessenger.
Flash messagesderive from Rails,and are used to expose messages from one action to the next, after which theyare cleared; a typical use case is withPost/Redirect/Get, wherethey are created in thePOST handler, and then displayed by theGET handlerto indicate success or failure to the end-user.
This component provides a flash messenger controller plugin forzend-mvc versions 3.0 and up.
Run the following to install this library:
$ composer require zendframework/zend-mvc-plugin-flashmessenger
If you are using thezend-component-installer,you're done!
If not, you will need to add the component as a module to yourapplication. Add the entry'Zend\Mvc\Plugin\FlashMessenger' toyour list of modules in your application configuration (typicallyone ofconfig/application.config.php orconfig/modules.config.php).
Browse the documentation online athttps://docs.zendframework.com/zend-mvc-plugin-flashmessenger/
About
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.