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
Hello,
I am using this package outside of a Laravel project to generate an image for a PDF417 code but it fails with error Call to undefined function Milon\\Barcode\\app(), file: [...]\\vendor\\milon\\barcode\\src\\Milon\\Barcode\\DNS2D.php, line: 183
My code looks like
useMilon\Barcode\DNS2D;
// ...$code = "My text goes here";
$pdf417 = newDNS2D();
$raw_image = base64_decode($pdf417->getBarcodePNG($code, "PDF417,8", 3, 3));
// ...
I do not have any app function in my codebase.
The text was updated successfully, but these errors were encountered:
Hello,
I am using this package outside of a Laravel project to generate an image for a PDF417 code but it fails with error
Call to undefined function Milon\\Barcode\\app()
,file: [...]\\vendor\\milon\\barcode\\src\\Milon\\Barcode\\DNS2D.php, line: 183
My code looks like
I do not have any
app
function in my codebase.The text was updated successfully, but these errors were encountered: