dameyowen/laravel-dashboard-slack-tile

Laravel Dashboard tile listening for slack messages

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

pkg:composer/dameyowen/laravel-dashboard-slack-tile

1.0 2024-11-12 22:57 UTC

This package is not auto-updated.

Last update: 2025-12-24 17:38:45 UTC


README

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 michel@enflow.nl 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.