I can not configure the path and to install Lavarel (and before this Composer) on the local server OpenServer. Now these settings are. enter image description here

Then I tried to download a ready-made archive from the githab and give the following errors: enter image description here

    1 answer 1

    Add Composer to PATH:

    C:\ProgramData\ComposerSetup\bin\ 

    And the problem itself is that you have not established dependencies:

     composer install // в директории lavar.test 
    • Find out from the command line where the composer is: where composer - xEdelweiss