0052-laravel-jobs
CommunityDelegate work to jobs with robust queues.
System Documentation
What problem does it solve?
It helps you implement Laravel background processing safely and maintainably by structuring jobs and event listeners as thin delegation layers, keeping domain logic in actions instead of spreading it across queue-related classes.
Core Features & Use Cases
- Thin delegation: Configure jobs/listeners to set context (queueing, retries, middleware) and delegate the actual work to actions.
- Queue behavior controls: Apply retries, timeouts, unique job prevention, queue selection, and job middleware patterns.
- Event-driven workflows: Dispatch jobs from listeners and use conditional listener queueing for efficient processing.
Example: When an Order is placed, a queued listener reacts to the event and dispatches a job that delegates order processing to an action.
Quick Start
Ask an AI to “Create a Laravel job and listener pattern where the job implements ShouldQueue, delegates all domain work to an action, and includes queue, retry, and middleware configuration.”
Dependency Matrix
Required Modules
None requiredComponents
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: 0052-laravel-jobs Download link: https://github.com/MrJmpl3/codex_____data_____configuration/archive/main.zip#0052-laravel-jobs Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.