PHPackages                             appslabke/lara-izitoast - 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. appslabke/lara-izitoast

ActiveLibrary

appslabke/lara-izitoast
=======================

Simplified wrapper for izitoast javascript notification library

v1.1.1(7y ago)4036.4k—4.5%11[2 issues](https://github.com/AppsLab-KE/lara-izitoast/issues)2MITCSSPHP &gt;=5.6

Since Jan 18Pushed 6y ago2 watchersCompare

[ Source](https://github.com/AppsLab-KE/lara-izitoast)[ Packagist](https://packagist.org/packages/appslabke/lara-izitoast)[ RSS](/packages/appslabke-lara-izitoast/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (8)Used By (2)

Lara-Izitoast : Laravel Notification Package
============================================

[](#lara-izitoast--laravel-notification-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0d346f70783d962880eb63a0db97702074979325e4a93e9ebfcb1fb948e4da8e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617070736c61626b652f6c6172612d697a69746f6173742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/appslabke/lara-izitoast)[![Total Downloads](https://camo.githubusercontent.com/3a0878edf76c0499c0922905c15512a8c35d397b208230bbe9b4a4d512422d42/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617070736c61626b652f6c6172612d697a69746f6173742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/appslabke/lara-izitoast)

[![Demo Image](lara-izitoast/izitoast.png?raw=true "Demo Image")](lara-izitoast/izitoast.png?raw=true)

This is a laravel notification wrapper build with  javascript library.

How to use this package
-----------------------

[](#how-to-use-this-package)

### Config

[](#config)

- Change the configuration on lara-izitoast.php config dir.
- Get the package via composer

```
composer require appslabke/lara-izitoast
```

- if you are not using Laravel 5.5 or higher add the service provider in your app.php under providers, in config dir.

```
'providers' => [
    LaraIzitoast\LaraIzitoastServiceProvider::class,
]
```

If you are using Laravel 5.5 and above, the package will be auto-discovered by laravel

- Publish Lara-Izitoast package

` php artisan vendor:publish --provider="LaraIzitoast\LaraIzitoastServiceProvider"`

-  CSS and JS files will be published in your public dir.
- This will also create a config file. You can change the notification size from config
- On your layout blade add the files

```

   .....

   .....

```

```

    .....

    .....

```

- Include the package view file in Layout blade below the iziToast js

` @include('vendor.lara-izitoast.toast')`

- Remember to add also font-awesome or Icomoon  /  if you are going to use icons

Let's make a toast
------------------

[](#lets-make-a-toast)

- Quick way to make a toast (notification)

`notify("Quick notification");`

or

`notify("Let's make a toast","Toast","info","topRight");`

- Notification Methods

`notify()->success("Message","Title","position", "icon);`

`notify()->success("Success notification test","Success","topRight");`

`notify()->error("Error notification test","Error","topLeft");`

`notify()->warning("Warning notification test","Warning","bottomLeft");`

` notify()->info("Info notification test","Info","bottomRight");`

` return view('welcome');`

- And that's it.

Contributing &amp; License
--------------------------

[](#contributing--license)

Lara-Izitoast is distributed under the MIT license.

About Apps:Lab
--------------

[](#about-appslab)

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community16

Small or concentrated contributor base

Maturity60

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

Total

7

Last Release

2665d ago

Major Versions

v0.1.1 → v1.0.02019-01-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/f35754bfa456e30318a56ef5418b235940e365de3e0c58a85c8cd32f82244c84?d=identicon)[marvin\_hosea](/maintainers/marvin_hosea)

---

Top Contributors

[![marvinhosea](https://avatars.githubusercontent.com/u/7722584?v=4)](https://github.com/marvinhosea "marvinhosea (24 commits)")

### Embed Badge

![Health badge](/badges/appslabke-lara-izitoast/health.svg)

```
[![Health](https://phpackages.com/badges/appslabke-lara-izitoast/health.svg)](https://phpackages.com/packages/appslabke-lara-izitoast)
```

PHPackages © 2026

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