Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 193 Bytes

flash.md

File metadata and controls

15 lines (10 loc) · 193 Bytes

🔦 Session Flash

Initialization

use FastVolt\Helper\Flash;

Usage

Flash::store('here is a temporary message');

Flash::get(); // here is a temporary message