We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
I have install dsiddharth2/php-zxing into laravel project.
After that I write sample code
<?php use PHPZxing\PHPZxingDecoder; $decoder = new PHPZxingDecoder(); $data = $decoder->decode('https://internationalbarcodes.com/wp-content/uploads/sites/95/2013/09/07-EAN-13-Standard-1.jpg'); if($data instanceof PHPZxing\ZxingImage) { print_r($data); } ?>
and it give error File/Folder does not exist.
I think I miss this step
{ "require": { "dsiddharth2/php-zxing": "1.0.1" } }
Where I have to add above line in laravel project.
The text was updated successfully, but these errors were encountered:
I have the exact same problem, but i also use "dsiddharth2/php-zxing": "1.0.1", did you ever found the solution?
Sorry, something went wrong.
Sorry for late reply,
Did you guys find the solution ?
I think it the library does not support linking external image paths. I will try and let you know. I have experimented on local paths on the machine.
No branches or pull requests
Hi
I have install dsiddharth2/php-zxing into laravel project.
After that I write sample code
and it give error File/Folder does not exist.
I think I miss this step
Where I have to add above line in laravel project.
The text was updated successfully, but these errors were encountered: