Download the PHP package laravel-notification-channels/workplace without Composer
On this page you can find all versions of the php package laravel-notification-channels/workplace. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download laravel-notification-channels/workplace
More information about laravel-notification-channels/workplace
Files in laravel-notification-channels/workplace
Package workplace
Short Description Workplace notification channel
License MIT
Homepage https://github.com/laravel-notification-channels/workplace
Informations about the package workplace
Workplace Notifications Channel for Laravel
This package makes it easy to send notifications using Workplace with Laravel 5.5+ and 6.0
Contents
- Installation
- Usage
- Available Message methods
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
Installation
You can install the package via composer:
Usage
You can now use the channel in your via()
method inside the Notification class.
You also need to add the routeNotificationForWorkplace()
method in your notifiable model:
Available Message methods
content('')
: (string) Notification message, supports markdown.asMarkdown()
: Treats the message content as being Markdown (default)asPlainText()
: Treats the message content as being plain text
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Contributing
Please see CONTRIBUTING for details.
Credits
- Alexandre Lima
- Gonçalo Queirós
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of workplace with dependencies
guzzlehttp/guzzle Version ^6.3
illuminate/notifications Version ~5.5 || ~6.0
illuminate/support Version ~5.5 || ~6.0