Slide 54
Slide 54 text
Laravel Vietnam
Example
We have a comments list shown in the post.
Comment::class has an accessor `url`, it will be the
link of the comment (The post URL with comment
fragment).
So, it will be a duplicate query statement if shown on
the post detail page. Let me show you.