Skip to content

Commit 608e005

Browse files
committed
[Docs] Update readme to add blog credit for intro section
1 parent e89aa2c commit 608e005

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@
55
Implement feature-rich [JSON:API](https://jsonapi.org) compliant APIs in your
66
[Laravel](https://laravel.com) applications. Build your next standards-compliant API today.
77

8-
### Why use JSON:API?
8+
## Why use JSON:API and Laravel JSON:API?
9+
10+
Great question! [Here's some reasons from this excellent article by Denisa Halmaghi](https://graffino.com/web-development/how-to-use-laravel-json-api-to-create-a-json-api-compliant-backend-in-laravel):
11+
12+
### Why Use JSON:API?
913

1014
- Standardised, consistent APIs.
11-
- Feature rich - some of which are filtering, pagination, eager loading and sparse fieldsets.
15+
- Feature rich - some of which are: sparse fieldsets (only fetch the fields you need), filtering, sorting, pagination,
16+
eager loading for relationships (includes, which solve the _N+1_ problem).
1217
- Easy to understand.
1318

1419
### Why use Laravel JSON:API?

0 commit comments

Comments
 (0)