Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit b5539fa

Browse files
committed
Add note about 4.2
1 parent 6805385 commit b5539fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# Laravel Async Queue Driver
1+
# Laravel 4.2+ Async Queue Driver
22
## Push a function/closure to the background.
33

44
Just like the 'sync' driver, this is not a real queue driver. It is always fired immediatly.
55
The only difference is that the closure is sent to the background without waiting for the response.
66

77
> **Note:** If you are coming from 0.1.0 (or dev-master), you will need to run the migrations, since the new versions uses a database to store the queue.
8+
> If you are on Laravel 4.0 or 4.1, you can still require 0.1.x for the old way.
89
910
### Install
1011
Add the package to the require section of your composer.json and run `composer update`

0 commit comments

Comments
 (0)