摘要:
use Illuminate\Support\Carbon; use PhpOffice\PhpSpreadsheet\Shared\Date; public function transformDateTime($value, string $format = 'Y-m-d H:i:s') if 阅读全文
摘要:
1、安装组件 composer require simplesoftwareio/simple-qrcode 1.3.* 在 config/app.php 注册服务提供者: SimpleSoftwareIO\QrCode\QrCodeServiceProvider::class 同样在 config 阅读全文