Skip to content

Commit 2aecd58

Browse files
committed
Update queue documentation.
1 parent c3751a8 commit 2aecd58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

queues.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ The Laravel Queue component provides a unified API across a variety of different
1111

1212
The queue configuration file is stored in `app/config/queue.php`. In this file you will find connection configurations for each of the queue drivers that are included with the framework, which includes a [Beanstalkd](http://kr.github.com/beanstalkd), [IronMQ](http://iron.io), [Amazon SQS](http://aws.amazon.com/sqs), and synchronous (for local use) driver.
1313

14+
The following dependencies are needed for the listed queue drivers:
15+
16+
- Beanstalkd: `pda/pheanstalk`
17+
- Amazon SQS: `aws/aws-sdk-php`
18+
- IronMQ: `iron-io/iron_mq`
19+
1420
<a name="basic-usage"></a>
1521
## Basic Usage
1622

0 commit comments

Comments
 (0)