Blog tvlooy

Remove AcmeDemoBundle from your project

Symfony2, bash | December 06, 2013

"The Symfony2 Standard Edition comes with a complete demo that lives inside a bundle called AcmeDemoBundle. It is a great boilerplate to refer to while starting a project, but you'll probably want to eventually remove it." -- the Symfony2 docs

Yes, the docs do have clear instructions on how to remove this bundle. But, instead of following the docs each time, why not use a shell script that does exactly that? Well, here you go: