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"
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community