Alin Eugen Deac

Results 19 comments of Alin Eugen Deac

Ah... Can we perhaps re-work this to support additional meta-data, without having to introduce a breaking change? A possible solution would be to extract the the `extraMetadata()` into its own...

I have tried the following, yet does not appear to work (_But it does work on regular `BelongsTo` field_). ```php NovaBelongsToDepend::make('User', 'user', User::class) ->options(UserModel::all()) ->withMeta([ 'belongsToId' => $request->user()->id, ]), ```...

Does anybody know what the status is, for this issue. I too will soon have an issue, where it's not feasible to use `options()` the way that it's currently implemented....

Note: I'm not sure what/why code-coverage is failing. @sunspikes, if you approve of the changes, can you please take over the PR and fix eventual coverage related issues?

@sunspikes are you still around? Just wondering if you had any chance to review this PR and maybe make it a part of your package?

To anyone that might come across this PR. Due to lack of activity from the author, I was forced to create an [alternative](https://aedart.github.io/athenaeum/archive/current/antivirus/). I hold no ill intention towards the...

Also experiencing this issue for 2.0.0-beta.61. Any status on when this will be fixed?... Or at least a work-around?

This feature can, at its earliest, be added from major version `8.0` of Athenaeum, where the PHP support will be `8.2 - 8.3`

For now, the current implementation of `isValid()` should be good enough. Once PHP 8.3 is set as the minimum required version, then the native function should be used.