sarahman / lumen-flash-message by sarahman

This package is meant for using the `laracasts/flash` package into the Lumen based projects.
223
0
2
Package Data
Maintainer Username: sarahman
Maintainer Contact: aabid048@gmail.com (Syed Abidur Rahman)
Package Create Date: 2019-04-19
Package Last Update: 2021-03-08
Language: PHP
License: MIT
Last Refreshed: 2024-04-26 03:23:49
Package Statistics
Total Downloads: 223
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Easy Flash Messages for Your Lumen App

This composer package offers a Twitter Bootstrap optimized flash messaging setup for your Lumen applications. This package is highly dependent on laracasts/flash package created by Jeffrey Way.

Installation

Begin by pulling in the package through Composer.

composer require sarahman/lumen-flash-message

Next, for Lumen, you need to register the Service Provider within your bootstrap/app.php file.

.....
$app->register('Sarahman\Flash\FlashServiceProvider');
.....
For More Documentation

For more information about how to use this package, you can check laracasts/flash package link.

Done! Hope, you'll be able to see flash messages after using this package.