PHPackages                             digitalcloud/multilingual-notification - 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. [Database &amp; ORM](/categories/database)
4. /
5. digitalcloud/multilingual-notification

Abandoned → [https://github.com/DigitalCloud/reactive-notification](/?search=https%3A%2F%2Fgithub.com%2FDigitalCloud%2Freactive-notification)Library[Database &amp; ORM](/categories/database)

digitalcloud/multilingual-notification
======================================

Reactive Laravel Notification

v1.0(7y ago)1676[1 PRs](https://github.com/DigitalCloud/multilingual-notification/pulls)MITPHPPHP &gt;=7.1.0

Since Dec 30Pushed 6y ago2 watchersCompare

[ Source](https://github.com/DigitalCloud/multilingual-notification)[ Packagist](https://packagist.org/packages/digitalcloud/multilingual-notification)[ RSS](/packages/digitalcloud-multilingual-notification/feed)WikiDiscussions master Synced 3d ago

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

Reactive Laravel Notification
=============================

[](#reactive-laravel-notification)

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

[](#installation)

[PHP](https://php.net) &gt;=5.6 and [Laravel](http://laravel.com) ^5.3 are required.

To get the latest version of Reactive Laravel notification, simply require the project using [Composer](https://getcomposer.org):

```
composer require digitalcloud/reactive-notification
```

publishing migration file

```
php artisan vendor:publish --provider="Digitalcloud\ReactiveNotification\ReactiveNotificationServiceProvider"
```

migrate published migration files

```
php artisan migrate
```

Usage
-----

[](#usage)

1. Change trait used in model from `Illuminate\Notifications\Notifiable` to `Digitalcloud\ReactiveNotification\Traits\Notifiable`

```
