⚙️ Engineering Awaiting Security Review

Laravel PHP Framework

Build web applications with Laravel. Generates Eloquent models, migrations, controllers, middleware, Blade templates, Livewire components, and queue jobs following Laravel best practices.

This skill helps you build PHP applications with Laravel. It generates Eloquent models with relationships, creates database migrations, implements RESTful controllers, builds Blade and Livewire components, configures authentication with Laravel Breeze/Jetstream, and sets up queue workers for background processing.

laravel php eloquent livewire web-framework

When to use

Use when building PHP web applications, creating admin panels, implementing e-commerce backends, or working with WordPress-adjacent PHP ecosystems that benefit from Laravel's structure.

Examples

CRUD with Livewire

Build a real-time CRUD interface

Create a Laravel Livewire CRUD for managing products with inline editing, search, pagination, and real-time validation

Multi-tenant SaaS

Set up tenant isolation in Laravel

Implement multi-tenancy in Laravel with database-per-tenant isolation, tenant middleware, and shared authentication