I am using Sylius in digitalocean within my droplet and I use this code:
composer create-project -s beta sylius/sylius-standard acme
You download everything perfect but when you use this:
php bin/console sylius:install
Show me the error:
Could not open input file: bin / console
There are several files that are not downloaded inside the bin folder.
Try using git doing a clone and then use the same instruction but it gives me an error in the autoload.php
The weird thing is that I download as root, I do not know if there is any additional configuration to prohibit the download of files without extension or something like that
Any solution?
Greetings