symfony - Detect routes and entities from Symfony2 vendor -
i'm creating bundle adds entity , few routes use in symfony2 application.
i want bundle used vendor, i've created files, published on github , packagist , works fine.
my problem when require bundle in project, entities , routes not detected:
1) php app/console doctrine:schema:update
doesn't detect modification
2) when try hit route vendor, here error get:
no route found "get ..."
any idea welcome, what's process these things in bundle?
cheers.
cyril
take @ installation steps of fosuserbundle example. uses published bundle, have activate in appkernel , import routes. entity think bundle user have subclass entity.
Comments
Post a Comment