Symfony 4 bundles working

A.Seddighi picture A.Seddighi · Dec 1, 2017 · Viewed 9k times · Source

How can I create library bundle on Symfony 4?

In Symfony 3 I use this command: php bin/console generate:bundle but in new version not working. And is possible use bundles like Symfony 3, for example, i have blog bundle and telegram bot bundle if not possible how to simulate in Symfony 4?

Answer

GuillaumeL picture GuillaumeL · May 8, 2019

the logic for creating bundle doesn't change since Symofony 2.x. But now bundles are just packages, use for reusable features. If you want to develop your own bundle just follow this post Symfony2 - creating own vendor bundle - project and git strategy Since Symfony Generate Bundle isn't supported anymore in 4.x you have to follow this other post: Best Practices for Reusable Bundles