PHPackages                             nilede-bharat/easy-toast - 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. nilede-bharat/easy-toast

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

nilede-bharat/easy-toast
========================

Easy backend make toast notification for laravel+vue

37Vue

Since Oct 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/nilede-bharat/easy-toast)[ Packagist](https://packagist.org/packages/nilede-bharat/easy-toast)[ RSS](/packages/nilede-bharat-easy-toast/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Notification for Laravel + Inertia + Vue js
===========================================

[](#notification-for-laravel--inertia--vue-js)

This package provide integration easily show notification

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

[](#installation)

You can easily install this library using Composer. Just request the package with the following command:

```
composer require nilede-bharat/easy-toast
```

if getting any error install this package using composer:

```
composer require nilede-bharat/easy-toast --ignore-platform-reqs
```

Configuration
-------------

[](#configuration)

1.publish ToastNotification Component file

```
php artisan vendor:publish --tag=Bharat\EasyToast\EasyToastServiceProvider
```

2.Register notification in HandleInertiaRequests App\\Http\\Middleware\\HandleInertiaRequests

```
