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 193875d commit 3fb29a1Copy full SHA for 3fb29a1
readme.md
@@ -1,5 +1,8 @@
1
# Laravel Async Queue Driver
2
3
+## Available as `background` in Laravel [v12.37](https://github.com/laravel/framework/releases/tag/v12.37.0)
4
+Update you config to use driver 'background' and you don't need this package anymore.
5
+
6
## Push a function/closure to the background.
7
8
Just like the 'sync' or 'deferred' connection, this is not a real queue. It is always fired immediately.
0 commit comments