This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
You can install the package via composer:
composer require seatplus/telegram-channelYou run the migrations with:
php artisan migrate- create a bot by contacting @BotFather (opens new window) (https://core.telegram.org/bots#6-botfather)
- set your website domain using
/setdomain(f.e. http://yourdomain.tld) - set
.envvariables
TELEGRAM_BOT_NAME=
TELEGRAM_TOKEN=
TELEGRAM_REDIRECT_URI=http://yourdomain.tld/auth/telegram/callbackmake sure to replace yourdomain.tld with your actual domain.
composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.