-1

When i typ on cmd laravel new blog. I get that error message. RM' is not recognized as an internal or external command.

I could not find the solution on the internet.

B.Simsek
  • 1,196
  • 1
  • 8
  • 15

1 Answers1

1

Try using this command:

composer create-project --prefer-dist laravel/laravel blog
Adrian Mole
  • 49,934
  • 160
  • 51
  • 83