📜  下载-a-file-in-laravel-using-a-url-to-external-resource - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:31.803000             🧑  作者: Mango

代码示例1
streamDownload(function () {
        echo file_get_contents('https://my.remote.com/file/store-12345.jpg');
    }, 'nice-name.jpg');
});