laravel-coder

Generate Laravel controllers, models, and migrations via Artisan commands.

150|51|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/AratKruglik/claude-laravel --skill laravel-coder-aratkruglik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-coder
Source: https://github.com/AratKruglik/claude-laravel/tree/main/.claude/skills/laravel-coder
Command: npx skills add https://github.com/AratKruglik/claude-laravel --skill laravel-coder-aratkruglik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation of modern, maintainable Laravel application code, ensuring adherence to best practices for performance, security, and code style.

Core Features & Use Cases

  • Code Generation: Creates controllers, models, migrations, and other Laravel components using Artisan commands.
  • Best Practice Enforcement: Enforces strict typing, type declarations, modern PHP features, and Eloquent ORM conventions.
  • Use Case: Generate a new Laravel model with a factory, seeder, and associated migration, ensuring all code follows the project's strict coding standards.

Quick Start

Use the laravel-coder skill to create a new model named 'Product' with a migration and factory.

Frequently Asked Questions about laravel-coder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Laravel code that follows strict typing and Eloquent conventions?

To generate Laravel code with strict typing and Eloquent conventions, use a generation tool that enforces type declarations and modern PHP features automatically. This ensures controllers, models, and migrations adhere to performance and security best practices.

What's the best way to create a Laravel model with a factory, seeder, and migration together?

The best way to create a Laravel model with a factory, seeder, and migration together is to use Artisan code generation commands. This simultaneously scaffolds the necessary files while enforcing strict typing and Eloquent ORM conventions across all components.

How does enforcing strict typing and type declarations improve my Laravel application?

Enforcing strict typing and type declarations in Laravel applications improves performance, security, and code maintainability. It ensures that generated controllers, models, and migrations follow modern PHP features and Eloquent ORM conventions strictly.

Can I use Artisan commands to generate controllers and migrations with modern PHP features?

Yes, you can use Artisan commands to generate controllers and migrations that incorporate modern PHP features. The code generation process enforces strict typing, type declarations, and best code style practices across all generated Laravel components.

Does Laravel code generation support Eloquent ORM conventions for maintainable code?

Laravel code generation fully supports Eloquent ORM conventions to produce maintainable application code. It automatically applies these conventions alongside strict typing and security best practices when scaffolding models, migrations, and controllers.