mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-12 08:24:04 +00:00
Add image
This commit is contained in:
parent
2d309ce417
commit
476ec44e85
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# Job Pipeline
|
# Job Pipeline
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img width="600" src="https://i.imgur.com/AcVXakZ.png" alt="Job Pipeline" />
|
||||||
|
</p>
|
||||||
|
|
||||||
The `JobPipeline` is a simple, yet **extremely powerful** class that lets you **convert any (series of) jobs into event listeners.**
|
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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue