More convenient DD
Instead of doing dd($result) you can put ->dd() as a method directly at the end of your Eloquent sentence, or any Collection.
dd()를 알고 오... 예쁘게 잘 나오는구나 생각했는데,
종료를 합니다.
예쁜거에 혹하는 분은 VarDumper::dump("")
여기서 끝내건가?
가 중요하면 dd()
eloquent객체에선 dd()를 하면 된다.
'Code > PHP' 카테고리의 다른 글
Set logged in user with Observers (0) | 2021.03.09 |
---|---|
여러 권한을 한번에 체크하자. (0) | 2021.03.08 |
XorY methods (0) | 2021.03.04 |
Model all: columns (0) | 2021.03.03 |
Request->All 보단 Request->expect, Request only 를 쓰자,. (0) | 2021.03.01 |