felipepodesta/laravel-flash is a Laravel package for flash package for laravel.
It currently has 1 GitHub stars and 27 downloads on Packagist (latest version v0.0.0).
Install it with composer require felipepodesta/laravel-flash.
Discover more Laravel packages by felipepodesta
or browse all Laravel packages to compare alternatives.
Last updated
Session Flash package for Laravel.
To install in Laravel (current):
composer require felipepodesta/laravel-flash
Add the service provider to your config/app.php file:
<?php
/*
'providers' => [
[...]
*/
FelipePodesta\Flash\ServiceProvider::class,
/*
[...]
],
*/
Refer to the Changelog for a full history of the project.
The following support channels are available at your fingertips:
If you discover any security related issues, please email Felipe Podestá instead of using the issue tracker.
Thank you for considering contributing to this project! The contribution guide can be found in contributing.md and conduct.md.
Bug reports, feature requests, and pull requests are very welcome.
The MIT License (MIT). Please see License File for more information.
(c) 2004-2017 Felipe Podestá, Some rights reserved.