/ 5 min read / Symfony
Running Symfony 4 on Windows
How to get the Symfony 4 demo app running on Windows without errors. Fix errors related to using the ‘make’ command and get routing and cache clearing working.
2 posts
How to get the Symfony 4 demo app running on Windows without errors. Fix errors related to using the ‘make’ command and get routing and cache clearing working.
If you are following the official documentation to use the symfony installer on Windows then it is very likely that you will run into the error: ‘symfony’ is not recognized as an internal or external command, operable program or batch file. Here’s how to fix it.