LaravelPackages.net
Acme Inc.
Toggle sidebar
dameyowen/laravel-dashboard-slack-tile

Laravel Dashboard tile listening for slack messages

4
0
1.0
About dameyowen/laravel-dashboard-slack-tile

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

Slack messages tile

Latest Version on Packagist GitHub Tests Action Status Total Downloads

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.

Installation

You can install the package via composer:

composer require enflow/laravel-dashboard-slack-tile

Usage

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',
        ],
    ],
],

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

About Enflow

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.

License

The MIT License (MIT). Please see License File for more information.

Comments