5 Tips for developing Symfony reusable bundles

I’ve been working with Symfony for around six years and I wanted to go a step further developing a reusable bundle. Now I want to share my experience helping Symfony developers not to get stuck where I got. This is the bundle: (https://github.com/msalsas/MsalsasVotingBundle) And this is an installable demo: (https://github.com/msalsas/voting-bundle-demo) 1. Put your bundle in[…]