Introduction
Since Laravel 5, the filesystem operations are abstracted thanks to the Flysystem PHP package by Frank de Jonge. This integration provides simple drivers for working with local filesystems, Amazon S3, and other Cloud Storage. The API remains the same for each system therefore is really simple to swap between each storage option.
Testing the filesystem is not an easy task. I covered some of the challenges in a previous blog post, but luckily we have a couple of tools …
Read More



