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...
PHP
코드루덴스 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
< 라라벨 6 새기능 > https://laravel.kr/docs/6.x/releases * 유의적 버젼 , Semantic Versioning 6.x 계열은 호환성이 유지됨 * Ignition 을 통한 향상된 에러 페이지 https://github.com/facade/ignition * 개선...
우분트 패키지 리스트 apt-cache search php7.4 //----------- //기본 php7.4 - server-side, HTML-embedded scripting language (metapackage) php7.4-cli - command-line interpreter for the PHP scripting langu...