From now on, LaraGram is truly a Framework! 🚀
# listens/bot.php
use LaraGram\Request\Request;
use LaraGram\Support\Facades\Bot;
Bot::onText('hello', function (Request $request) {
$request->sendMessage(chat()->id, 'hi');
});
LaraGram now ships with complete documentation covering every major feature of the framework.
composer create-project laraxgram/laragram my-bot
- 🔐 Permission system (Gate & Policy)
- 🧠 Caching (7 drivers) + Step Manager
- 🔁 Fluent Collections
- ⚙️ Concurrency system
- 💻 Console commands & task scheduling
- 📦 Rewritten Eloquent ORM with multi-DB support
- 📐 Migrations, Seeders, Factories
- 🔒 Crypt & Hash systems
- 📢 Event Dispatcher
- 📁 File system
- 🧭 Listener system (routing-style)
- 📝 Logging, Queues, Jobs, Redis, Validation, i18n
- 🤖 Multi-bot support + config/cache optimization