Search code examples
phpsymfonysymfony-plugins

How to Write a Symfony 2.5 Plugin


I am new to symfony just a month before, i am given a task to develop a symfony plugin. Can any one please Guide me how to write a plugin ? Any latest tutorial supporting symfony 2.5. i searched a lot but found legacy version. Please Guide me Thanks A lot !


Solution

  • Basically in Symfony2 naming convention you don't use word plugin but Bundle. Plugin word was used in Symfony 1.x - probably that's why you get legacy version results, try searching Bundle. There's a lot of stuff in net about it. Try this, this or this