PHPackages                             johanleroux/laravel-notify - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. johanleroux/laravel-notify

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

johanleroux/laravel-notify
==========================

Flexible flash notifications for Laravel

1.0.0(7y ago)014MITPHPPHP &gt;=5.4.0

Since Aug 1Pushed 7y agoCompare

[ Source](https://github.com/johanleroux/laravel-notify)[ Packagist](https://packagist.org/packages/johanleroux/laravel-notify)[ RSS](/packages/johanleroux-laravel-notify/feed)WikiDiscussions master Synced yesterday

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

Flexible flash notifications for Laravel
========================================

[](#flexible-flash-notifications-for-laravel)

Install
-------

[](#install)

```
composer require johanleroux/laravel-notify

```

Usage
-----

[](#usage)

```
notify()->flash('Welcome back!', 'success');

notify()->information('Welcome back!');

notify()->success('Profile updated!');

notify()->warning('Invalid Data!');

notify()->danger('User Deleted!');
```

Within a view, you can now check if a flash message exists and output it.

```
@if (notify()->ready())

        {{ notify()->message() }}

@endif
```

Issues and contribution
-----------------------

[](#issues-and-contribution)

Just submit an issue or pull request through GitHub. Thanks!

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2841d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/johanleroux-laravel-notify/health.svg)

```
[![Health](https://phpackages.com/badges/johanleroux-laravel-notify/health.svg)](https://phpackages.com/packages/johanleroux-laravel-notify)
```

###  Alternatives

[mckenziearts/laravel-notify

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2021.9M4](/packages/laravel-notification-channels-apn)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[illuminate/mail

The Illuminate Mail package.

5910.1M391](/packages/illuminate-mail)

PHPackages © 2026

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