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