php - Error related to AWS Sqs Queue in Laravel -
i error in laravel when trying access queue -
class 'aws\sqs\sqsclient' not found
my default queue 'sync' , have not required 'sqs' anywhere in composer.json. why happening? compulsory include in newer versions of laravel.
i use package: https://github.com/aws/aws-sdk-php-laravel
this package aws components works!
i recommend you
Comments
Post a Comment