henzeb

Results 30 comments of henzeb

In case anyone lands here, None of the above mentioned packages worked for me the way I wanted it, so I wrote my own. Should work for composer 1 and...

Same problem here. Similar list as previous comment. The fun part of it being that the files it is looking for are actually there inside /usr/lib/php7/modules/. It has nothing to...

I'm a bit further in this. The following extensions are missing: php-simplexml, php-tokenizer, php-xmlwriter and php-fileinfo. I believe those are core extensions. If you do not need those, you can...

On a sidenote: these days it is possible to use useCurrentOnUpdate(). When you do not want a default or automatically update fields, use datetime().

In the mean time, @scope can also be used as an argument directive. I use it to give clients a filter possibility. For anyone coming across this one and was...

Just a few ideas to overcome the multple endpoint issue: If you need multiple endpoints, create multiple projects. Models can come from various locations, so you can place your models...

You can create your own directive that does this for you. write it once, use it twice or even thrice. Lighthouse is very flexible and extensible, just for usecases like...

It would also allow us to make repeatable situations (like create/update/delete relationships) a little easier.I am trying to manipulate the input object to automagically create the create/update/delete relationship functionality, only...

Great. Will look into it this weekend. only the third item is a little vague to me. 1 and 2 is all I need for my usecase.

actually, msgpix suggestion might not work. I had this exact error. Even though phpunit was running all the tests, all the files which were supposed to be in src where...