wotz/filament-chatbot

Filament chatbot package with Laravel AI streaming support.

Maintainers

Package info

github.com/wotzebra/filament-chatbot

pkg:composer/wotz/filament-chatbot

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.3.0 2026-04-24 11:16 UTC

This package is auto-updated.

Last update: 2026-04-24 11:20:59 UTC


README

A Filament plugin (v4, v5) that adds a floating, streaming chatbot widget to your panel using Laravel AI.

Requirements

  • PHP 8.3+
  • Filament 4.x or 5.x
  • Laravel AI (installed automatically as a dependency)

Quick start

composer require wotz/filament-chatbot
php artisan filament-chatbot:install

Configure your AI provider in config/ai.php, then register the plugin in your Filament panel provider:

use Wotz\FilamentChatbot\Filament\Plugins\ChatbotPlugin;

$panel->plugin(ChatbotPlugin::make());

Documentation

Full documentation lives in documentation/:

Project links

Security

If you discover a security vulnerability, please email info@codedor.be instead of opening a public issue.

License

MIT. See LICENSE.md.