Home > OS >  Cannot install symfony with option --webapp
Cannot install symfony with option --webapp

Time:09-16

I try to install symfony v5.

Following the documentation, (https://symfony.com/doc/5.4/setup.html#creating-symfony-applications) i have the error "Incorrect usage: flag provided but not defined: --webapp".

Same error with symfony cli and composer.

How can i resolve this problem ? No help in the documentation... Each new version of symfony becomes more complicated. :-(

Thank you for your help.

Here's my configuration: php: v7.3
symfony (CLI): v4.24.1
composer: v1.10.15

CodePudding user response:

Maybe try to upgrade Your symfony version. For my symfony version (5.3.13) it works correctly

  • Related