Closed Brice155 closed 10 months ago
Hi @Brice155 the text under the QR code is the label which can be set via Label::create($labelText)
. You are probably calling it from somewhere as QrCode::create($data)
does not set this label.
Hi @endroid Thanks for your answer... Indeed, the picture was cached... after delete it, the label was not here anymore. Sorry
Hello ! And thanks a lot for this awesome package !
Here is my code : ` $dataToQrCodify = $this->getParameter('app.app.site.root.url.www');
But the content of the variable $dataToQrCodify is displayed under the QRCode. How can i hide it (for accessibility reasons) ?
Thanks for your answer ;)
Screenshot :