For more information about the problems and solutions during installation and installation in symfony window, see symfonywindow.
1. Run cmd to go to DOS and cd to the php.exe directory.
2. php-r "readfile ('HTTP: // symfony.com/installer');"> symfony
3. move symfony to projects (your working directory) move symfony c: \ projects
4. c: \> cd projects/
C: \ projects \> php symfony new my_project_name
If it is normal, start creating,
Generally, this error occurs:
[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 in php. ini:
Curl. cainfo = "[pathtothisfile] \ cacert. pem" For example: curl. cainfo = "D: \ phpStudy \ php55n \ cacert. pem"
3. Repeat the symfony step.
The above details about the problems encountered during the installation and installation of symfony window and the solution are all the content that I have shared with you. I hope to give you a reference and support for the customer's house.