Work with Laravel applications, Eloquent models, queues, and authentication
Launches a specialized agent to build and maintain Laravel applications with Eloquent models, APIs, queues, and authentication.
/plugin marketplace add LounisBou/claude-code/plugin install lounisbou-claude-code-library@LounisBou/claude-codeLaunches the laravel-developer agent to work with Laravel applications.
/laravel [task_description]
# Create Eloquent models
/laravel "create Order model with User and Product relationships"
# Build API endpoints
/laravel "create a REST API for managing products with authentication"
# Set up queued jobs
/laravel "process uploaded CSV files in the background"
# Optimize queries
/laravel "fix N+1 query issue on the orders page"
# Configure authentication
/laravel "set up Sanctum API authentication"
# General Laravel work
/laravel
When this command is invoked, work on the Laravel task. Check composer.json for Laravel version, review config/ for application settings, and examine existing models in app/Models/ before making changes.