romanlazko / telegram
Telegram for Laravel
1.0.39
2024-06-07 11:10 UTC
Requires
- php: ^8.1
This package is auto-updated.
Last update: 2026-03-07 14:56:35 UTC
README
Installation
- Run the command:
composer require romanlazko/telegram - Add the trait
Romanlazko\Telegram\Traits\HasBotto theUsermodel - Add
<x-telegram::nav-links/>to thenavigation.blade.phpfile - Add
<x-telegram::responsive-nav-links/>to thenavigation.blade.phpfile - Add
'telegram' => \Romanlazko\Telegram\Http\Middleware\Telegram::classto the Kernel,