Replies: 2 comments
-
That's because it is not released yet. If you want to use the reader you will have to install it from |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh on a side note it will probably not read the pdf unless it's somehow supported by ImageMagick. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I can't call any of the QRCode reader methods like
$result = (new QRCode($options))->readFromFile(__DIR__.'./eticket.pdf');
because those methods and files aren't included in the download from Composer. I even looked through the releases and none of those methods like
readFromFile
are included in the download. Is there something I'm missing or a certain way to include the project in composer such that it contains the QRCode reading files? Even when downloading the zip files of the releases none of the reader files are included. Thanks!Beta Was this translation helpful? Give feedback.
All reactions