Antoine Bluchet

Results 588 comments of Antoine Bluchet

can you run cs-fixer (inside the root of the project)? I'd like to merge this to fix virtual props

I'll tag a release Friday :), @domthomas-dev easiest is to install a dev version that points on the 4.0 branch using composer repositories. Btw, @GromNaN what's left to merge this?

Indeed this looks like it should be in Symfony's documentation, what do you think?

Do you think I should fix the tests and rebase this @sebastianbergmann or we should close?

I thought it'd be a good idea to be able to configure this feature but if no one needs this it's probably useless. Feel free to close this.

https://github.com/api-platform/core/pull/6960

You should build a bridge for tenancy I guess? The metadata for properties / relations is at [EloquentPropertyMetadataFactory](https://github.com/api-platform/core/blob/main/src/Laravel/Eloquent/Metadata/Factory/Property/EloquentPropertyMetadataFactory.php), then you would maybe need to adapt the data providers/processors for example...

no it's not that easy, you can always override the metadata factory with your own class for tenants but it looks like we should have a cache for tenants and...