PHPackages                             markocupic/contao-flash-message - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. markocupic/contao-flash-message

ActiveContao-bundle[Queues &amp; Workers](/categories/queues)

markocupic/contao-flash-message
===============================

Adds a flash message service to your Contao application

0.1.0(4mo ago)02211GPL-3.0-or-laterPHPPHP ^8.2CI passing

Since Dec 23Pushed 4mo agoCompare

[ Source](https://github.com/markocupic/contao-flash-message)[ Packagist](https://packagist.org/packages/markocupic/contao-flash-message)[ RSS](/packages/markocupic-contao-flash-message/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (1)

[![Alt text](docs/logo.png?raw=true "logo")](docs/logo.png?raw=true)

Contao Flash Bag Message
========================

[](#contao-flash-bag-message)

This Symfony &amp; Contao CMS bundle makes it possible to manage flash messages in an application. With very simple means, a separate message handler can be set up for each controller. Each handler stores the flash messages under a separate subkey in the SESSION. This prevents messages generated by other controllers from being mixed up. All messages are stored in their own subkey/namespace.

Inject the default built-in message handler into your controller
----------------------------------------------------------------

[](#inject-the-default-built-in-message-handler-into-your-controller)

```
