jade
jade copied to clipboard
A simple but yet powerful library to expose your entities through JSON API.
I have been working with jade a lot during the past few months, and its a big part of some of my projects. It doesn't seem like the project is...
Hi there! I tried to add support for Symfony 4 requiring `"symfony/symfony": "^3.0 | ^4.0"`, but this doesn't work if the Symfony 4 project is using Symfony Flex since this...
I'm using [Doctrine Embeddables](https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/tutorials/embeddables.html) in a project but they don't work as expected. I tried to fetch a resource without adding the embeddables as relationships, but they just don't appear...
The current implementation for `contains` and `not contains` does not covers the case where a property is an array. It performs a simple `LIKE '%{value}%'`, which does not actually checks...