tapp/slack-inviter

Invite users to slack group

v1.0 2024-10-11 00:05 UTC

This package is auto-updated.

Last update: 2024-11-11 00:21:24 UTC


README

Latest Version on Packagist Quality Score Total Downloads

Installation

You can install the package via composer:

composer require tapp/slack-inviter

Appearance

Slack Inviter Form

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.