Skip to content

Commit 193875d

Browse files
authored
Revise readme for installation and usage clarity
Updated installation instructions and clarified usage notes.
1 parent 5ba956d commit 193875d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The only difference is that the closure is sent to the background without waitin
77
This package is more usable as an alternative for running incidental tasks in the background, without setting up a 'real' queue driver.
88
It is similar to the 'deferred' connection, but it runs in a background process, so might be more suitable for long running tasks.
99

10+
> Note: Since v0.8 this uses the Concurrently::defer() method instead of the database queue. No database migrations tables are required now. The config can be simplified as below.
11+
>
1012
### Install
1113

1214
Require the latest version of this package with Composer

0 commit comments

Comments
 (0)