-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Missing bin folder #351
Comments
I can't add the This was built against 6.2.7 - I guess it should work with 6.3. |
The bin folder isn't created by a symfony install - but is created as part of the The only way to restore that is to create a new symfony project (using There is a Stack Overflow article about this https://stackoverflow.com/questions/25530432/bin-console-missing-after-running-composer-install. - one of the answers suggests that it can be generated using |
I don't know enough about Docker to be able to help here, sorry. I just ran the Symfony installer on my web host. |
should be fixed by #358 |
When installing Symfony, and creating a new project - a bin folder is added to the project structure. This contains a file called :
console
.This allows the user to issue the command :
symfony console
- this console is used as part of thecomposer install
/symfony flex
commands to clear the cache.I had a go - and from what I can see the latest version of symfony is 6.3 - whereas the composer files seems to suggest that it was built against 6.2
@edent - is it possible to add the missing
bin/console
file, or should I go to 6.3?currently when running composer install - the following error is displayed :
The text was updated successfully, but these errors were encountered: