I really like cakebake functionality in cakephp. now i want to use Symfony2..
Is there is any such functionality in Symfony2 .
Please let me know
Thanks a lot in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t know any interactive tool like bake, but symfony2 has a console functionality as well to create bundle, controllers and crud app instantly.
check out this:
http://symfony.com/doc/current/bundles/SensioGeneratorBundle/commands/generate_doctrine_crud.html
or
http://symfony.com/doc/master/bundles/SensioGeneratorBundle/commands/generate_bundle.html