laravel-infrastructure

Orchestrates Horizon, Octane, Reverb, Redis, and PostgreSQL for Laravel queue, real-time, and caching workflows.

5|1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/anilcancakir/my-claude-code --skill laravel-infrastructure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-infrastructure
Source: https://github.com/anilcancakir/my-claude-code/tree/main/skills/laravel-infrastructure
Command: npx skills add https://github.com/anilcancakir/my-claude-code --skill laravel-infrastructure

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Laravel apps often struggle with queue management, real-time broadcasts, and high-concurrency workloads. This skill orchestrates Horizon, Octane, Reverb, Redis, and PostgreSQL patterns to improve throughput, responsiveness, and reliability across production environments.

Core Features & Use Cases

  • Horizon for queue management and monitoring
  • Octane for HTTP throughput and memory management
  • Reverb for WebSockets and real-time events
  • Redis for caching and coordination
  • PostgreSQL for relational data and reliable storage

Quick Start

Install Horizon, Octane, and Reverb, configure your environment for Laravel 12+, and start the services to optimize performance.

Frequently Asked Questions about laravel-infrastructure

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

FAQPage Schema
How do I optimize Laravel performance for high-concurrency workloads?

Optimizing Laravel performance for high-concurrency workloads involves orchestrating Octane for HTTP throughput and Redis for caching. This combination significantly improves application responsiveness and reliability across production environments.

What is the best way to manage queue-heavy workloads in a Laravel application?

The best way to manage queue-heavy workloads in Laravel is using Horizon for queue monitoring and management. Paired with Redis, it provides reliable coordination and visibility for demanding background job processing.

How do I set up WebSockets and real-time broadcasts in Laravel 12+?

To set up WebSockets and real-time broadcasts in Laravel 12+, configure Reverb channels. This service handles real-time events and integrates smoothly with your existing Redis and PostgreSQL infrastructure.

Does Laravel Octane work with Redis and PostgreSQL?

Yes, Laravel Octane works with Redis and PostgreSQL. You can configure Octane worker management alongside Redis caching and PostgreSQL connectivity to solve performance and reliability bottlenecks in your application.

When do I need Laravel Horizon and Octane together?

You need Laravel Horizon and Octane together when your application struggles with queue management, real-time broadcasts, and high-concurrency HTTP throughput. Orchestrating these services solves complex performance and reliability bottlenecks.