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

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -