```php // Already installed with Laravel 5+ use League\Flysystem\Filesystem; // The two filesystem adapters we will use use League\Flysystem\Adapter\Local as LocalAdapter; use League\Flysyst...