From 79c06ea27a3c3a7dd934da7ea02f052bcf327611 Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Sat, 28 Jan 2023 13:26:18 +1100 Subject: [PATCH] wip --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e30e859..20d3694 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ A lightweight JSON Resource for Laravel that helps you adhere to the JSON:API st - [Sparse fieldsets](#sparse-fieldsets) - [Lazy attribute evaluation](#lazy-attribute-evaluation) - [Minimal attributes](#minimal-attributes) + - [Relationships](#relationships) ## Version support @@ -588,6 +589,8 @@ class AppServiceProvider extends ServiceProvider } ``` +### Relationships + //----- WIP------- // ## Resource Identification