Buyer Flow
Telegram users browse products via bot, create an order, pay the exact unique amount, and upload the receipt in the same chat.
This app runs the Telegram buyer flow, receipt verification, and Filament admin panel for digital product delivery.
Admin panel: /admin
Telegram users browse products via bot, create an order, pay the exact unique amount, and upload the receipt in the same chat.
Create the first admin user with:
php artisan app:create-admin-user "Boss" boss@example.com strong-password
Point Telegram webhook to /telegram/webhook and set TELEGRAM_BOT_TOKEN plus TELEGRAM_WEBHOOK_SECRET.