We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3673f7 commit a1d7ed9Copy full SHA for a1d7ed9
readme.md
@@ -1,7 +1,9 @@
1
-# Laravel 4/5 Async Queue Driver
+# Laravel 4 Async Queue Driver
2
3
## Push a function/closure to the background.
4
5
+### For Laravel 5, check the [0.4 branch](https://github.com/barryvdh/laravel-async-queue/tree/0.4) (Work-in-progress)
6
+
7
Just like the 'sync' driver, this is not a real queue driver. It is always fired immediatly.
8
The only difference is that the closure is sent to the background without waiting for the response.
9
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