v1.1.0 Claude Code Plugin

Laravel Agent

AI-powered Laravel development assistant. Architecture decisions, code generation, testing, deployment, and more.

Quick Install
# Add the marketplace
/plugin marketplace add hadyfayed/laravel-agent

# Install the plugin
/plugin install laravel-agent@hadyfayed-laravel-agent

Installation

Requirements

  • Claude Code with Plugin support
  • Laravel 10+ project
  • PHP 8.1 or higher

Verify Installation

After installation, verify by running:

/laravel-agent:patterns

Quick Start

1

Intelligent Build (Recommended)

Let the architect analyze and decide the best approach:

/laravel-agent:build invoice management system with PDF export
2

Create Features Directly

Build complete features with CRUD, views, API, and tests:

/laravel-agent:feature:make Products with categories
3

Generate Tests

Create comprehensive Pest tests for any class:

/laravel-agent:test:make App/Services/PaymentService

Commands

42
View all

Auto-Invoked Skills

12
View all

Skills activate automatically based on conversation context.

Specialized Agents

23
View all
Agent Purpose
laravel-architectAnalyzes requests, decides approach, delegates to builders
laravel-feature-builderBuilds complete features with CRUD, views, API, tests
laravel-testingPest tests - unit, feature, API, browser
laravel-securityOWASP audits, security headers, vulnerability fixes

Quality Hooks

7
View all
pre-commit.sh

PHP syntax, Pint, PHPStan, security scan, Blade validation

security-scan.sh

Detect secrets, API keys, passwords, debug functions

Package Integrations

85+

Agents detect installed packages and adapt output automatically.

Admin & UI

  • filament/filament
  • livewire/livewire
  • inertiajs/inertia-laravel

Testing

  • pestphp/pest
  • laravel/dusk
  • mockery/mockery

API & Auth

  • laravel/sanctum
  • spatie/laravel-permission
  • nuwave/lighthouse

Performance

  • laravel/octane
  • laravel/horizon
  • laravel/pulse