PHPackages                             xutl/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. xutl/laravel-notify

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

xutl/laravel-notify
===================

This is a Laravel flash notify message.

046HTML

Since Sep 14Pushed 7y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-notify
==============

[](#laravel-notify)

A simple package for flashing messages to views in Laravel 5+.

[![License](https://camo.githubusercontent.com/798eb6eb0d42672a4f0bcc408eff693bf7408f0136a6eee2b82844c86a7efd2d/68747470733a2f2f706f7365722e707567782e6f72672f7875746c2f6c61726176656c2d6e6f746966792f6c6963656e73652e737667)](https://packagist.org/packages/xutl/laravel-notify)[![Latest Stable Version](https://camo.githubusercontent.com/7e046662ecff13083bd12cb27d850af8205bd71afcd9ca68236d9f9a7032a3a7/68747470733a2f2f706f7365722e707567782e6f72672f7875746c2f6c61726176656c2d6e6f746966792f762f737461626c652e706e67)](https://packagist.org/packages/xutl/laravel-notify)[![Total Downloads](https://camo.githubusercontent.com/8bb29e4c21898660ce7e1592765ed4991683fe5651773b9ae9611113825b436b/68747470733a2f2f706f7365722e707567782e6f72672f7875746c2f6c61726176656c2d6e6f746966792f646f776e6c6f6164732e706e67)](https://packagist.org/packages/xutl/laravel-notify)

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

[](#installation)

First, require the package using composer like so:

`composer require xutl/laravel-notify`

Add the service provider and alias in the app.php file in Laravel.

```
'providers' => [
    ...
    XuTL\Notify\FlashNotifyServerProvider::class,
],

...

'aliases' => [
  	...
  	'Notify' => XuTL\Notify\Notify::class,
],
```

Usage
-----

[](#usage)

To use Notify, simple add use Notify at the top of your php file and then call it using the Notify facade.

```
Notify::info('This is an info message');
Notify::success('This is a success message');
Notify::warning('This is a warning message');
Notify::error('This is an error message');
```

You can also add a title to the message if you would like:

```
Notify::error($message, $title); // By default, the $title variable is set to null.
Notify::error('Something is broken', 'ERROR MESSAGE');
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

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/87b658aa9d49e0c80cfc609fa2b9dc6d615672b1d895f421f751945a0e394087?d=identicon)[larvacent](/maintainers/larvacent)

---

Tags

laravellaravel-5-packagelaravel-package

### Embed Badge

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

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

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

PHPackages © 2026

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