AWS Developer Tools Blog

Tag: laravel

Updated Framework Modules for V3

Last month, we announced that Version 3 of the AWS SDK for PHP was generally available. We’ve now updated all of our framework-specific modules with releases that support Version 3 (V3) of the SDK. Take a look! AWS Service Provider for Laravel V3 Support: Version 3.0.0 Older Versions: 2.0 branch – For Version 2 of […]

AWS at Laracon 2014

I recently had the pleasure to attend and speak at Laracon, which is a conference for users of the Laravel PHP framework. This is the second year that they have done Laracon. Last year, Laracon (US) was in Washington D.C., but this year they did it in New York City. The thing that impressed me […]

AWS at PHP Conferences in Spring 2014

This spring, I’ll be traveling to Dallas and New York City to represent the AWS SDK for PHP team and be with fellow PHP developers. I hope to see you too! In late April, I’ll be going to Dallas for Lone Star PHP! I have two talks that I’ll be sharing there: Recursion: Making Big […]

AWS Service Provider for Laravel 1.1.0

We would like to announce the availability of version 1.1.0 of the AWS Service Provider for Laravel. This release updates the config handling logic of the service provider and provides a package-level configuration that can be published to your Laravel application via Artisan for easy customization. Are there any other features you would like to […]

AWS Service Provider for Laravel 1.0.4

We would like to announce the availability of version 1.0.4 of the AWS Service Provider for Laravel. This version includes the AwsLaravelAwsFacade class which allows you to register an AWS facade in your Laravel 4 project, so you can retrieve clients in an easy and idiomatic way (e.g., $s3 = AWS::get(‘s3’);). We would also like […]