How to create own custom console commands in vanilla 2.6?
How to create own custom console commands in vanilla 2.6? I tried to add symphony/console package and it worked but unable to inject dependencies automatically?
0
How to create own custom console commands in vanilla 2.6? I tried to add symphony/console package and it worked but unable to inject dependencies automatically?
Comments
Yes, adding a package is easy, implementing it is the real task
Maybe this repository will show you how "others" have solved a similar task and maybe it could already replace symfony/console for you.