Dave Redfern
Dave Redfern
For another example of graphical explain output, I use this site (uses local storage only so safe to run on queries): http://tatiyants.com/pev/#/plans
@Sauerbrei the first error is because the Kernel cannot be located. This could be because you have not correctly mounted your current working directory to the Docker container; or depending...
@floriankraemer I re-implemented it entirely at https://github.com/somnambulist-tech/validation not sure if anything there would be of use to you.
@indapublic I ran into this and implemented my own (https://github.com/somnambulist-tech/form-request-bundle/blob/main/src/Rules/UploadedFileRule.php), though it also required overriding the RequiredRule as well.
@marcosdipaolo You don't need the PostTag mapping. Remove it and then link Post to AbstractTag directly. You would then need to implement entity level validation to keep only PostTags within...
I remember running into this issue myself quite a while ago. If I remember correctly it's caused by the migrations table being dropped too early in the reset/refresh. I wrote...