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

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

monurakkaya/laravel-alert
=========================

Simple session alerts for Laravel

1.0.1(7y ago)1221CSS

Since Aug 19Pushed 7y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (0)

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

[](#installation)

```
composer require monurakkaya/laravel-alert
php artisan vendor:publish --tag=laravel-alert

```

Usage
-----

[](#usage)

Include the package's master blade page to your layout

```
@include('laravel-alert::master')
```

#### Helpers

[](#helpers)

```
success($message, $title=NULL)
//success('Hi') --> Hi, Success!

error($message, $title=NULL)
//error('Ops!') --> Ops!, There is a Problem!
```

You can override the default title by passing second argument to success or error functions

```
error('What are you doing!!!', 'Ops!')

```

[![Custom Error](https://camo.githubusercontent.com/2ca3a38511fc3b8cdd7ee4f577acb5ae529e4e0791031cdbc5dcc1d6cac3cf83/687474703a2f2f6d6f6e7572616b6b6179612e636f6d2f6c61726176656c2d616c6572742f6572726f722e706e67)](https://camo.githubusercontent.com/2ca3a38511fc3b8cdd7ee4f577acb5ae529e4e0791031cdbc5dcc1d6cac3cf83/687474703a2f2f6d6f6e7572616b6b6179612e636f6d2f6c61726176656c2d616c6572742f6572726f722e706e67)

#### Quick Messages

[](#quick-messages)

These messages are time savers for fully crud applications.

```
success_for_create() //Data has been created
success_for_update() //Data has been updated
success_for_delete() //Data has been deleted

```

#### Translations

[](#translations)

Refer to `/resources/lang/en/laravel-alert.php`

#### Other Options

[](#other-options)

Refer to `/config/laravel-alert.php` to change default error and success css classes

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

2872d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[abbyjanke/laracolor

A LaRecipe theme.

1025.0k](/packages/abbyjanke-laracolor)

PHPackages © 2026

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