I\'ve been experimenting using the new Flysystem integration with Laravel 5. I am storing \'localised\' paths to the DB, and getting the Storage facade to complete the path
First get file url/link then path, as below:
$url = Storage::disk('public')->url($filename); $path = public_path($url);