laravel

Provide Laravel 11+ development guardrails covering Eloquent, Blade, routing, and middleware.

7|1|Updated Nov 3, 2025
One-click install
npx skills add https://github.com/ar4mirez/samuel --skill laravel-ar4mirez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel
Source: https://github.com/ar4mirez/samuel/tree/main/template/.claude/skills/laravel
Command: npx skills add https://github.com/ar4mirez/samuel --skill laravel-ar4mirez

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guardrails, patterns, and best practices for developing with the Laravel framework, ensuring efficient, secure, and scalable applications.

Core Features & Use Cases

  • Framework Guidance: Offers best practices for Eloquent ORM, Blade templating, routing, middleware, and more.
  • Code Quality: Enforces strict typing, PSR-12 standards, and security best practices.
  • Use Case: When building a new Laravel feature, consult this Skill for guidance on structuring controllers, validating requests, and optimizing database queries to follow established Laravel conventions.

Quick Start

Use the laravel skill to generate a new Eloquent model with a migration, factory, controller, and seeder.

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 validate requests when building a Laravel 11 feature?

To structure controllers and validate requests in Laravel 11, apply established framework conventions for routing, middleware, and Eloquent ORM. Following PSR-12 standards and strict typing ensures efficient, secure, and scalable application code.

What's the best way to optimize Eloquent ORM database queries in Laravel?

Optimizing Eloquent ORM database queries in Laravel involves applying established performance best practices. This includes structuring controllers efficiently and adhering to framework guardrails to ensure scalable database interactions.

Does Laravel 11 require PHP 8.2 for backend web development?

Yes, Laravel 11 backend web development requires PHP 8.2 and adheres to PSR-12 standards. This environment ensures strict typing and supports modern framework capabilities like queue management and Blade templating.

Can I use AI to generate an Eloquent model with a migration and factory?

Yes, you can use AI to generate an Eloquent model complete with a migration, factory, controller, and seeder. This provides structured guidance on code style and project organization for rapid Laravel development.

How does queue management work in Laravel 11+?

Queue management in Laravel 11+ is handled through established framework patterns and guardrails. It facilitates efficient background processing by offering structured guidance on code style, security, and performance optimization.

Are there specific security best practices for Laravel Blade templates and routing?

Yes, Laravel Blade templates and routing require following strict security best practices and PSR-12 standards. The framework enforces these guardrails to ensure secure middleware implementation and scalable application development.