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

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,