Skip to content

symfony 4, missing commands from console #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rmikalkenas opened this issue Jan 16, 2018 · 2 comments
Closed

symfony 4, missing commands from console #31

rmikalkenas opened this issue Jan 16, 2018 · 2 comments

Comments

@rmikalkenas
Copy link
Contributor

None of the RabbitMQ supervisor bundle commands work on symfony4

@bearded-coder-official
Copy link

Need that, too. Thanks

@rmikalkenas
Copy link
Contributor Author

rmikalkenas commented Feb 20, 2018

managed to load commands by adding them to services.yaml:

    Phobetor\RabbitMqSupervisorBundle\Command\:
        resource: '../vendor/phobetor/rabbitmq-supervisor-bundle/Phobetor/RabbitMqSupervisorBundle/Command/*'

but then another problem occurs:

The "phobetor_rabbitmq_supervisor" service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead. 

@Phobetor when could we expect compatibility with sf4?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants