Download the PHP package equipc/laravel-flash without Composer
On this page you can find all versions of the php package equipc/laravel-flash. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download equipc/laravel-flash
More information about equipc/laravel-flash
Files in equipc/laravel-flash
Download equipc/laravel-flash
More information about equipc/laravel-flash
Files in equipc/laravel-flash
Vendor equipc
Package laravel-flash
Short Description Easy Flash Messages for Your Laravel App
License MIT
Package laravel-flash
Short Description Easy Flash Messages for Your Laravel App
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-flash
Easy Flash Messages for Your Laravel App
This package offers a flash messaging setup for your Laravel applications.
Installation
Usage
Using the Laravel Facade
Flash->message(‘Message’, ‘info);
Flash->info(‘Message’);
Using the Helper
flash(‘Message’);
flash(‘Message’, ‘error’);
Display the message
This package doesn’t provide any way to display the flash message. It only provides helpers to store the message to the session.
To retrieve the message and the level, simply use the laravel session helper:
All versions of laravel-flash with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package equipc/laravel-flash contains the following files
Loading the files please wait ....