Symfony 3.4 download section is instructing me to install the skeleton application using composer command. But the documentation page is asking me to follow a different set of instructions to get Symfony using the command symfony new.
Also, if I install Symfony 3.4 skeleton using the Composer command, then I'm not able to follow the documentation for 3.4. Instead, the documentation for 4.0 is working well with this Symfony 3.4 (installed via composer).
If I install Symfony 3.4 using Composer command, then the directory structure is different when compared to a Symfony 3.4 installed via symfony new command.
I understand that Symfony Flex is introduced and that is why only the skeleton is being installed initially. Is there any specific documentation section available that gives instructions on how to proceed further (after installing Symfony skeleton using Composer)?