barcode icon indicating copy to clipboard operation
barcode copied to clipboard

Laravel Barcode Generator

Results 55 barcode issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/61313138/181409757-ba5cbc75-ce24-44a7-a802-af2290757cab.png) Milon/barcode is not work in heroku. I tried install it, unfortunately i can't do it. I got a error. warning [email protected]: The engine "browsers" appears to be invalid. Installing...

I'm not sure why, but when I try `{!! DNS1D::getBarcodeSVG(123456789, 'C128') !!}` I had something completely differente from: `{!! DNS1D::getBarcodeHTML(123456789, 'C128') !!}` It's not just the fact that with the...

Hi, when i generate a C128 barcode representing the string "A121849311" on any online site i receive someting like this: ![A121849311](https://user-images.githubusercontent.com/2396006/119516591-2f76ba00-bd77-11eb-849c-b6c5805bfcde.jpeg) but the one generated with this library is slightly...

When I generate a barcode as: `` and scan a with android application shows: 1234567892 in the result 2 is added as extra digit. Why is this happening?

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?...

My PHP version is 8.1.3. This is not supportive when I am trying to install it by the composer. Giving this error: nette/schema v1.2.1 requires php >=7.1 your php version...

```[2022-06-01 23:31:49] live.EMERGENCY: File:/home/lightvjq/sub_domains/waji.lightningitsolution.com/vendor/milon/barcode/src/Milon/Barcode/DNS1D.phpLine:1472Message:Expected 1 get 3 (View: /home/lightvjq/sub_domains/waji.lightningitsolution.com/resources/views/labels/partials/preview_2.blade.php) ```

I've been getting a lot of alerts like *Implicit conversion from float 23.5 to int loses precision in /var/www/vendor/milon/barcode/src/Milon/Barcode/QRcode.php on line 878*

when i use C128C algorithm this error occurs "Trying to access array offset on value of type bool" DNS1D.php line:180 laravel version:9.2 php version:8.0.2 milon/barcode: 9.0

Dear @milon :wave:, I'm using a somewhat outdated version at 5.3.6 (working on fixing that ASAP) but in the meantime I started working on a PR (https://github.com/ttomdewit/barcode/tree/normalize-index-braces) to fix some...