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: 2025-06-07 13:30:18 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,