浏览代码

wesmiler 抢表商城

APPLE 2 年之前
父节点
当前提交
cfda82d482
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      config/app.php

+ 6 - 1
config/app.php

@@ -178,6 +178,9 @@ return [
         // 二维码
         \SimpleSoftwareIO\QrCode\QrCodeServiceProvider::class,
 
+        // 图片压缩
+//        Intervention\Image\ImageServiceProvider::class,
+
         /*
          * Application Service Providers...
          */
@@ -243,9 +246,11 @@ return [
         // 导出Excel
         'Excel' => Maatwebsite\Excel\Facades\Excel::class,
 
-
+        // 二维码
         'QrCode' => SimpleSoftwareIO\QrCode\Facades\QrCode::class,
 
+        // 图片压缩
+//        'Image' => Intervention\Image\Image::class,
     ],
 
 ];