dev-master
9999999-dev https://github.com/jasonstelzer/flashesLaravel 5 flash messages
MIT
The Requires
- illuminate/support ~5.1
- php >=5.4.0
The Development Requires
by Jason Stelzer
flashes
Wallogit.com
2017 © Pedro Peláez
Laravel 5 flash messages
![Software License][ico-license]
![Total Downloads][ico-downloads], (*1)
This is a package for flash messages in Laravel 5. It is based off of a tutorial by Jeffrey Way at Laracasts. More documentation coming soon., (*2)
In app/config/app.php, add the following lines:, (*3)
In the providers array, (*4)
jstelz\Flashes\FlashesServiceProvider::class,
In the aliases array, (*5)
jstelz\Flashes\Flashes::class,
php
Flashes::info('This is an informational message');
Flashes::success('This is a success message');
Flashes::warning('This is a warning message');
Flashes::error('This is an error message');, (*6)
Please see CONTRIBUTING and CONDUCT for details., (*7)
The MIT License (MIT). Please see License File for more information., (*8)
Laravel 5 flash messages
MIT
flashes