Browse Source

wesmiler 抢表商城

APPLE 2 years ago
parent
commit
cfda82d482
1 changed files with 6 additions and 1 deletions
  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,
     ],
 
 ];