laravel-restify icon indicating copy to clipboard operation
laravel-restify copied to clipboard

The fastest way to make a powerful JSON:API compatible Rest API with Laravel.

Results 13 laravel-restify issues
Sort by recently updated
recently updated
newest added

- fix: support ukraine - Clean up & upgrading php + laravel (#464) - fix: route method - Fix styling - fix: roadmap - fix: Make sure any action isn't...

Fixes #558 Will fix: #562 Progress: - Show/Index - [x] [Relationships](https://jsonapi.org/format/#document-resource-object-relationships) (missing links) - [x] [Included](https://jsonapi.org/format/#document-top-level) - [ ] ~[Sparse fieldsets](https://jsonapi.org/format/#fetching-sparse-fieldsets) (low priority) #523~ (will be handled in #536) -...

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...

## Fixed - fixing load of nested relationships https://github.com/BinarCode/laravel-restify/issues/576 - this might introduce a performance problem if data not cached, will continue to monitor this

Models relationships ``` Houses HasMany Apartments Apartments BelongsTo Owner Apartments BelongsTo House Owner HasMany Phones ``` GET /houses/1?include=apartments.owner.phones returns https://jsoneditoronline.org/#left=cloud.15ee4ba500164dc9bce7386c5506263b&right=cloud.7126537776eb42c1bd1c35efdb49c4d8 Two apartments in the building (number 50, 88) belong to...

Hi, if I try to send to the POST endpoint (store) the following payload (compliant with [JSONAPI specs](https://jsonapi.org/format/#crud-creating)): ```json { "type": "users", "attributes": { "username": "test", "email": "[email protected]" }, "relationships":...

enhancement

Hello! We use the Restify library, today I encountered a weird issue, maybe it could be due to me or a bug. This is a snippet for my JobPolicy.php: ```...

ref: https://laravel.com/docs/11.x/routing#customizing-the-key