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-11-08 03:19:56 |
Package Statistics | |
---|---|
Total Downloads: | 226 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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.
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 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.