Framework: laravel new basic not working

Created on 6 Sep 2020  路  3Comments  路  Source: laravel/framework

  • PHP Version: 7.4.9
  • Composer Version: 1.10.10
  • Windows 10 (Version 1903)

Description:

I have installed composer setup in machine and after that i have installed laravel framework globally using this command composer global require laravel/installer. After next i have run the laravel new blog command so it show me this error
'rm' is not recognized as an internal or external command, operable program or batch file.

Most helpful comment

This should be fixed now as v4.0.1 has been tagged.

Run composer global require laravel/installer again and it'll work. 馃憤

All 3 comments

The installer currently isn't working on Windows. Waiting on a new tag. :+1: https://github.com/laravel/installer/issues/141

This should be fixed now as v4.0.1 has been tagged.

Run composer global require laravel/installer again and it'll work. 馃憤

I think there still some issue as its download the packages it prints the downdowndowndownloading and it's color is in red instead of white or green.
image

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  路  3Comments

YannPl picture YannPl  路  3Comments

SachinAgarwal1337 picture SachinAgarwal1337  路  3Comments

fideloper picture fideloper  路  3Comments

RomainSauvaire picture RomainSauvaire  路  3Comments