Top "Symfony4" questions

Symfony is a PHP framework developed by SensioLabs.

Symfony 4 serialize entity wihout relations

I've have to log changes of each entities. I've Listener which listen for doctrine's events on preRemove, postUpdate and postDelete. …

serialization doctrine-orm entity symfony4