Skip to content

Commit 3fb29a1

Browse files
authored
Update readme.md
1 parent 193875d commit 3fb29a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Laravel Async Queue Driver
22

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+
36
## Push a function/closure to the background.
47

58
Just like the 'sync' or 'deferred' connection, this is not a real queue. It is always fired immediately.

0 commit comments

Comments
 (0)