demo icon indicating copy to clipboard operation
demo copied to clipboard

Symfony Demo Application

Results 63 demo issues
Sort by recently updated
recently updated
newest added

These are the pending indirect deprecations: `Remaining indirect deprecation notices (56)` ----- 37x: Since twig/twig 3.10: The "Twig\Extension\EscaperExtension::addSafeClass()" method is deprecated, use the "Twig\Runtime\EscaperRuntime::addSafeClass()" method instead. Remove Doctine deprecations 4x...

Feature

The following deprecation message is triggered by the symfony/ux-twig-component because this commit (https://github.com/symfony/ux-twig-component/commit/c186c43c269aef0500910d5768f94c1ef798b167) is not present in the locked package version (https://github.com/symfony/demo/blob/main/composer.lock#L7332): ``` Since twig/twig 3.10: The "Twig\Extension\EscaperExtension::addSafeClass()" method is...

As per IDE suggestion, the of is not needed or rather not good here.

I've made some updates to our entity designs to match what the community recommends about Forms -> DTOs -> Entities. So, the `Post` entity is now separate from input/request processing,...

I allow myself to add the `xmlns="http://www.w3.org/2000/svg"` attribute. What do you think?

Instead of https://github.com/symfony/demo/pull/1577?

This will allow the use of `IsCsrfTokenValid` Attribute but we lose the redirection when the csrk token is not valid. What do you think?

It needs to be an array for this eventListener to be triggered (just get the case where this eventListener is not triggered because of that)