romanlazko / telegram
Telegram for Laravel
Installs: 184
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/romanlazko/telegram
Requires
- php: ^8.1
This package is auto-updated.
Last update: 2025-10-07 14:07:19 UTC
README
Installation
- Run the command:
composer require romanlazko/telegram
- Add the trait
Romanlazko\Telegram\Traits\HasBot
to theUser
model - Add
<x-telegram::nav-links/>
to thenavigation.blade.php
file - Add
<x-telegram::responsive-nav-links/>
to thenavigation.blade.php
file - Add
'telegram' => \Romanlazko\Telegram\Http\Middleware\Telegram::class
to the Kernel,