Venelin Iliev

Results 11 issues of Venelin Iliev

I want to migrate from **cloudcreativity/laravel-json-api** to **laravel-json-api/laravel**. I have too much code that I don't want to migrate when starting a new laravel project. Can I install both libraries...

Readonly not working: `Items::make('field')->readonly()`

How to fetch relationships? JSON API spec: https://jsonapi.org/format/#fetching-relationships `GET /articles/1/relationships/comments HTTP/1.1`

The cache does not work with `fields` property example: ``` page: { number: page, }, fields: { resource1: [ ...fields... ], resource2: [ ...fields... ] }, include: ['relaton1', 'relation2'], remotefilter:...

When I use the latest version of the package (2.0.3) i have the following problem: ``` Google\Cloud\Core\Exception\BadRequestException InvalidAuthenticationThe provided authentication header is invalid.Cannot use OAuth Authorization header with form POST....

can I register 2 authorizers of one Schema? example: - one for permission (as resource authorizer) - one for premium service (register in AuthServiceProvider with LaravelJsonApi::registerAuthorizer) 2 authorizers have very...

enhancement

I have a problem in the following case and with eager loading: two fields with the same type: HasOne::make('metric')->type('inventory-metrics'), HasOne::make('metric-service', 'metricService')->type('inventory-metrics'), in model: public function metric(): HasOne { return $this->hasOne(Metric::class,...

needs reproduction

this fix is for cyrillic characters

This package exhibits inaccurate caching behavior when the command is executed across multiple directories containing translation files with identical names. **Steps to Reproduce:** 1. Execute the command `json-autotranslate -i src/translations/a;...