简体   繁体   中英

Configure aws SDK in PHP laravel

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM