zarincheg / telegram-bot-dialogs

The extension for Telegram Bot API PHP SDK that allows to implement dialogs in bots
MIT License
40 stars 29 forks source link

Where must register dialog classes? #11

Closed zvermafia closed 7 years ago

zarincheg commented 7 years ago

@zvermafia You can define dialog class where you want. You can look at the example here: https://github.com/zarincheg/example-bot or in the readme file. You should register DialogsServiceProvider if you are using Laravel.