1

我在 laravel lumen 中使用 spatie 库将文件创建为图像。但它给出了错误。

$destinationPath = storage_path('uploads');
$new_path = str_replace('\\', '/', $destinationPath);

Browsershot::url('https://www.example.com/')
    ->setScreenshotType('jpeg', 100)
    ->save($new_path);

错误是:给定路径“您的存储文件路径”不包含扩展名。请附加扩展名。

4

0 回答 0