php - Where are the twig view files generated by Symfony's generate:crud command? -


i have used symfony's command line tool generate crud functionality entity in application.

according documentation twig view files based on templates within sensio generator bundle.

are separate set of files generated exclusively particular entity whenever 'doctrine:generate:crud' command run?

or

no twig files generated, entities have crud functionality generated using command line tool use twig template files in sensio generator bundle.

if former correct, can tell me directory these twig files pls?

i hope question makes sense. appreciate help.

all views created doctrine:generate:crud command generated in following path :

app/resources/views/entityname/ 

the rule simple, folder named entity created in app/resources/views directory, , views of crud generated into.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -