Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Commit a1d7ed9

Browse files
committed
Link to 0.4 for L5
1 parent c3673f7 commit a1d7ed9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Laravel 4/5 Async Queue Driver
1+
# Laravel 4 Async Queue Driver
22

33
## Push a function/closure to the background.
44

5+
### For Laravel 5, check the [0.4 branch](https://github.com/barryvdh/laravel-async-queue/tree/0.4) (Work-in-progress)
6+
57
Just like the 'sync' driver, this is not a real queue driver. It is always fired immediatly.
68
The only difference is that the closure is sent to the background without waiting for the response.
79
This package is more usable as an alternative for running incidental tasks in the background, without setting up a 'real' queue driver.

0 commit comments

Comments
 (0)