Closed johnpancoast closed 6 years ago
Same problem here with Symfony 2.8.
Ok It's the old doc.
Don't need the cmf_tree config. But need CmfResourceBundle, CmfResourceRestBundle, include the routing of these bundle.
cmf_resource:
resource: '@CmfResourceRestBundle/Resources/config/routing.yml'
prefix: /admin
And now the TreeBrowser need a default repository https://groups.google.com/forum/#!topic/symfony-cmf-devs/MK4waXKPKMs
This one should be solved now, right?
I think this does not occur anymore, right, i will close, please reopen if it comes back.
I'm following the docs here. Both bundles are registered.
The doc then says
The bundle will create routes for each tree implementation found
but I'm not sure what's expected for that. When I add this to routing sectionapp/config/routing.yml
I receive
Cannot load resource "."
error. What am I missing?