> Source: https://tomatophp.com/docs/plugins/tomato-notifications

# 🔔 Tomato Notifications

<figure><img src="https://raw.githubusercontent.com/tomatophp/docs/HEAD/.gitbook/assets/screenshot (12).png" alt=""><figcaption></figcaption></figure>

we are building a full notification system for you with multi-provider like mail, firebase, pusher, discord, slack, Messagebird and open the way to add more all of this working on the queue and have a lot of helpers to make it easy to use this notification on your system

### Installation

```bash
composer require tomatophp/tomato-notifications
```

or as Module

```
composer require tomatophp/tomato-notifications-module
```

after installation use this command to install the package and publish assets

```bash
php artisan tomato-notifications:install
```

### Changelog

Please see [CHANGELOG](https://github.com/tomatophp/tomato-notifications/blob/master/CHANGELOG.md) for more information on what has changed recently.

### Credits

* [Fady Mondy](https://github.com/3x1io)

### License

The MIT License (MIT). Please see [License File](https://github.com/tomatophp/tomato-notifications/blob/master/LICENSE.md) for more information.
