1

Can anyone help me how to configure aws SDK in PHP laravel. I referred the official GitHub repository of SDK but AWS class not found exception is being raised. Thank you

1 Answer 1

2

AWS SDK is an external PHP package and needs to be installed inside the project using composer. It comes with Laravel pre-packaged, so running composer install will solve the problem for you.

Navigate to your project root directory (where composer.json is placed) composer install

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.