| 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: | 2025-10-30 15:01:42 |
| Package Statistics | |
|---|---|
| Total Downloads: | 6 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
composer require "lartie/telegram-bot-maker"
'providers' => [
...
LArtie\TelegramBotMaker\TelegramBotMakerServiceProvider::class,
]
php artisan vendor:publish
php artisan make:telegram-bot NameBot
MIT