You can install the package via composer:
composer require tapp/slack-inviter
Add the Slack env vars on your .env
file:
SLACK_COMMUNITY_NAME=
SLACK_TEAM_URL=
SLACK_LEGACY_TOKEN=
Add the inviter form on your blade file:
<div>
@include('slack-inviter::invite-form', [
'email' => auth()->user()->email
])
</div>
You're all set!
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.