What problem does it solve?
Laravel app development often involves repetitive boilerplate, scaffolding, and enforcement of project conventions when creating files, migrations, controllers, and working with Eloquent models and Artisan commands. This skill provides a structured, AI-friendly blueprint for developers and agents to follow, aligning with Laravel Boost guidelines and established project standards.
Core Features & Use Cases
- Auto-generates scaffolding for models, migrations, controllers, factories, and resources using Sail Artisan commands to ensure consistency.
- Enforces Laravel conventions, including Eloquent patterns, naming, and directory structure, with safe defaults and clear guidance.
- Provides practical workflows and validation checks to accelerate common development tasks in Laravel 12 projects.
Quick Start
Instruct the AI agent to scaffold a new Laravel resource with a model, migration, factory, and controller using the Sail Artisan generator.