Last time I wrote a post about how to cache AWS credentials. This time I decided to show how it can be used in Laravel.
You can create an additional adapter in your Laravel application. This time I wanted to cache AWS credentials for the S3 storage service.
Continue reading