Carsten Brandt

Results 453 comments of Carsten Brandt

> $user->link('role', $roles); how does this work? current implemenetation does not support setting multiple models.

can you show how you configured the behavior? Also what is the name of the function you define `$this->hasMany(Translation...` in ?

@SOHELAHMED7 as far as I see this feature is complete. Please close the issue if that is the case.

This could be solved similar to #131 by adding an `x-foreign-key-column-name` or similar property to the `allOf`.

In the above example: Routing depends on Domain, which itself depends on Account again. So in order to generate fake data, you first need to generate Accounts, then Domains and...

why not? it's PHP and Symfony is PHP too.

What's the problem? https://packagist.org/packages/fguillot/json-rpc seems quite active, as well as the repo it points to: https://github.com/matasarei/JsonRPC where do you see "archived"?

Seems that the repo changed URLs, if you run `composer update fguillot/json-rpc` it does update the state and clone the correct (new) repo.