728x90
300x250
Composer-Setup.exe 설치 및 실행
다른거 건들필요없고 그냥 Next 를 난타하다보면, 해당 pc 에 php를 알아서 스캔해서 해당 경로를 보여준다
그 다음에 설치를 하면되는데 ssl 뭐시기 에러가 뜬다
Some settings on your machine make Composer unable to work properly. Make sure that you fix the issues listed below and run this script again: The openssl extension is missing, which means that secure HTTPS transfers are impossible. If possible you should enable it or recompile php with --with-openssl
알고보니 기존에 깔려있는 php.ini 내용 안에서 (윈도우 기준 C 드라이브에 Windows 안에 php.ini)
;extension=openssl
이라고 되어있는 부분 ; 주석 해제 하고나니 잘 설치가 마무리 되었다
설치 완료된 후에 컴퓨터 재시작 하고나서 명령 프롬프트에 composer 라고 타이핑 했을시에 아래와 같은 화면이 보여지면 설치 완료
728x90
300x250
'IT > PHP' 카테고리의 다른 글
[PHP] 특정폴더 하위 모든 파일 이름 변경 rename (0) | 2021.03.25 |
---|---|
[PHP + Mysql] Rownum 적용 SET @ROWNUM:=0; (0) | 2021.01.28 |
[PHP] php.ini 7.2 버전 , 7.4버전별 정리 (0) | 2020.12.17 |
[PHP] 웹크롤링 Snoopy (0) | 2020.12.04 |
[PHP] PHP screw 사용법 PHP 소스 암호화 (0) | 2020.11.10 |