Explorar el Código

wesmiler 抢表商城

APPLE hace 3 años
padre
commit
b95d1db6f8
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      config/app.php

+ 6 - 0
config/app.php

@@ -175,6 +175,9 @@ return [
          * Package Service Providers...
          */
 
+        // 二维码
+        \SimpleSoftwareIO\QrCode\QrCodeServiceProvider::class,
+
         /*
          * Application Service Providers...
          */
@@ -240,6 +243,9 @@ return [
         // 导出Excel
         'Excel' => Maatwebsite\Excel\Facades\Excel::class,
 
+
+        'QrCode' => SimpleSoftwareIO\QrCode\Facades\QrCode::class,
+
     ],
 
 ];