Laravel Dashboard tile listening for slack messages
dameyowen/laravel-dashboard-slack-tile is a Laravel package for laravel dashboard tile listening for slack messages.
It currently has 0 GitHub stars and 4 downloads on Packagist (latest version 1.0).
Install it with composer require dameyowen/laravel-dashboard-slack-tile.
Discover more Laravel packages by dameyowen
or browse all Laravel packages to compare alternatives.
Last updated
This tile can be used on the Laravel Dashboard.
It uses the Slack messages webhook to listen for new messages and present them on the dashboard.
You can install the package via composer:
composer require enflow/laravel-dashboard-slack-tile
In your dashboard view you use the livewire:slack component.
<x-dashboard>
<livewire:slack position="d5:d12" />
</x-dashboard>
Add or append the following in config\dashboard.php
'tiles' => [
'slack' => [
'user' => 'ABCDEFGH',
'channels' => [
'C1234ABCD' => 'channel-name',
],
],
],
$ composer test
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Enflow is a digital creative agency based in Alphen aan den Rijn, Netherlands. We specialize in developing web applications, mobile applications and websites. You can find more info on our website.
The MIT License (MIT). Please see License File for more information.