二维码生成 Qrcode::png() 方法不存在 [ 2.0 版本 ]
Qrcode::png("$url");
开门_查水表 补充于 2018-10-31 13:25
看了文档 是这样的
$qrCode = (new QrCode('This is my text'))
->setSize(250)
->setMargin(5)
->useForegroundColor(51, 153, 255);
// now we can display the qrcode in many ways
// saving the result to a file:
$qrCode->writeFile(__DIR__ . '/code.png'); // writer defaults to PNG when none is specified
// display directly to the browser
header('Content-Type: '.$qrCode->getContentType());
echo $qrCode->writeString();
然后又报错
看到要引入这个 这个路径都不知道是谁的
use BaconQrCode\Renderer\Image\Png;
开门_查水表 补充于 2018-10-31 15:00
差劲,找了个js的代替了
qrcodejs-04f46c6.zip
共 2 个回答
-
你安装的时候出错了吧。。。
正常应该是这样的:composer require 2amigos/qrcode-library:~1.1 Updating dependencies (including require-dev) Package operations: 3 installs, 0 updates, 0 removals - Installing khanamiryan/qrcode-detector-decoder (1.0.2): Downloading (100%) - Installing bacon/bacon-qr-code (1.0.3): Downloading (100%) - Installing 2amigos/qrcode-library (1.1.2): Downloading (100%)
共 1 条回复
开门_查水表
注册时间:2018-09-28
最后登录:2018-11-14
在线时长:6小时2分
最后登录:2018-11-14
在线时长:6小时2分
- 粉丝0
- 金钱115
- 威望0
- 积分175