romanlazko/telegram

Telegram for Laravel

1.0.39 2024-06-07 11:10 UTC

README

Installation

  • Run the command: composer require romanlazko/telegram
  • Add the trait Romanlazko\Telegram\Traits\HasBot to the User model
  • Add <x-telegram::nav-links/> to the navigation.blade.php file
  • Add <x-telegram::responsive-nav-links/> to the navigation.blade.php file
  • Add 'telegram' => \Romanlazko\Telegram\Http\Middleware\Telegram::class to the Kernel,