[[PageOutline]] = Etaps to Build a Symfony Website with Doctrine and Sonata admin = = Console = = Web = = Twig = = Debug Toolbar = = (Empty Sonata Admin) = = Sensio Generator Bundle = This bundle provides commands for scaffolding bundles, forms, controllers and even CRUD-based backends. The boilerplate code provided by these code generators will save you a large amount of time and work. [http://symfony.com/doc/master/bundles/SensioGeneratorBundle Official Documentation] * [https://phppackages.org/p/sensio/generator-bundle sensio/generator-bundle] {{{#!sh $ php bin/console generate:bundle --namespace=AppBundle --bundle-name=AppBundle --format=annotation --dir=../src --no-interaction app$ php u018b....php generate:bundle --namespace=AppBundle --bundle-name=AppBundle --format=annotation --no-interaction }}} = Sensio Framework Extra Bundle = This bundle provides a way to configure your controllers with annotations * [https://phppackages.org/p/sensio/framework-extra-bundle sensio/framework-extra-bundle] = The "Symfony Standard Edition" distribution = = Doctrine and Data Models = = Sonata Admin using the Data Models = = Taxonomy = = Debugging (at all etaps) = * "cache:clear" if not enough delete the files directly on disk! It is recommended (by me) to do it after version changes. * remember to check the "composer.json" file! * reading [https://packagist.org/packages/symfony/framework-bundle symfony/framework-bundle] "suggests" may help for including in "composer.json" what is needed for actual use. = Tree Representation = Console, Twig, Debug ToolBar is the starter kit. * Sensio Framework Extra Bundle * Easy Admin = References: Keywords and searching the Web = * [Google:Etaps+to+build+a+symfony+website+with+doctrine+and+sonata] * [https://packagist.org/packages/symfony/framework-standard-edition symfony/framework-standard-edition] = Modification Proposals = * Change the name of this page to include [https://phppackages.org/p/javiereguiluz/easyadmin-bundle javiereguiluz/easyadmin-bundle] * Consider other debug toolbar without Twig dependency.