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?