AdamGaskins / barcoder

A classy package to generate SVG barcodes for the web.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow settings to be set globally

AdamGaskins opened this issue · comments

Instead of having to do Barcoder::code128($data)->hideLabel()->toSvg() every time, I should be able to do it just once.

Barcoder::hideLabel();