Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 laravel v7 中使用 aws sdk 来使用 AWS QLDB 客户端,我已按照此处编写的所有程序进行操作。我收到此错误
Aws\Laravel\AwsServiceProvider::class 未找到
Aws SDK PHP没有内置提供程序,它是用于 vanilla 的PHP。你需要安装Laravel它的版本,你可以在github上找到这个包。
Aws SDK PHP
PHP
Laravel
composer require aws/aws-sdk-php-laravel