-
Laravel 10.48.20
PHP 8.1.9
Code:
$config = ArrayFile::open(base_path('config/app.php'));
Error:
PhpParser\Lexer\Emulative::__construct(): Argument #1 ($phpVersion) must be of type ?PhpParser\Ph…
-
As a member of the team doing the work
I want to be able to clearly identify which tubes contain which sample and what form it is in e.g. extracted gDNA
So printed labels with strain info and a barco…
-
**Describe the bug**
I'm having an issue with a barcode in Code-128B format. I used this site, https://www.barcodesinc.com/generator/index.php, to generate t
his image:
![fileoutpart3](https://us…
-
I want to hide barcode text in bottom. Only barcode should display....how to do that?
ghost updated
4 months ago
-
I try to use this lib. Just use:
```
// set object
$bc = new Barcode39("L-1480611810");
// save barcode GIF file
$bc->draw("barcode.gif");
```
![barcode](https://cloud.githubusercontent.com…
ghost updated
4 years ago
-
when i use C128A algorithm
(new DNS1D())->getBarcodePNG($orderItem->stock_code, 'C128A')
this error occurs
"Trying to access array offset on value of type bool"
DNS1D.php line:180
laravel v…
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate…
-
All the codes I create are always prepended by a zero. For example, if I use the code 123456 then the scanned code is 0123456. Here is the exact code I am using to generate the barcode:
`
-
When a user enters a valid ISBN for their book and attempts to use the cover generator tool, the export fails at the barcode generation stage and the user sees a default WordPress error `File is empty…
-
@janprochazkacz and @drlikm I really appreciate your work on Barcode plugin, searching this thing for a very long time!
I have found this plugin: https://github.com/Ubiquiti-App/UCRM-plugins/pull…