laravel5-jsonapi icon indicating copy to clipboard operation
laravel5-jsonapi copied to clipboard

Laravel 5 JSON API Transformer Package

Results 42 laravel5-jsonapi issues
Sort by recently updated
recently updated
newest added

At the moment, I cannot use this repository on Laravel 6.0.

What's the current situation? Is the repo still maintained?

Does it have built in support for polymorphism?

I tried naively to add the package to my L5.5 project with Passport (which depends on symfony/psr-http-message-bridge v1.0) and got this: ```Your requirements could not be resolved to an installable...

When I get a resource, the aliases for the properties are well done, but the aliases for the included relationships are not used. ``` { "data": [ { "type": "coupon-referrals",...

Please update your package to include support for Laravel 5.3 and 5.4.

I use Lumen 5.4 for this. I follow your example, but i get FatalThrowableErrorClass 'App\Http\Controllers\RequestFactory' not found thanks

I followed the steps in the documentation to create a Clients collection and although I can read the collection and its items (/clients and /clients/:id) I can't POST or PUT...

I'm setting up an example application as documented on Github and I get this error: ``` FatalThrowableError in MappingFactory.php line 93: Type error: Argument 1 passed to NilPortugues\Api\Mapping\MappingFactory::fromArray() must be...

I THINK, per this experience, that the validation test relationshipRules() is run AFTER the authorizer is run. That might be okay, it just means that the authorizer logic has to...