개발/Today I Learned

[스터디] phpDocumentor 설치 과정

soohkang 2020. 6. 18. 09:02
728x90

1. 어제 진행하던 phpdocumetor 설치를 뒤이어서 진행했다.

 

2. 기존에 참고한 사이트는 아래와 같은데 command 를 실행해보니 뭔가 에러가 계속 확인되었다.

https://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.quickstart.pkg.html

 

phpDocumentor Quickstart

phpDocumentor Quickstart phpDocumentor for newbies Table of Contents What is phpDocumentor? What can it do?phpDocumentor is a tool written in PHP designed to create complete documentation directly from both PHP code and external documentation. The truth is

manual.phpdoc.org

 

3. 그래서 구글 검색으로 composer phpdocumentor install 를 검색해서 가장 최근 사이트를 찾아들어가보았다. 그렇게 들어간 곳이 https://packagist.org/packages/phpdocumentor/phpdocumentor 사이트인데 해당 사이트에서 깃헙 계정으로 찾아들어갔다.

( 기존 사이트의 phar, composer, git  모두 잘 안되더라, 내가 잘 못한건가 생각하면서 좀더 자료를 찾아봐야겠다고 생각함)

 

 

4. 깃헙계정을 찾아들어가보니 내가 시도하던 phpdocumetor 1 은 현재 지원을 하지 않는것으로.... 발견되었다!!!

 

5. 그래서 공식 깃헙에 있는 2를 따라하는데

 

6. 컴포저로하려니 피브를 설치해야하고 피브는 브루가 설치되어있어야하고 기타등등

 

 

 

그래도 안되다가 같이 스터디하는 동료가 아래 사이트에서 찾아본 정보로 성공하셨다!!

 

https://github.com/phpDocumentor/phpDocumentor/tree/release-2.0.1

 

phpDocumentor/phpDocumentor

Documentation Generator for PHP . Contribute to phpDocumentor/phpDocumentor development by creating an account on GitHub.

github.com

 

 

우와아아!! 스터디 일기 끝!

 

 

 

 

오늘 알게된 유용한 기능들

1. 크롬 익스텐션 중 네이버 사전 기능 : 웹 페이지의 모르는 단어를 더블클릭하면 오른쪽 상단에 의미를 노출시켜준다.

2. phpstorm 단축키

phpstorm 변수 확인 기능 : settings > editor > general > smtart keys > insert documentation comment stub 

슬래시 ** 엔터 치면 함수 상단에 사용하는 변수 생성

동일한 줄 아랫줄에 똑같이 복사하려면 : ctrl + d

행 삭제 : ctrl + y (win) / command + 백스페이스 (mac)

alt 쉬프트 위아래키보드 키 : 행 위아래로 이동

alt 쉬프트 마우스 드래그 : 동일한 내용 동시작성가능

 

3. 노트패드 

alt + 드래그 : 여러행에 동일내용 추가할 때 ( 엑셀 사용시 유용 )

메크로 기능 : 반복되는 내용 실행해야할 때