浏览代码

Update image config

Daniel Supernault 1 月之前
父节点
当前提交
ff503bf439
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      config/image.php

+ 2 - 2
config/image.php

@@ -7,11 +7,11 @@ return [
     | Image Driver
     |--------------------------------------------------------------------------
     |
-    | Intervention Image supports "GD Library", "Imagick" and "libvips" to process
+    | Intervention Image supports "GD Library" or "Imagick" to process
     | images internally. You may choose one of them according to your PHP
     | configuration. By default PHP's "GD Library" implementation is used.
     |
-    | Supported: "gd", "imagick", "libvips"
+    | Supported: "gd", "imagick"
     |
     */
     'driver' => env('IMAGE_DRIVER', 'gd'),