PHPackages                             windsondias/livewire-toasts - 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. windsondias/livewire-toasts

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

windsondias/livewire-toasts
===========================

A Livewire package to create toast notifications

v0.1.1(2y ago)01.6k1MITBlade

Since Nov 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/windsondias/livewire-toasts)[ Packagist](https://packagist.org/packages/windsondias/livewire-toasts)[ RSS](/packages/windsondias-livewire-toasts/feed)WikiDiscussions main Synced 1mo ago

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

Livewire package to create toast notification
---------------------------------------------

[](#livewire-package-to-create-toast-notification)

#### To use this package, you must have TailwindCss and AlpineJs installed in the project.

[](#to-use-this-package-you-must-have-tailwindcss-and-alpinejs-installed-in-the-project)

#### The icon library used in the package is remixicon.com

[](#the-icon-library-used-in-the-package-is-remixiconcom)

### Installation

[](#installation)

Use the composer command:

```
composer require windsondias/livewire-toasts

```

It is also necessary to add the relative path to the package folder in tailwind.config.js within the content key, starting from the vendor folder:

```
content: [
    "./resources/**/*.blade.php",
    "./resources/**/*.js",
    "./vendor/windsondias/livewire-toasts/resources/**/*.blade.php",
],

```

Add the component to your layout

```

@persist('toast')

@endpersist

```

To use, simply call from a livewire component:

```
$this->success('Message');

$this->error('Message');

$this->information('Message');

$this->warning('Message');

```

To change the toast layout, simply publish the package

```
php artisan vendor:publish --tag=livewire-toasts

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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 ~0 days

Total

2

Last Release

902d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/36202bb838f99826bfd727de5e278107ef22db7b3c5976a33e343f597b9986c9?d=identicon)[windson.dias](/maintainers/windson.dias)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/windsondias-livewire-toasts/health.svg)

```
[![Health](https://phpackages.com/badges/windsondias-livewire-toasts/health.svg)](https://phpackages.com/packages/windsondias-livewire-toasts)
```

###  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.1M390](/packages/illuminate-mail)

PHPackages © 2026

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