Eddie Palmans

Results 7 comments of Eddie Palmans

Hi Brandtley, Thanks! I’ll check it out! kind regards, eddie Op 11 dec. 2018 om 18:39 heeft Brandtley McMinn het volgende geschreven: If you find this is an issue, you...

we are open to PR's ofcourse, but alternatively, you could try to change the geography config setting at runtime before calling the OpenFoodFacts class (or through its facade), e.g. ```php...

For Laravel 9, install: - using PHP 7.2-7.4: `composer require "openfoodfacts/openfoodfacts-laravel:^0.2"` - using PHP 8.0: `composer require "openfoodfacts/openfoodfacts-laravel:^0.3"` - using PHP 8.1: `composer require openfoodfacts/openfoodfacts-laravel` (regular install) - using PHP...

> Hi, Can i have some right on this project too ? I want to add PHPstan && update cs-fixer (and ci indeed) sure! Now granted

available now (^0.4.1) See https://github.com/openfoodfacts/openfoodfacts-laravel/pull/22

there might be a side-effect, but it may help to derive the baseRoute - or actually its URL - from the referer header. E.g. In my ```HandleInertiaRequests``` I'm using a...

be aware that this will introduce a breaking change. Not sure if forcing the useragent is really that important (no way to verify anyhow)?... if not, maybe revert this -...