PHPackages                             mawuekom/laravel-notiflash - 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. mawuekom/laravel-notiflash

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

mawuekom/laravel-notiflash
==========================

Flexible Flash notifications for Laravel

v1.5.0(2y ago)158MITJavaScriptPHP ^7.4|^8.0|^8.1|^8.2

Since Sep 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mawuva/laravel-notiflash)[ Packagist](https://packagist.org/packages/mawuekom/laravel-notiflash)[ Docs](https://github.com/mawuva/laravel-notiflash)[ RSS](/packages/mawuekom-laravel-notiflash/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (5)Versions (11)Used By (0)

Laravel Notiflash
=================

[](#laravel-notiflash)

Flexible Flash notifications for Laravel

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require mawuekom/laravel-notiflash
```

Once install, go to `config/app.php` to add `NotiflashServiceProvider` in providers array

Laravel 5.5 and up Uses package auto discovery feature, no need to edit the `config/app.php` file.

- #### Service Provider

    [](#service-provider)

```
'providers' => [

    ...

    Mawuekom\Notiflash\NotiflashServiceProvider::class,

],
```

- #### Publish Assets

    [](#publish-assets)

```
php artisan vendor:publish --provider="Mawuekom\Notiflash\NotiflashServiceProvider"
```

Or

```
php artisan vendor:publish --provider="Mawuekom\Notiflash\NotiflashServiceProvider" --tag="assets"
```

Now that we have published a few new files to our application we need to reload them with the following command:

```
composer dump-autoload
```

Usage
-----

[](#usage)

1. Add styles links with `@notiflashCss`
2. Add scripts links with `@notiflashJs`
3. use `notiflash()` helper function inside your controller to set a toast notification for info, success, warning or error
4. Include notiflash partial to your master layout `@include('notiflash::messages')`

NB: You can skip steps 1 and 2 by just add this in your view `@notiflashAssets`

If you are on Laravel 7 or greater, you can use the tag syntax.

```

```

```
// Usage description here
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

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

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

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

Every ~74 days

Recently: every ~167 days

Total

10

Last Release

1034d ago

Major Versions

v0.1.0 → v1.0.02021-09-12

PHP version history (2 changes)v0.0.1PHP ^7.4|^8.0

v1.5.0PHP ^7.4|^8.0|^8.1|^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/30187609?v=4)[dasain](/maintainers/dasain)[@Dasain](https://github.com/Dasain)

---

Top Contributors

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

---

Tags

flashflash-messagesflash-notificationslaravellaravel-flashlaravel-packagenotificationsmawuekomlaravel-notiflash

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mawuekom-laravel-notiflash/health.svg)

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

###  Alternatives

[mckenziearts/laravel-notify

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[brian2694/laravel-toastr

toastr.js for Laravel

136649.4k5](/packages/brian2694-laravel-toastr)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[laravellux/html

HTML and Form Builders for the Laravel Framework

35239.2k3](/packages/laravellux-html)

PHPackages © 2026

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