David Buchmann
David Buchmann
@RobLoach what is the state of the component-installer these days? could it be ready to use? create.js just switched to use bower and we could profit from something reading the...
making it a composer plugin sounds like the natural thing to do yes. if you code it properly, should be easy to build both a stand alone tool and a...
@RobLoach btw, i did not mean the above comment to sound negative, i am very grateful that you tackle this topic. a question about the all.js topic btw: a cmf...
we did this for the TreeBrowserBundle - consequently we should also do it here at some point: https://github.com/symfony-cmf/TreeBrowserBundle/issues/81 maybe keep the composer handlers as alternative
@lsmith77 you did some tweaking, right? what is still missing?
i agree, this should not be specific to the content bundle. note that CmfCreateBundle also has a generic write handler, for json-ld, and tied to the createphp mapping rules.
just from the name and idea, this reminds me of https://github.com/sonata-project/SonataAdminBundle/blob/master/Model/ModelManagerInterface.php which is the sonata bridge thing to abstract from doctrine. i guess extracting something like this into a standalone...
those semantics sound right to me. i wonder how this should or should not interact with ResourceRestBundle and/or RoutingAutoBundle? though RoutingAuto is different - here we would have the desired...
okay. makes sense. i am just a bit afraid of ending up with 4 partly working editing solutions (sonata, create, resource rest, content rest)
i am not sure how much we can reverse the routing information. we have content class to controller mappings. this can not easily be reversed as there could be several...