Skip to content

AI Platform Integration

Laravel Dev CLI seamlessly integrates with 16+ popular AI coding assistants to enhance your Laravel development experience.

Supported Platforms

The CLI supports the following AI platforms:

PlatformTypeStatus
iFlow CLICLI Agent✅ Fully Supported
Claude CodeCLI Agent✅ Fully Supported
CursorIDE Plugin✅ Fully Supported
WindsurfIDE Plugin✅ Fully Supported
GitHub CopilotIDE Plugin✅ Fully Supported
KiroCLI Agent✅ Fully Supported
Codex CLICLI Agent✅ Fully Supported
Roo CodeCLI Agent✅ Fully Supported
QoderIDE Plugin✅ Fully Supported
Gemini CLICLI Agent✅ Fully Supported
TraeIDE Plugin✅ Fully Supported
OpenCodeCLI Agent✅ Fully Supported
ContinueIDE Plugin✅ Fully Supported
CodeBuddyCLI Agent✅ Fully Supported
Droid (Factory)CLI Agent✅ Fully Supported
AntigravityCLI Agent✅ Fully Supported

Installation

Automatic Installation

The laravel-dev skill command automatically detects installed AI platforms and installs the Laravel Dev SKILL:

bash
laravel-dev skill

Manual Installation

For specific platforms, you can manually install the skill:

bash
laravel-dev skill --platform=claude

How It Works

The Laravel Dev SKILL provides your AI assistant with:

  1. Laravel Knowledge Base: Comprehensive Laravel framework knowledge
  2. Project Context: Understanding of your Laravel project structure
  3. Best Practices: Laravel-specific coding standards and patterns
  4. Ecosystem Knowledge: Popular Laravel packages and tools

Platform-Specific Notes

Claude Code

Claude Code users get full access to Laravel documentation and best practices through the skill system.

Cursor

Cursor integration provides intelligent code suggestions for Laravel projects.

GitHub Copilot

The skill enhances Copilot's suggestions with Laravel-specific context and patterns.

Troubleshooting

Platform Not Detected

If your AI platform is not automatically detected:

  1. Ensure the platform is installed and accessible
  2. Run laravel-dev skill --list to see detected platforms
  3. Specify the platform manually: laravel-dev skill --platform=<name>

Skill Installation Failed

If skill installation fails:

  1. Check platform permissions for skill installation
  2. Ensure you have write access to the platform's skill directory
  3. Consult the platform's documentation for skill installation requirements

Contributing

Want to add support for more AI platforms? Check out our Development Guide.

Released under the MIT License.