File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Latest Stable Version] ( https://poser.pugx.org/aws/aws-sdk-php-laravel/v/stable.png )] ( https://packagist.org/packages/aws/aws-sdk-php-laravel )
4
4
[ ![ Total Downloads] ( https://poser.pugx.org/aws/aws-sdk-php-laravel/downloads.png )] ( https://packagist.org/packages/aws/aws-sdk-php-laravel )
5
5
6
- A simple [ Laravel 4] ( http://four. laravel.com/ ) service provider for including the [ AWS SDK for PHP] ( https://github.com/aws/aws-sdk-php ) .
6
+ A simple [ Laravel 4] ( http://laravel.com/ ) service provider for including the [ AWS SDK for PHP] ( https://github.com/aws/aws-sdk-php ) .
7
7
8
8
## Installation
9
9
@@ -65,7 +65,7 @@ Find the `aliases` key in your `app/config/app.php` and add the AWS facade alias
65
65
## Usage
66
66
67
67
In order to use the AWS SDK for PHP within your app, you need to retrieve it from the [ Laravel IoC
68
- Container] ( http://four. laravel.com/docs/ioc ) . The following example uses the Amazon S3 client to upload a file.
68
+ Container] ( http://laravel.com/docs/ioc ) . The following example uses the Amazon S3 client to upload a file.
69
69
70
70
``` php
71
71
$s3 = App::make('aws')->get('s3');
@@ -90,8 +90,8 @@ $s3->putObject(array(
90
90
91
91
## Links
92
92
93
- * [ AWS SDK for PHP on Github] ( http://github.com/aws/aws-sdk-php )
93
+ * [ AWS SDK for PHP on Github] ( http://github.com/aws/aws-sdk-php/ )
94
94
* [ AWS SDK for PHP website] ( http://aws.amazon.com/sdkforphp/ )
95
- * [ AWS on Packagist] ( https://packagist.org/packages/aws )
95
+ * [ AWS on Packagist] ( https://packagist.org/packages/aws/ )
96
96
* [ License] ( http://aws.amazon.com/apache2.0/ )
97
- * [ Laravel website] ( http://laravel.com )
97
+ * [ Laravel website] ( http://laravel.com/ )
You can’t perform that action at this time.
0 commit comments