Download the PHP package dotkernel/dot-controller-plugin-flashmessenger without Composer
On this page you can find all versions of the php package dotkernel/dot-controller-plugin-flashmessenger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dotkernel/dot-controller-plugin-flashmessenger
More information about dotkernel/dot-controller-plugin-flashmessenger
Files in dotkernel/dot-controller-plugin-flashmessenger
Package dot-controller-plugin-flashmessenger
Short Description DotKernel flash messenger controller plugin
License MIT
Informations about the package dot-controller-plugin-flashmessenger
[!CAUTION]
Security-Only Maintenance Mode
This package is considered feature-complete, and is now in security-only maintenance mode.
dot-controller-plugin-flashmessenger
Flashmessenger controller plugin for easy access to the flash messenger from any controller.
Installation
Run the following command in your project root directory
This will also install packages dotkernel/dot-controller
and dotkernel/dot-flashmessenger
as dependencies.
Next, make sure you merge the ConfigProvider
to your application's configuration in order to register the default dependencies.
Usage
In any controller, you can access the plugin by calling
The methods defined by this plugin are
Adds a session message to at the requested namespace
Almost the same as the addMessage method, but named differently in order to reserve this function for adding general session data.
There are also some shortcuts to the addMessage method which are using predefined namespaces
Also, the getter methods
Gets all messages under a namespace, or if namespace is not specified it will return all namespaces with all messages
Gets the data stored at the specified key
All versions of dot-controller-plugin-flashmessenger with dependencies
laminas/laminas-servicemanager Version ^3.21.0
dotkernel/dot-controller Version ^3.4.0
dotkernel/dot-flashmessenger Version ^3.3.0