Support the ongoing development of Laravel.io →
Configuration Queues

I am setting up queues for my app.

The docs say that for AWS SQS, the driver has to be installed

https://laravel.com/docs/5.2/queues#introduction

The following dependencies are needed for the listed queue drivers:

Amazon SQS: aws/aws-sdk-php ~3.0

But I forgot to install this driver, I just set up my queue config and it works without.

Are the docs outdated?

I checked my composer.json and the only thing I have for aws is the s3 driver.

league/flysystem-aws-s3-v3": "~1.0"

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

yttkart yttkart Joined 24 Feb 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.