You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# Laravel 4/5 Async Queue Driver
1
+
# Laravel 5 Async Queue Driver
2
2
3
3
## Push a function/closure to the background.
4
4
5
5
Just like the 'sync' driver, this is not a real queue driver. It is always fired immediatly.
6
6
The only difference is that the closure is sent to the background without waiting for the response.
7
7
This package is more usable as an alternative for running incidental tasks in the background, without setting up a 'real' queue driver.
8
8
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.
0 commit comments