azimjanovich/sysgram

The System Telegram bot Framework.

1.5 2023-04-16 10:28 UTC

This package is auto-updated.

Last update: 2024-04-27 18:14:57 UTC


README

composer create-project azimjanovich/sysgram example-telegram-bot

Set TOKEN .env file

TOKEN=<YOUR_TOKEN_BOT>

Run project with NGROK

  • run ngrok with 8080 port
ngrok http 8080

ngrok.url -> http://localhost:8080

  • set ngrok url .env file
NGROK_URL=
  • run project
php artisan serve