Search code examples
phplaravelamazon-web-serviceslaravel-4amazon-sqs

Error related to AWS Sqs Queue in Laravel


I get this error in laravel when trying to access Queue -

Class 'Aws\Sqs\SqsClient' not found

My default queue is 'sync' and I have not required 'Sqs' anywhere in my composer.json. Then why is this happening? Is it compulsory to include it in newer versions of Laravel.


Solution

  • I use this package: https://github.com/aws/aws-sdk-php-laravel

    This package AWS components with works!

    I recommend it to you