Uploading Files Directly to AWS S3 in Laravel 5.3

25. October 2016 Blog 0
In a recent project we use AWS S3 to store files. Originally I was uploading the files like normal then using Laravel’s built in File Storage to move the files to S3. However this seemed like a waste to upload files to my server that were going to get moved to another server. So I ...

Mock API Tool

I few months ago a friend of mine was doing some frontend development and need to mock out some API calls. In the past I’ve used tools like apiary or swagger to document APIs and even mock out endpoints. He was in a rush so neither were a great option. Both of these tools require ...