furqat/laravel-telegram

The skeleton application for the Laravel Telegram bot.

v1.1.0 2024-03-23 18:11 UTC

This package is auto-updated.

Last update: 2024-04-23 18:23:33 UTC


README

Laravel Telegram

Used technologies

Nutgram Filamentphp Laravel

About Laravel Telegram Starter Kit

Laravel Telegram Starter Kit is a starter kit for Laravel with Telegram Bot API integration. It is a simple and easy to use starter kit with beautiful admin panel for Telegram Bot API integration with Laravel.

How to use?

  1. Clone the repository or create repository from this template
  2. Run
composer install
npm install
npm run dev
  1. Run migrations with seeders
php artisan migrate --seed
  1. Run the server
php artisan serve
  1. Open /admin route in your browser and login with credentials. Default credentials are:
Email: admin@admin.com
Password: admin12345