My problem is that I can't use capifony correctly with my project on the Symfony 3. After installing composer dependencies I get an error with running app/console commands and rollback of deploy.
I know that in symfony 3 app/console moved to bin/console. But how I can change in Capifony?
Thanks!
Capifony is no longer maintained, so it doesn't evolves depending on Symfony releases.
From here.
Plus, from the first lines of the capifony website:
So, don't work with symfony3 and will not go in this way.
I know it's a bit hard to migrate, but you should really change your deployment workflow to Capistrano with its symfony tasks.
Then you'll be able to configure the console path:
I suspect that you can use it in Capifony, you should try it before upgrading.
Note You'll have other problems related to the Symfony3 architecture, such as the
cacheandlogsdirectory. See all available configurations.