Thanks to visit codestin.com Credit goes to github.com
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 2ba204a commit b849a4bCopy full SHA for b849a4b
readme.md
@@ -3,9 +3,9 @@
3
## Push a function/closure to the background.
4
5
6
-### For Laravel 5.4, check the [0.6 branch](https://github.com/barryvdh/laravel-async-queue/tree/0.6)
+### For Laravel 5.4, check the [0.6 branch](https://github.com/barryvdh/laravel-async-queue/tree/v0.6.0)
7
8
-### For Laravel 5.3, check the [0.5 branch](https://github.com/barryvdh/laravel-async-queue/tree/0.5)
+### For Laravel 5.3, check the [0.5 branch](https://github.com/barryvdh/laravel-async-queue/tree/v0.5.0)
9
10
Just like the 'sync' driver, this is not a real queue driver. It is always fired immediatly.
11
The only difference is that the closure is sent to the background without waiting for the response.
0 commit comments