jorodriguezpr

Laravel AI Chat — AI skill for Claude Code

AI community

A powerful Laravel package for AI-powered and live agent chat system.

How to install Laravel AI Chat

This entry records only its repository, not the path inside it, so there is no exact command to give. Open jorodriguezpr/laravel-ai-chat and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Laravel AI Chat does

A powerful Laravel package for AI-powered and live agent chat system. Self-contained + multi-provider AI support (OpenAI, Claude, Gemini, GitHub Models) — agent admin panel, credential management, and CSV audit export, install-and-go.

Alternatives in AI

  • Repomix — 📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file 22.7k ★
  • Deepreasoning — A high-performance LLM inference API and Chat UI that integrates DeepSeek R1's CoT reasoning traces with Anthr 5.4k ★
  • CodeIsland — Real-time AI coding agent status panel in your MacBook notch — live status, approvals & replies for 13 AI tool 2.3k ★

README

Chat Widget Package for Laravel

[![Version](https://img.shields.io/badge/version-1.2.0-blue.svg)](https://github.com/jorodriguezpr/laravel-ai-chat) [![Laravel](https://img.shields.io/badge/Laravel-10%20|%2011%20|%2012%20|%2013-red.svg)](https://laravel.com) [![PHP](https://img.shields.io/badge/PHP-8.1%2B-purple.svg)](https://php.net) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)

A comprehensive Laravel chat widget package with multi-provider AI support (OpenAI GPT-6/5.6, Claude 5, Gemini 3.8, GitHub Models).

Screenshots

**Visitor widget** Chat bubble on the host site

**Live conversation** Visitor chatting with the widget open

**Agent dashboard** Admin live chat list with pending/active/past tabs

**Conversation view** Agent view of a single conversation with CSV export and audit log

**AI provider settings** AI settings page with provider selection and credentials

📚 Complete Documentation

This package includes extensive documentation to help you get started quickly:

Document Description Best For
PACKAGE_INDEX.md 📋 Complete documentation index Overview of all docs
QUICK_START.md ⚡ 3-minute installation guide Fast setup
INSTALLATION.md 📖 Detailed installation guide Step-by-step setup
INSTALLATION_CHECKLIST.md ✅ Complete installation checklist Verification & testing
**[DEPLOYMENT.md](DEPLO