PHPackages                             jasonstelzer/flashes - 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. jasonstelzer/flashes

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

jasonstelzer/flashes
====================

Laravel 5 flash messages

18PHP

Since Apr 11Pushed 9y agoCompare

[ Source](https://github.com/jasonstelzer/flashes)[ Packagist](https://packagist.org/packages/jasonstelzer/flashes)[ RSS](/packages/jasonstelzer-flashes/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

flashes
=======

[](#flashes)

[![Latest Version on Packagist](https://camo.githubusercontent.com/688cc7bd73199cc82d52c99a295ecfd33c2931c48c9aef97485c281bcb463308/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a61736f6e7374656c7a65722f666c61736865732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jasonstelzer/flashes)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/6646f125a62e359b149a44198dd486fd9713f06cfbe8c3478f09398d175cf197/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7468657068706c65616775652f666c61736865732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/thephpleague/flashes)[![Total Downloads](https://camo.githubusercontent.com/5a29d286415d4ae6ac0c7ad6645c8e257bca3dbac9933495ea2b1a2a062b96f2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a61736f6e7374656c7a65722f666c61736865732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jasonstelzer/flashes)

This is a package for flash messages in Laravel 5. It is based off of a tutorial by Jeffrey Way at [Laracasts](http://github.com/laracasts). More documentation coming soon.

Install
-------

[](#install)

In `app/config/app.php`, add the following lines:

In the *providers* array

```
jstelz\Flashes\FlashesServiceProvider::class,
```

In the *aliases* array

```
jstelz\Flashes\Flashes::class,
```

Usage
-----

[](#usage)

```
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');
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Credits
-------

[](#credits)

- [Jason](https://github.com/jasonstelzer)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bcd88abe6928d3c1e0e16daed13405214266282ec6c48be6bb72ab8952efdee4?d=identicon)[jasonstelzer](/maintainers/jasonstelzer)

---

Top Contributors

[![jstelz](https://avatars.githubusercontent.com/u/16582122?v=4)](https://github.com/jstelz "jstelz (5 commits)")

### Embed Badge

![Health badge](/badges/jasonstelzer-flashes/health.svg)

```
[![Health](https://phpackages.com/badges/jasonstelzer-flashes/health.svg)](https://phpackages.com/packages/jasonstelzer-flashes)
```

###  Alternatives

[spatie/laravel-screenshot

Take screenshots of web pages in Laravel apps

8195.1k5](/packages/spatie-laravel-screenshot)[5ini99/think-addons

addons package for thinkphp5

1473.2k](/packages/5ini99-think-addons)[steverobbins/magento-version-identification

A compiled list of files and their md5 hashes used to determine a Magento site's version

208.0k1](/packages/steverobbins-magento-version-identification)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
