From 476ec44e85e7ae5ebd0c8c79337113d610a18035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 15 May 2020 19:48:34 +0200 Subject: [PATCH] Add image --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 46fef1f..1a7c05d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Job Pipeline +

+ Job Pipeline +

+ The `JobPipeline` is a simple, yet **extremely powerful** class that lets you **convert any (series of) jobs into event listeners.** You may use a job pipeline like any other listener, so you can register it in the `EventServiceProvider` using the `$listen` array, or in any other place using `Event::listen()` — up to you.