Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.54 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.54 KB

Meritoo Flash Bundle

Mechanisms, extensions and resources related to Symfony Flash Messages (https://symfony.com/doc/current/controller.html#flash-messages)

Travis Packagist license GitHub commits Coverage Status

Installation

Run Composer to install this package in your project:

composer require meritoo/flash-bundle

How to install Composer?

Configuration

All parameters have default values. After installation of this bundle, you have to do nothing. If you want to tweak some of parameters, create proper configuration file and enter desired parameters.

Example:

# config/packages/meritoo_flash.yaml

meritoo_flash:
    css_classes:
        container: middle-container flash-messages

Read more

Development

More information you can find here