Download the PHP package godforhire/databasenotifications without Composer
On this page you can find all versions of the php package godforhire/databasenotifications. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download godforhire/databasenotifications
More information about godforhire/databasenotifications
Files in godforhire/databasenotifications
Download godforhire/databasenotifications
More information about godforhire/databasenotifications
Files in godforhire/databasenotifications
Vendor godforhire
Package databasenotifications
Short Description Database notifications driver for Laravel 5.3 and up
License MIT
Homepage https://github.com/godforhire/databasenotifications
Package databasenotifications
Short Description Database notifications driver for Laravel 5.3 and up
License MIT
Homepage https://github.com/godforhire/databasenotifications
Please rate this library. Is it a good library?
Informations about the package databasenotifications
Database Notification Channel for Laravel 6
This package makes it easy to send database notifications with Laravel 6 and up from third-party packages. Those often allow you to send mail or slack notifications, but with this package you can also send them to the notification table. For others, simply use Laravel's own notifications.
Contents
- Installation
- Usage
- Available Message methods
- License
Installation
You can install the package via composer:
Usage
Now you can use the channel in your via()
method inside the notification:
Available Message methods
user
The user to send the notification to.data
An array with custom fields. This can contain any key value pair you want.
License
The MIT License (MIT). Please see License File for more information.
All versions of databasenotifications with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.4
illuminate/notifications Version ^6.0
illuminate/support Version ^6.0
nesbot/carbon Version ^2.0
illuminate/notifications Version ^6.0
illuminate/support Version ^6.0
nesbot/carbon Version ^2.0
The package godforhire/databasenotifications contains the following files
Loading the files please wait ....