이렇게 할 경우 에러가 생기는 경우가 있다.{{($workplan->created_at)->format('m-d')}}Call to a member function format() on string (View: /Users/wonhochoi/pcb/resources/views/workplan/index.blade.php)아...
Carbon
38LARAVEL on 20-03-10
객체지향에서 가장 모호한게 클래스의 크기를 규정하는 일입니다. 단일 책임 원칙(SRP, Single Responsibility Principle)은 이 문제를 해결 할 수 있도록 가이드라인을 제시합니다. 한 클래스는 하나의 책임만...
CleanCode solid designpattern typescript
wan2.land on 20-03-10
1. CentOS 7 yum install zsh 2. CentOS 8 dnf install zsh 3. MacOS X brew install zsh 기본 쉘을 zsh 로 변경합니다. chsh -s /bin/zsh 이후, 계정마다 oh my zsh 를 설치합니다. curl -L https://raw.github.com...
서버관리 zsh
사악신 in 아트그래머 on 20-03-10
Because of the COVID-19, most of company introduce remote-working system. In this post, you can get knowledge about how to set your…Continue reading on Medium »
wireguard settings VPN
Stories by Jangwook Kim on Medium on 20-03-10
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
Laravel 7.0 2020년3월3일 출시 https://laravel.com/docs/7.x/releases * Laravel Airlock - 인증 : spa, 모바일, api, 토큰 * Custom Eloquent Casts - 커스텀 자료형 타입 * 블레이드에서 컴포넌트 지원 Blade Co...
PHP
코드루덴스 on 20-03-09
MySQL 8.0 새기능 https://blog.naver.com/theswice/221321015924 * NoSQL 지원 * SQL WINDOW 함수, Common Table, NOWAIT 및 SKIP LOCKED, 내림차순 인덱스, Grouping, 정규식, Character Sets, Cost Model 및 히스...
Web