You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using QR the result image filename is the first parameter, in this case the 'url'. How to sepparate the filename to the url which should redirect QR? It's possible?
$qr = new DNS2D();
$qr->setStorPath(base_path('public/storage/qrcodes/'));
$qr->getBarcodePNGPath($url, 'QRCODE', 50, 50);
The text was updated successfully, but these errors were encountered:
When using QR the result image filename is the first parameter, in this case the 'url'. How to sepparate the filename to the url which should redirect QR? It's possible?
The text was updated successfully, but these errors were encountered: