sarahman/lumen-flash-message

This package is meant for using the `laracasts/flash` package into the Lumen based projects.
248
Install
composer require sarahman/lumen-flash-message
Latest Version:v1.1.1
PHP:>=5.4.0
License:MIT
Last Updated:Mar 8, 2021
Links: GitHub  ·  Packagist
Maintainer: sarahman

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

  1. Begin by pulling in the package through Composer.
composer require sarahman/lumen-flash-message
  1. Next, for Lumen, you need to create a config directory in the project root directory, copy the session.php from Laravel's config folder to the created config folder.

  2. 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.

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

612,604,198 9,704
laravel/framework

The Laravel Framework.

554,918,666 34,821
laravel/tinker

Powerful REPL for the Laravel framework.

465,424,253 7,437