Tac Tacelosky
Tac Tacelosky
First, really cool project! Thanks for releasing it. "sebastian/diff": "^5.0", is in the "require" section of composer. Can it be moved to "require-dev"? Also, diff is at version 7, can...
I'm sure this is simple, I'll update the docs once I know how to do it. A simple query: ``` $qb = $this->articleRepository->createQueryBuilder('article'); $qb ->andWhere('CONTAINS(article.tagValues, :tagValue) = TRUE') ->setParameter('tagValue', $tagValue)...
I need to know which storage adapter is being used, but all the properties seem to be private. A simple getAdapter would be great.
Is there any downside to adding a return type of array to getFilters()? ``` Script cache:clear returned with error code 255 !! PHP Fatal error: Declaration of Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension::getFilters() must be...
link was broken
What an amazing tool! I rarely use it directly, but many of the tools I use depend on it. But today I'm trying to use it directly, and stuck on...
I submitted a PR to fix #1488 , but it feels clunky. We can get pagination, filtering and sorting with a consistent and well-loved API by configuring API platform. Since...
**Is your feature request related to a problem? Please describe.** My installation is empty, I'd like some sample data. **Describe the solution you'd like** The doctrine migrations add data for...
The original example didn't work because it was expecting a return value. This example is a bit more real-world.
> / 8.0 / 8.1 / 8.2 Are there plans to support the latest versions of PHP?