1. Cmd into DOS, CD to Php.exe directory
2. PHP -R "ReadFile (' Http://symfony.com/installer ');" > Symfony
3. Move the Symfony to projects (your own working directory) move Symfony c:\projects
4. C: \> CD projects/
c:\projects\> PHP symfony new my_project_name
If you start creating it normally,
This error is common:
[Guzzlehttp\exception\requestexception]
CURL Error 60:SSL certificate problem:unable to get local issuer certificate
[Guzzlehttp\ring\exception\ringexception]
CURL Error 60:SSL certificate problem:unable to get local issuer certificate
Solution:
1. Download Cacert.pem:https://curl.haxx.se/ca/cacert.pem
2.
Add this to the php.ini:
Curl.cainfo = "[Pathtothisfile]\cacert.pem" such as: Curl.cainfo = "D:\phpStudy\php55n\cacert.pem"
3. Re-symfony the steps to walk again
Problems and solutions during installation and installation of Symfony window