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!
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 likereadFromFile
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!