laravel / slack-notification-channel

Slack Notification Channel for laravel.
https://laravel.com/docs/notifications#slack-notifications
MIT License
864 stars 59 forks source link

Support new features of Slack #50

Closed solicomo closed 2 years ago

solicomo commented 2 years ago
solicomo commented 2 years ago

Working on the tests ...

taylorotwell commented 2 years ago

I don't have time to review 46 changed files. Also formatting is not consistent.

nathanheffley commented 2 years ago

Hey @solicomo this package is not intended to have all these features. If you want to send messages as slack blocks I have created a package that extends this one and includes support for Slack blocks: https://github.com/nathanheffley/laravel-slack-blocks

I also do not support and do not plan to support the Web API (I have tried supporting such things but it ends up creating a snowball effect that goes beyond simple notifications) but there is an open ticket/discussion about some things you added here that could be added to my package if you want.