$url = '/Users/tegic/Downloads/59cf8980d49b358601.mp4'; try { $result = download($url, 'my'); } catch (\Exception $e) { return json($e->getMessage()); } return $result;