json-api icon indicating copy to clipboard operation
json-api copied to clipboard

A lightweight API resource for Laravel that helps you adhere to the JSON:API standard. Supports sparse fieldsets, compound documents, and more.

Results 19 json-api issues
Sort by recently updated
recently updated
newest added

As highlighted in composer.json https://github.com/timacdonald/json-api/blob/c3f89eef3e6c3e6b4f46321211543acc99f5134f/composer.json#L20 this package requires laravel/framework. Trying to use this package in a Luman application is resulting in Illuminate packages being removed and laravel/framework being installed as...

This MR applies changes to the dependencies but is still jet to be functionally tested with both Laravel and Lumen. It is aimed to fix #13.

Even though this is specifically in the To Do section, I'm making an issue for it to bump the urgency of it as I need it to pass back some...

Currently, there is not a way to include relationships without explicitly asking for them. While this makes sense in almost all cases, I have a unique case where on a...

When using the Resource Collection, if you have a relationship that is a `HasOne` or `BelongsTo`, and the keys are numeric, the flattened include map has keys associated with it....

Hi there, So i've picked up this package this morning and installed into my project, made the necessary change to my resource file and im simply getting the error: ```Class...

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Changelog Sourced from phpunit/phpunit's changelog. 10.5.1 - 2023-12-01 Fixed #5593: Return Value Generator fails to correctly create test stub for...

dependencies

How to default a relationship without requesting? this package doesn’t seem to return default relationship even after setup like spatie’s doc https://spatie.be/docs/laravel-query-builder/v5/features/including-relationships#content-default-includes `An endpoint MAY return resources related to the...

enhancement