Search result

라이브러리 설치 관리 문제

Page edited by 정광섭 프로젝트를 진행하면서 공통 부분이나 다른 프로젝트에도 필요할 것 같은 기능은 별도의 라이브러리로 분리하여 개발 및 관...

PHP

의존 패키지 버전 지정

Page edited by 정광섭 물결(~) 연산자 캐럿(^) 기호 연산자 와일드 카드(*) 연산자 Ref 의존성을 기술할 때 가장 중요한 항목은 사용하는 패키...

PHP Laravel

프로젝트 참여자 의존성 일치시키기

Page edited by 정광섭 컴포저 install 컴포저 update 프로젝트 의존성 일치 Ref 여러 명의 개발자가 같이 일하는 환경에서는 단일 개발 환경으...

PHP

PHP Coding Standards Fixer (PHP CS Fixer)

PHP Coding Standards Fixer (PHP CS Fixer) - php 코딩 표준화 도구 https://github.com/FriendsOfPHP/PHP-CS-Fixer - 9.9k - v2.18.3 , 2021.03 - 설치 composer global require friendsofphp/php-cs-fixer - 경로...

PHP

PHP Coding Standards Fixer (PHP CS Fixer)

PHP Coding Standards Fixer (PHP CS Fixer) - php 코딩 표준화 도구 https://github.com/FriendsOfPHP/PHP-CS-Fixer - 9.9k - v2.18.3 , 2021.03 - 설치 composer global require friendsofphp/php-cs-fixer - 경로...

PHP

PHP CodeSniffer

PHP_CodeSniffer - PHP, JavaScript , CSS 파일의 코드 규약 오류 감지, 자동 수정 툴 https://github.com/squizlabs/PHP_CodeSniffer - 8.4k - v3.5.8 , 2020.10 composer global require "squizlabs/php_codesniff...

PHP

PHP CodeSniffer

PHP_CodeSniffer - PHP, JavaScript , CSS 파일의 코드 규약 오류 감지, 자동 수정 툴 https://github.com/squizlabs/PHP_CodeSniffer - 8.4k - v3.5.8 , 2020.10 composer global require "squizlabs/php_codesniff...

PHP

php 성능 측정 벤치마크 속도 테스트 소스 코드 스크립트

- php bebchmark , performance speed test source code script * vanilla-php / benchmark-php https://github.com/vanilla-php/benchmark-php - 122 - benchmark.php 파일 1개 * PHP benchmark Script http://www...

PHP

[php] 버전업 마이그레이션 7.4 -> 8.0

- Migrating from PHP 7.4.x to PHP 8.0.x https://www.php.net/manual/en/migration80.php //-------------------------------------------- < 하위 비호환 변화 > https://www.php.net/manual/en/migration80.inco...

PHP

[php] 버전업 마이그레이션 7.3 -> 7.4

- Migrating from PHP 7.3.x to PHP 7.4.x https://www.php.net/manual/en/migration74.php //------------------------------------ < 비호환 변화 (Backward Incompatible Changes ) > https://www.php.net/manual...

PHP