In short I have donwloaded a new book on symfony it uses platform.sh but when I run
symfony cloud:project:create --title="Guestbook" --plan=development
The porwershell shows an error
exec: "C:\\Users\\ulrik\\.platformsh\\bin\\platform": file does not exist
I think I do not have the .platform directory how can I make this command work?
This looks as if the CLI installation was not completed successfully. Try re-installing using the instructions on https://symfony.com/download (Windows, I guess?) and then run the command again.