jasonstelzer/flashes
Laravel 5 flash messages
8
1
| Install | |
|---|---|
composer require jasonstelzer/flashes |
|
| PHP: | >=5.4.0 |
| License: | MIT |
| Last Updated: | Apr 11, 2017 |
| Links: | GitHub · Packagist |
Maintainer: jasonstelzer
flashes
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.
Install
In app/config/app.php, add the following lines:
In the providers array
jstelz\Flashes\FlashesServiceProvider::class,
In the aliases array
jstelz\Flashes\Flashes::class,
Usage
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');
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
617,346,630
9,703