--- description: >- Laravel Notifications Channel with GUI to send notifications with templates for TomatoPHP build with Splade --- # 🔔 Tomato Notifications
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.