wyno/yii2-flash

Yii2 flash message

Installs: 106

Dependents: 1

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 0

Type:yii2-extension

1.1.0 2018-01-22 16:05 UTC

This package is not auto-updated.

Last update: 2024-05-12 02:15:27 UTC


README

What is flash message

There exists a generic system to show users that an action was performed successfully, or more importantly, failed. This system is known as "flash messages".

enter image description here

What is yii2 flash?

Yii2 flash provide an easiest way to show flash message

INSTALL

Begin by pulling in the package through Composer

composer require wyno/yii2-flash "dev-master"

Usage

You may use helper to generate flash messages like this

flash()->success('Some message to notify');