Skip to content

Slack Channel WebHook Integration For Filament Alerts Sender

License

Notifications You must be signed in to change notification settings

tomatophp/filament-slack-driver

Repository files navigation

Screenshot

Filament slack driver

Latest Stable Version License Downloads

Slack Channel WebHook Integration For Filament Alerts Sender

Installation

composer require tomatophp/filament-slack-driver

after install your package please run this command

php artisan filament-slack-driver:install

finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php

->plugin(\TomatoPHP\FilamentSlackDriver\FilamentSlackDriverPlugin::make())

Publish Assets

you can publish config file by use this command

php artisan vendor:publish --tag="filament-slack-driver-config"

you can publish views file by use this command

php artisan vendor:publish --tag="filament-slack-driver-views"

you can publish languages file by use this command

php artisan vendor:publish --tag="filament-slack-driver-lang"

you can publish migrations file by use this command

php artisan vendor:publish --tag="filament-slack-driver-migrations"

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security

Please see SECURITY for more information about security.

Credits

License

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

About

Slack Channel WebHook Integration For Filament Alerts Sender

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages