tapp / slack-inviter
Invite users to slack group
v1.0
2024-10-11 00:05 UTC
Requires
- php: ^7.1 || ^7.3 || ^8.0
- illuminate/support: 5.7.* || 5.8.* ||^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0
Requires (Dev)
- orchestra/testbench: ^3.8 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0
- phpunit/phpunit: ^7.0 || ^8.4 || ^9.3.3 || ^10.0
This package is auto-updated.
Last update: 2024-11-11 00:21:24 UTC
README
Installation
You can install the package via composer:
composer require tapp/slack-inviter
Appearance
Usage
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!
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email security@tappnetwork.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.