Slack-Events
Slack-Events copied to clipboard
:bell: Slack Events API for PHP Laravel 7
Bumped requirements for illuminate and orchestral/testbench for Laravel 8. All tests pass.
I think this package also should provide artisan command like: ``` bash php artisan make:slackListener ``` Possible syntax example: ``` php artisan make:slackListener ListenerClassName --event=slack_event_name ``` Real-world syntax example: ```...
I fixed travis build to run build on php 7.4 to 8.1 with associated compatible laravel versions