michaelhue / li3_flash_message
The Flash Message plugin for Lithium provides a straightforward interface for displaying status messages to the user.
Installs: 51 502
Dependents: 1
Suggesters: 0
Security: 0
Stars: 16
Watchers: 1
Forks: 17
Open Issues: 2
Type:lithium-library
Requires
Suggests
- UnionOfRAD/lithium: Lithium is required for this plugin.
This package is not auto-updated.
Last update: 2020-01-24 15:25:38 UTC
README
The Flash Message (li3_flash_message
) plugin provides a straightforward interface for displaying status messages to the user.
Goals
- Use existing session storage
- Eliminate message content from controllers
- Easily localize messages
- Use filters to integrate into existing workflow
Integration
<?php
// config/bootstrap/libraries.php:
Libraries::add('li3_flash_message');
?>