Open
Description
It'd be great to see this bundle in action.
In particular, what I'd like to see is a trivial application like this
symfony new adr-demo --webapp && cd adr-demo
bin/console make:entity Blog
# title, string
# content, text
bin/console make:crud Blog
composer req pitch/symfony-adr
And then refactor the controller to use your bundle and ADR.
Also, the above doesn't work, because the bundle is locked to Symfony 5.