laravel-json-api
laravel-json-api copied to clipboard
JSON API (jsonapi.org) package for Laravel applications.
It feels like I'm missing something obvious, but I was not able to find a straight-forward way for attaching custom top-level meta to the response (just like the `page` meta...
Hi for averyone Am trying to add a middleware to one of my resource routes but apparently it can't access the middleware when I enter the route: Some help ![Screen...
Hi, I'm currently trying to resolve an issue I have with how the API is structured. We have two different kind of users that are appearing in relationships. I'm looking...
I'm researching API packages for Laravel and was wondering if the missing doc page called "sparse fieldsets" is related to the `?fields` parameter specified on the JSON-API, that allows a...
Hi, do you have any plans on adding a new feature that adds support for generating OpenAPI compliant documentation out of the api configuration? It would be really nice to...
The `packages` config item in this Laravel package is the current way we list the packages to be registered with the `laravel-json-api` package. However, I am wanting to keep people...
Where the server decides to use default include paths, i.e. when the client does not provide any include paths, there seems no way for the client to specify that it...
I was wondering where is the best place to add some custom joins to the index query? Currently, I am overwriting the queryAll method in the Adapter but it doesn‘t...
Is there any plan to add support for lumen? I tried out with lumen 5.4 but it seem to break php artisan in similar way as described in https://github.com/laravel/lumen-framework/issues/504.
There's this package: https://github.com/swisnl/json-api-client That is a lot more comprehensive than the client provided in this package. Would be best to remove the client implementation we have, and just focus...