This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
d9b6bc6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bin/console should exist from the symfony recipes, why doesn't it work?
d9b6bc6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be honest, this wasn't tested. Maybe we should revert this?
d9b6bc6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please test before commit ;)
d9b6bc6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, but as you can imagine I was prefixing everything with the
bin/php
to make sure it works with Windows as well. ;)d9b6bc6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually I just noticed, that the
install-classes
command also uses the php-binary as prefix, hence the reason I changed this in the first place. Don't you think that this is correct then?d9b6bc6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In fact: bin/console should be prefixed with php. Not sure if it is, but it should be
d9b6bc6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't seem like it... https://github.com/deployphp/deployer/blob/5a8246aed2042e3d229ae3f96fc2e75b69e66ce9/recipe/symfony.php#L50-L52
I guess I'll leave it then.
d9b6bc6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think about that? 27dfaf6
d9b6bc6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That’s even worse. Let’s keep it with bin/php bin/console for now. I’ll figure something out