ModelMind is a secure, model-aware AI chat assistant for Laravel applications. The docs are organized by feature so each part of the package has a focused guide.
- Installation
- Examples
- Presets
- OpenAI Configuration
- Blade Rendering
- Default Questions
- UI, Themes, and Positioning
- Models and Context
- Per-Model Overrides
- Question-Aware Retrieval
- Named Route Actions
- Source Citations
- Authorization and User-Aware Context
- Security Controls
- Custom Context Providers
- Learning Memory
- Feedback
- Current Page Context
- Usage Analytics
- Events and Hooks
- Background Queue
- Sessions
- Multilingual Answers
- Streaming Responses
- Provider Drivers
- Custom AI Providers
- Performance
- Database Tables
- Package Routes
- Headless API
- Public Assets
- Customizing the Chat Modal
- Testing
- Package Development
composer require mbs047/model-mind
php artisan model-mind:install
php artisan migrate@modelMindThen enable at least one model in config/model-mind.php and run:
php artisan model-mind:inspect-contextFor copyable configurations, see Examples.