Skip to content

Commit

Permalink
Small readme update.
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickbayman committed Jan 2, 2022
1 parent d271709 commit 18ddccc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ That's fine, but it's not great. What if you wanted to format it? Well, you coul

Laravel automatically hands the `created_at` timestamp to `Carbon` so this actually works nicely. But what if you need to use the same format in a whole lot of places. Now it gets frustrating. You could create a model accessor, which would work just fine, but then it feels like it's litering up your model with presentation data. And do you add the same accessor to all your models? This is where IsPresentable comes in.

> There's a brand new version 2 on the way. If you'd like to try it out, check out the `2.x` branch.
## Installation

As always, install into your Laravel app using Composer:
Expand Down

0 comments on commit 18ddccc

Please sign in to comment.