Bin / console is missing after the linker starts

Hope someone can help me with this, please.

My project (on github https://github.com/irvingswiftj/iceMarkt ) when running composer install seems to work without fail until after the post-update commands are executed. As a result, I get the following error (when adding the -vvv parameter):

    Updating the "app/config/parameters.yml" file
    Could not open input file: bin/console
    Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the post-update-cmd event terminated with an exception

    [RuntimeException]                                                         
    An error occurred when executing the "'cache:clear --no-warmup'" command.  

If I look at the directory of my project right now, I can see that bin / console is never created!

+6
source share
4 answers

bin, , . ! gitignore bin/composer, , symfony 3, .gitignore symfony 2.

+9

Symfony 2 = > /

Symfony 3 = > bin/console

+11

, bin .gitignore, Symfony2 bin ( ), , Symfony3, bin .

( symfony) bin .

+3

Symfony 4/Symfony Flex, symfony/console:

composer require symfony/console

dir:

./bin/console

#!/usr/bin/env php, php .

0

All Articles