PHPackages                             linking/flashr - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. linking/flashr

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

linking/flashr
==============

A Laravel package made for displaying flashes messages in a conveniant way

v1.0.1(9y ago)2511PHPPHP &gt;=5.4.0

Since Apr 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Liinkiing/flashr)[ Packagist](https://packagist.org/packages/linking/flashr)[ RSS](/packages/linking-flashr/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (1)Versions (2)Used By (0)

[![](https://camo.githubusercontent.com/a90c165652a61e7fd29492207fd1a35ebcbe793c9da94bd2670cae54e154c5d4/687474703a2f2f692e696d6775722e636f6d2f724279697177532e706e67)](https://camo.githubusercontent.com/a90c165652a61e7fd29492207fd1a35ebcbe793c9da94bd2670cae54e154c5d4/687474703a2f2f692e696d6775722e636f6d2f724279697177532e706e67)

Flashr
======

[](#flashr)

### A laravel package which make printing flashes a breeze!

[](#a-laravel-package-which-make-printing-flashes-a-breeze)

#### Introduction

[](#introduction)

This is my first ever package published. I wanted to learn how to make a simple package for Laravel. I've been reading a lot about the IoC container, how Laravel does the dependency injection etc... This package was inspired by the great [laracasts/flash](https://github.com/laracasts/flash) package!

#### Installation

[](#installation)

Run

```
$ composer require linking/flashr

```

When the package is installed, if you're running Laravel 5.x, you can register the package in the **AppServiceProvider**, like this

```
