2017 © Pedro Peláez
 

library flashes

Laravel 5 flash messages

image

jasonstelzer/flashes

Laravel 5 flash messages

  • Tuesday, April 11, 2017
  • by jasonstelzer
  • Repository
  • 0 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

flashes

Latest Version on Packagist ![Software License][ico-license] Build Status ![Total Downloads][ico-downloads], (*1)

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., (*2)

Install

In app/config/app.php, add the following lines:, (*3)

In the providers array, (*4)

jstelz\Flashes\FlashesServiceProvider::class,

In the aliases array, (*5)

jstelz\Flashes\Flashes::class,

Usage

php 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');, (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

11/04 2017

dev-master

9999999-dev https://github.com/jasonstelzer/flashes

Laravel 5 flash messages

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jason Stelzer

flashes