Closed SachiniSync closed 4 years ago
How to save generatorPNG image to specific folder ??
You can specify the location like this
file_put_contents(location/file/'barcode.png', $generator->getBarcode('081231723897', $generator::TYPE_CODE_128));
How to save generatorPNG image to specific folder ??