We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670d375 commit d4e5267Copy full SHA for d4e5267
README.md
@@ -108,8 +108,8 @@ the SDK's User Guide.
108
109
## Usage
110
111
-In order to use the AWS SDK for PHP within your app, you need to retrieve it from the [Laravel IoC
112
-Container](http://laravel.com/docs/ioc). The following example uses the Amazon S3 client to upload a file.
+In order to use the AWS SDK for PHP within your app, you need to retrieve it from the [Laravel Service
+Container](https://laravel.com/docs/container#binding). The following example uses the Amazon S3 client to upload a file.
113
114
```php
115
$s3 = App::make('aws')->createClient('s3');
0 commit comments