I've installed symfony but now when i am trying to create a folder i see a error i have never seen before symfony : The term 'symfony' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1
- symfony new my_project_directory --version=5.4 --webapp
-
+ CategoryInfo : ObjectNotFound: (symfony:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
I have tried guideness on other stackoverflow answers and tried some youtube video's nothing helped me out.