2

I've just installed new symfony4.3 skeleton and created one controller and when going to terminal and do fire following command :

php bin/console router:match /blog

Its shows error like [ERROR] None of the routes match the path "C:/Program Files/Git/blog"

Please find below image.

image

sɐunıɔןɐqɐp
  • 3,332
  • 15
  • 36
  • 40
Dipak
  • 21
  • 4

1 Answers1

1

I had the same issue with Symfony3 when running the command from git bash terminal. For me it worked to use CMD terminal instead. Hope it helps.