/Light_Flasher

An simple utility for storing temporary messages in the session.

Primary LanguagePHP

Light_Flasher

2019-08-07 -> 2021-03-15

An simple utility for storing temporary messages in the session.

This is a Light framework plugin.

This is part of the universe framework.

Install

Using the planet installer via light-cli

lt install Ling.Light_Flasher

Using the uni command.

uni import Ling/Light_Flasher

Or just download it and place it where you want otherwise.

Summary

Services

This plugin provides the following services:

  • flasher

Here is an example of the service configuration file:

flasher:
    instance: Ling\Light_Flasher\Service\LightFlasherService

History Log

  • 1.3.6 -- 2021-05-31

    • Removing trailing plus in lpi-deps file (to work with Light_PlanetInstaller:2.0.0 api
  • 1.3.5 -- 2021-05-10

    • Fix assets missing.
  • 1.3.4 -- 2021-03-15

    • update planet to adapt Ling.Light:0.70.0
  • 1.3.3 -- 2021-03-05

    • update README.md, add install alternative
  • 1.3.2 -- 2020-12-08

    • Fix lpi-deps not using natsort.
  • 1.3.1 -- 2020-12-04

    • Add lpi-deps.byml file
  • 1.3.0 -- 2019-11-29

    • renamed LightFlasher to LightFlasherService
  • 1.2.0 -- 2019-08-13

    • update LightFlasher->getFlash, now have the option to NOT remove the flash after use
  • 1.1.0 -- 2019-08-07

    • LightFlasher now uses flash notifications instead of messages
  • 1.0.1 -- 2019-08-07

    • update doc
  • 1.0.0 -- 2019-08-07

    • initial commit