laravel
laravel copied to clipboard
JSON:API for Laravel applications
Hello! I want to make a relation from Eloquent model to non-eloquent. Is it possible? Thanks.
Just a reminder to myself here... need to look into Github sponsorship: https://github.com/sponsors/accounts
At the moment we support binding to the Eloquent model events as the primary way of listening for events on resources. This works in the majority of cases, because the...
I'd love to see an implementation of user authentication in your dummy app (I did some research and in 2018 you already wanted to add an authentication to the demo...
Implement Asynchronous Processing as described in the [JSON:API Spec recommendation](https://jsonapi.org/recommendations/#asynchronous-processing). This exists in the outgoing version of this package but has not been implemented in this version.
The `IncludePathIterator` is the class the works out what include paths are allowed using a max depth integer. At the moment, if the iterator encounters a polymorphic relationship at depth...
At the moment we have a `Contracts\Schema\PolymorphicRelation` interface, with a `inverseTypes()` method on it. This is actually redundant as we have added the `allInverse()` method to the `Relation` contract. We...
JSON:API specification allows to omit a relationship field required for linkage in a compound document using sparse fieldsets: > Compound documents require “full linkage”, meaning that every included resource MUST...
Hi! First of all, great package. It does everything I need it to do and more. At my work we have a bunch of microservices written in Lumen, and we'e...
Nova lenses: https://nova.laravel.com/docs/3.0/lenses/defining-lenses.html > For example, you may want to list of all your application's users sorted by their total lifetime revenue. Creating such a list may require you to...