2708 search results for Doctrine

Hey Daniel, DoctrineCacheBundle is abandoned as you can see here: https://github.com/doctrine/DoctrineCacheBundle - you should avoid using it. If it was just a dependency that you do not use - just remove it. If you ...
Hey Sherri, Thanks for sharing this tip with others. Hm, fairly speaking I'm not sure you will have the valid mapping after this migration, you can check if Doctrine is happy with this running: $ bin/console ...
Hi everybody ;) I didin't find : - StofDoctrineExtensionsBundle - antishov/doctrine-extensions-bundle But the issue was solved with https://github.com/doctrine-extensions/DoctrineExtensions ` composer require gedmo ...
nicolas-zanardo
nicolas-zanardo
Read Full Comment
... App\Repository\QuestionRepository; use Doctrine\Common\Collections\ArrayCollection; use Doctrine\Common\Collections\Collection; use Doctrine\ORM\Mapping as ORM; use ApiPlatform\Core\Bridge\Doctrine\Orm\Filter ...
I get this error from composer require migrations: `Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for doctrine/doctrine-migrations-bundle ^3.0 ...
... /screencast/doctrine-relations/orderby-extra-lazy - I think it might be useful in this case. Also, Doctrine Criteria will be a more complex but good and most flexible solution, take a look at: https ...
... It was a small BC break from the new PHP version in case some code abuses some extra check on array. Actually it comes from "doctrine/annotations", but in 1.7 they fixed it, see related ...
Hey weaverryan , sorry for the late response, I am using a mariadb 10 docker image. I found a couple of articles regarding a few cases where Doctrine and the DB may look out of sync when in fact they are not. https ...
... Hey Nethik > 1. Since you have set the token property in ApiToken entity constructor, how is it not returning it instead of the value in the database? Because of Doctrine, Doctrine create your objects based on the ...
MolloKhan
MolloKhan
Read Full Comment
... ": "*", "ext-iconv": "*", "actived/microsoft-teams-notifier": "^1.2", "api-platform/core": "^2.6", "aws/aws-sdk-php": "^3.232", "doctrine/annotations": "^1.13", "doctrine/doctrine-bundle ...
TristanoMilano
TristanoMilano
Read Full Comment
... deprecated (1.11.99.4 => 1.11.99.5) - Upgrading doctrine/annotations (1.13.2 => 2.0.1) - Upgrading doctrine/cache (2.1.1 => 2.2.0) - Upgrading doctrine/collections (1.6.8 => 2.1.2) - Upgrading doctrine/common (3.2.1 ...
Nicolas-M
Nicolas-M
Read Full Comment
Hey mehdi! Wow, that's a really great point you made! :) So, the idea of the "owning" side is completely a "Doctrine" concept. And the "owning" side *is* GenusNote, because it is the side where the foreign key column ...
weaverryan
weaverryan
Read Full Comment
in composer I have: "require": { "php": ">=5.5.9", "symfony/symfony": "3.0.*", "doctrine/orm": "^2.5", "doctrine/doctrine-bundle": "^1.6", "doctrine/doctrine-cache-bundle": "^1.2 ...
Diaconescu
Diaconescu
Read Full Comment
Hey jian su Doctrine by default doesn't have a replace function, but you can create your own DQL functions, actually this guy already done it: http://stackoverflow.com/a/21652988 You can read more information about ...
MolloKhan
MolloKhan
Read Full Comment
Yo Vlad! There is a slight difference between the Doctrine event subscriber and the event subscriber used by the JMSSerializerBundle. They philosophically do the same thing, but under the hood, Doctrine uses *its ...
weaverryan
weaverryan
Read Full Comment
Hey Vlad! Hmm, interesting! I don't have experience doing this, but in theory, I would be surprised if it's not supported. The error specifically is coming from Doctrine (not the paginator library itself), so changing ...
weaverryan
weaverryan
Read Full Comment
... ``` "require": { "php": "^7.1.3", "doctrine/doctrine-bundle": "^1.6", "doctrine/doctrine-cache-bundle": "^1.2", "doctrine/orm": "^2.5", "friendsofsymfony/user-bundle": "~2.1 ...
MattWelander
MattWelander
Read Full Comment
... personal setup, I just use MySQL, uncomment that and comment the "postgresql"-line. Then fill it with data, for me it looked like this: ` ###> doctrine/doctrine-bundle ### # Format described at https://www.doctrine ...
I did not follow these courses because they are archived: Symfony 4 > Stellar Development with Symfony 4 Symfony 4 > Symfony 4 Fundamentals: Services, Config & Environments Symfony 4 > Doctrine & the ...
Hey Tomik, Unfortunately, no any plans to release it soon, so probably if you watched the Doctrine tutorial for Symfony 5 course: https://symfonycasts.com/screencast/symfony-doctrine - I'd recommend you to go with the ...