Eddie Palmans
Eddie Palmans
through new settings "tab_label_size_12", "tab_label_size_13" and "tab_label_size_14"
Exposes a second optional parameter to the show() method which allows to override the default orange one. Works by removing the original node and events from the DOM first; then...
Addressing issue https://github.com/openfoodfacts/openfoodfacts-laravel/issues/14 Returns geographic content when optional parameter is set on instantiation. e.g.: ```php app()->make(OpenFoodFacts::class, ['geography' => 'nl'])->barcode($barcode_to_search_for); ``` PS. Ability to define default geography on config still remains,...
### What Use of ```ext-gd``` appears to only be required in tests (through ```imagepng()``` call), introduced in https://github.com/openfoodfacts/openfoodfacts-php/pull/47. Therefore, proposing to move from require to require-dev ### Fixes bug(s) -...