PHPackages                             lopatin96/laravel-alert - 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. lopatin96/laravel-alert

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

lopatin96/laravel-alert
=======================

Laravel alert

1.0.7(2y ago)08.6kMITBladePHP &gt;=8.0

Since Apr 19Pushed 2y ago1 watchersCompare

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

READMEChangelog (8)Dependencies (1)Versions (9)Used By (0)

Usage
=====

[](#usage)

Include alert component in `resources/views/components/banner`:

```

```

Add alert component to `resources/views/layouts/app.blade.php`:

```

    @include('laravel-subscription::subscription.info')

        @livewire('navigation-menu')

        …
```

Display message in alert:

```
session(['flash.banner' => __('alerts.test')]);
// or
return redirect('dashboard')->with([
    'flash.banner' => __('alerts.test'),
    'flash.bannerStyle' => 'success',
]);
```

Set danger style to the banner:

```
session(['flash.bannerStyle' => 'danger']);
// or
session(['flash.bannerStyle' => 'success']);
```

Publishing
==========

[](#publishing)

### Views

[](#views)

```
php artisan vendor:publish --tag="laravel-alert-views"
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 ~44 days

Recently: every ~77 days

Total

8

Last Release

865d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ed7ade2d44e2f66eedf7dec7136ca591145f77d8192bdd789e04797c575d0f3?d=identicon)[Vladyslav Lopatin](/maintainers/Vladyslav%20Lopatin)

---

Top Contributors

[![vladyslav-lopatin-wskz](https://avatars.githubusercontent.com/u/214472383?v=4)](https://github.com/vladyslav-lopatin-wskz "vladyslav-lopatin-wskz (14 commits)")[![lopatin96](https://avatars.githubusercontent.com/u/18104593?v=4)](https://github.com/lopatin96 "lopatin96 (2 commits)")

### Embed Badge

![Health badge](/badges/lopatin96-laravel-alert/health.svg)

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

###  Alternatives

[mageplaza/module-geoip

Magento 2 GEO IP Extension

19350.4k1](/packages/mageplaza-module-geoip)[netgen/richtext-datatype-bundle

Netgen RichText datatype bundle allows eZ Publish Legacy to work with rich text (ezrichtext) field type available in eZ Platform

1033.5k3](/packages/netgen-richtext-datatype-bundle)

PHPackages © 2026

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