laravel

Automate Laravel PHP development patterns for routing, controllers, models, and migrations.

1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/enact-on/super-ai-github --skill laravel-enact-on
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel
Source: https://github.com/enact-on/super-ai-github/tree/main/.opencode/skill/laravel
Command: npx skills add https://github.com/enact-on/super-ai-github --skill laravel-enact-on

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates Laravel and PHP development patterns and best practices to standardize architecture, improve maintainability, and accelerate delivery across teams.

Core Features & Use Cases

  • Project structure guidance: Organize controllers, models, services, migrations, and resources for scalable apps.
  • Routing, validation, and security: Promote consistent API routes, form requests, policies, and authentication strategies.
  • Performance and quality: Enforce eager loading, queues, API resources, and testing patterns to reduce defects.
  • Use Case: Apply these patterns to a new Laravel API to rapidly implement CRUD resources with robust validation and authorization.

Quick Start

Integrate the Laravel skill into your PHP project by following the documented patterns: structure your app per the recommended folders, implement validation and policies, set up API resources and migrations, then run the test suite.

Frequently Asked Questions about laravel

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

FAQPage Schema
How do I structure controllers and services for a scalable Laravel API?

To structure a scalable Laravel API, organize controllers, models, services, migrations, and API resources into a standardized architecture. This pattern promotes maintainability and accelerates delivery across development teams.

What is the best way to implement validation and authorization in Laravel?

The best way to implement validation and authorization in Laravel is by using form requests for validation and policies for authorization. These patterns enforce consistent security and data integrity across API routes.

Do I need PHP 8.1 and Laravel 10 to use these development patterns?

Yes, you need PHP 8.1+ and Laravel 10+ to use these development patterns. The framework requirements ensure proper enforcement of validation, authentication, transactions, and performance patterns.

How do I reduce defects and improve performance in Laravel applications?

Reduce defects and improve Laravel performance by enforcing eager loading, utilizing queues for background processing, and implementing API resources. Consistent testing patterns further ensure application quality.

Can I rapidly implement CRUD resources with robust security in Laravel?

You can rapidly implement CRUD resources in Laravel by applying documented patterns for API resources, form requests, and policies. This approach delivers robust validation and authorization out of the box.