* PHP 7.4의 새로운 기능 https://xly.kr/posts/87 https://xly.kr/posts/89 https://stitcher.io/blog/new-in-php-74 https://gist.github.com/kimjangwook/627f1a721b659040fb92d55c57cd1a81 * Migrating from PHP...
PHP
코드루덴스 on 20-03-12
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항 연산자를 괄호로 구분 해야만...
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...
코드루덴스 on 20-03-11
https://getcomposer.org/doc/03-cli.md * 옵션 --no-cache : 캐시 사용 안하기 --profile : 시간 정보 표시 --version (-V) : 버전 확인 * 캐시 지우기 composer clear-cache * 설치된 패키지 보기 composer show -...
composer dump-autoload 를 실행하면 다음의 경고 메시지가 출력됨 - 경고 메시지 Deprecation Notice: Class php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2....
Although PHP 5.6 is legacy version and it’s not recommend for system, sometimes we should maintain legacy system. Let’s learn how to…Continue reading on Medium »
version-control PHP ubuntu
Stories by Jangwook Kim on Medium on 20-03-10
Laravel 7.0 2020년3월3일 출시 https://laravel.com/docs/7.x/releases * Laravel Airlock - 인증 : spa, 모바일, api, 토큰 * Custom Eloquent Casts - 커스텀 자료형 타입 * 블레이드에서 컴포넌트 지원 Blade Co...
코드루덴스 on 20-03-09