You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,12 @@ You can install the package via composer:
23
23
composer require skore-labs/laravel-json-api
24
24
```
25
25
26
+
### Extra steps (important notice)
27
+
28
+
Although the package doesn't require anything else to make it work, is recommended to use a package like `spatie/laravel-query-builder`.
29
+
30
+
Though for some limitations (they removed the ability to append attributes), you should check this fork we did and maintain: [skorelabs/laravel-query-builder](https://github.com/skore/laravel-query-builder)
31
+
26
32
## Usage
27
33
28
34
As simple as importing the class `SkoreLabs\JsonApi\Http\Resources\JsonApiCollection` for collections or `SkoreLabs\JsonApi\Http\Resources\JsonApiResource` for resources.
0 commit comments