PHPackages                             helilabs/laravel-flash-messages - 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. helilabs/laravel-flash-messages

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

helilabs/laravel-flash-messages
===============================

Laravel package for Creating Better Flash Messages.

1.0(9y ago)031MITPHP

Since Apr 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/mohammedmanssour/laravel-flash-messages)[ Packagist](https://packagist.org/packages/helilabs/laravel-flash-messages)[ RSS](/packages/helilabs-laravel-flash-messages/feed)WikiDiscussions master Synced 2w ago

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

\#Flash Messages Class Helper This a helper class to add flash messages functionality to laravel

### What are flash messages?

[](#what-are-flash-messages)

Flash Messages are ordinary messages that can be available for 1 request only per user

### Why bother?

[](#why-bother)

yii has a great flash functionality but laravel hasn't, so i tried to look for a flash library for laravel and i ended up using [laracasts flash library](https://github.com/laracasts/flash). When I used it i found a little problem. YOU CANNOT CREATE TWO FLASH MESSAGES for one request for example if you want to send an info flsh message to user and another success flash message in the same time simply you can't cause the library will overrid the first one.

### Installation

[](#installation)

- in your `composer file` add

```
"helilabs/laravel-flash-messages" : "0.1.0"

```

- open config/app.php and add the following
    - in `providers` add `'Helilabs\FlashMessages\FlashMessagesServiceProvider'`
    - in `aliases` add `'Flash' => 'Helilabs\FlashMessages\FlashMessagesFacade'`

### Usage

[](#usage)

to set a new flash message use;

```
Flash::setType('info|success|warning|danger')->setMessage('Message Here')->create();
```

to get all flash messages use `{{ Flash::get() }}`

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3357d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/aeb75f35979097845cce704062910a6a8c85bc0a7b49b081df7350a4f20023fc?d=identicon)[manssour.mohammed](/maintainers/manssour.mohammed)

---

Top Contributors

[![mohammedmanssour](https://avatars.githubusercontent.com/u/19733629?v=4)](https://github.com/mohammedmanssour "mohammedmanssour (1 commits)")

---

Tags

laravelflash-messages

### Embed Badge

![Health badge](/badges/helilabs-laravel-flash-messages/health.svg)

```
[![Health](https://phpackages.com/badges/helilabs-laravel-flash-messages/health.svg)](https://phpackages.com/packages/helilabs-laravel-flash-messages)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k9.6k1](/packages/vinkius-labs-laravel-page-speed)[webwizo/laravel-shortcodes

Wordpress like shortcodes for Laravel 11, 12 and 13

223700.9k8](/packages/webwizo-laravel-shortcodes)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)[erag/laravel-pwa

A simple and easy-to-use PWA (Progressive Web App) package for Laravel applications.

177124.1k](/packages/erag-laravel-pwa)

PHPackages © 2026

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