dantleech
dantleech
I think `doctrine:phpcr:generate:documents` would be most consistent with what we already have.
ORM: `$ php app/console doctrine:generate:entities AcmeBlogBundle` MongoDB: `$ php app/console doctrine:mongodb:generate:documents AcmeStoreBundle` PhpcrOdm `$ php app/console doctrine:phpcr:generate documents AcmeStoreBundle` The latter two are the "bundled" commands, i.e. they wrap `odm:generate:documents`...
hmm ignore what I said about wrapping a PHPCR command - that makes no sense at all :)
Hmm. A dilema. `phpcr:generate:documents` would indeedbe wrong. @dbu Wouter J [email protected] wrote: > @dantleech, all commands you show are the commands of the bundles > (DoctrineBundle and DoctrineMongoDbBundle). Those bundles...
Hi. To be honest this bundle isn't currently maintained. There is nothing stopping it from being updated. See the [standard edition composer file](https://github.com/symfony-cmf/standard-edition/blob/1.2/composer.json) for what needs to change and feel...
I think the dependence on routing auto needs to be updated to @alpha10
We need to change the dependency in the composer json file of the BlogBundle. Although honestly I am up for removing it from the sandbox, its not actively maintained. /cc...
I will have a look at the other issue tonight. I would have guessed its related to RoutingAuto but its pinned at alpha8 in this case.
Thats to be expected. alpha10 introduced a new configuration schema. alpha9 is the latest release _with the old_ schema. The new schema looks like this: http://symfony.com/doc/master/cmf/bundles/routing_auto/introduction.html#usage Saying that -- I...
Not yet -- it should be quite simple to do however I guess, there is documentation for the routing auto bundle: - http://symfony.com/doc/master/cmf/bundles/routing_auto/introduction.html - http://symfony.com/doc/master/cmf/cookbook/creating_a_cms/auto-routing.html#auto-routing-configuration If not maybe I can...