lartie / TelegramBotMaker by lartie

Telegram Bot Maker for Laravel
6
1
2
Package Data
Maintainer Username: lartie
Maintainer Contact: log.wil.log@gmail.com (Artie)
Package Create Date: 2016-07-27
Package Last Update: 2016-07-27
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-15 15:10:19
Package Statistics
Total Downloads: 6
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Telegram Bot Maker for Laravel

Install

composer require "lartie/telegram-bot-maker"
'providers' => [
    ...
    LArtie\TelegramBotMaker\TelegramBotMakerServiceProvider::class, 
]
php artisan vendor:publish

Usage

php artisan make:telegram-bot NameBot

License

MIT