mineko-io/laravel-namespace-dispatcher

Dispatches jobs by convention to separate handler class located next to job definition

1.0.0 2019-04-11 17:25 UTC

This package is auto-updated.

Last update: 2025-06-12 06:53:10 UTC


README

Build Status Maintainability Test Coverage License: MIT

Extends the Illuminate\Bus\Dispatcher class to load handlers for Jobs by convention from namespace. Handlers for jobs should be than named like job / command name concated with "Handler" in the same namespace. No config needed.

Install

Using composer:

composer require "mineko-io/laravel-namespace-dispatcher"