PHP 7.4 Deprecations https://medium.com/@kim.jangwook/ko-php-7-4-deprecations-25898e91098 Deprecated Features https://www.php.net/manual/en/migration74.deprecated.php * 3항 연산자를 괄호로 구분 해야만...
PHP
코드루덴스 on 20-03-12
* KLDP - 리눅스, C https://kldp.org/tracker * Modern PHP User Group https://modernpug.org/posts https://wiki.modernpug.org/questions http://modernpug.github.io/php-the-right-way/ * PHP School https://...
Code
코드루덴스 on 20-03-11
It’s available until 15 March, 2020. [It’s not a solution.]Continue reading on Medium »
jetbrains jetbrains-quest
Stories by Jangwook Kim on Medium on 20-03-11
12,000개 파일의 라라벨을 하루 가동한 결과 * memory usage total memory: 256.00MB used memory: 32.53MB free memory: 221.07MB wasted memory: 2.39MB (0.94%) * opcache statistics number of cached files: 98...
https://getcomposer.org/doc/03-cli.md * 옵션 --no-cache : 캐시 사용 안하기 --profile : 시간 정보 표시 --version (-V) : 버전 확인 * 캐시 지우기 composer clear-cache * 설치된 패키지 보기 composer show -...
Web
웹서비스 경로에 인증(사용자 아이디, 비밀번호) 걸기 nginx directory password auth setting * apache htpasswd 유틸 필요 - htpasswd 유틸은 apache httpd 서버 프로그램에 포함되어 있음 - 리눅스는 기본 설치...
composer dump-autoload 를 실행하면 다음의 경고 메시지가 출력됨 - 경고 메시지 Deprecation Notice: Class php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2....