Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38414b7

Browse files
committed
Update readme
1 parent 8163bfe commit 38414b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Laravel 4/5 Async Queue Driver
1+
# Laravel 5 Async Queue Driver
22

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

55
Just like the 'sync' driver, this is not a real queue driver. It is always fired immediatly.
66
The only difference is that the closure is sent to the background without waiting for the response.
77
This package is more usable as an alternative for running incidental tasks in the background, without setting up a 'real' queue driver.
88

9-
> **Note:** If you are coming from 0.1.0 (or dev-master), you will need to run the migrations, since the new versions uses a database to store the queue.
9+
> **Note:** This is using the DatabaseQueue, so make sure you set that up first, including migrations.
1010
1111
### Install
1212

0 commit comments

Comments
 (0)