David van der Tuijn
David van der Tuijn
same issue, `composer self-update` does not fix it. recently i have also discovered issues with packagist and changed to a mirror. switch to mirror: `composer config -g repos.packagist composer https://packagist.fi`...
The fork from limortimer does not support Laravel 8. https://github.com/olimortimer/LaravelShoppingcart/issues/7 I'm currently using the fork from digital-bird (which is not in the maintained fork list) https://github.com/digital-bird/LaravelShoppingcart Just wonder what is...
https://github.com/php-edifact/edifact-generator/pull/5
What u think so far? https://github.com/davidvandertuijn/edifact-generator/commit/62868a048190d685683c3895033a7b978c69ac1e I have noticed the *Segment() functions in your Message Class however, i find the functionality limited and created new classses for the segments i...
1. Moving the segment classes to more general directory sound like a good idea, would u preffer 'segment' or 'segments' (plural) ? 2. The impact of creating lots of class...
What u think so far? https://github.com/davidvandertuijn/edifact-generator/commit/e080e43c226407cbc722dbab8875a7a500c2d4fe I moved the segments to a seperate directory. The message content however contains trailing data elements and their leading separators: ``` array:6 [ 0...
The architecture issue is when using the check on null values is that you must specify each value, even when they are empty else the EDI output is invalid for...
In the first approach i set all values 'empty' by default, but then i have trailing data elements and their leading separators. In the second approach i set all values...
Maybe later, is it possible you merge these changes for now ?
https://github.com/php-edifact/edifact-generator/issues/4