archtechx / virtualcolumn

Eloquent Virtual Column package.
MIT License
70 stars 12 forks source link

Feature: Scope where()s to the virtual column too #1

Closed stancl closed 2 years ago

stancl commented 4 years ago

If you where('foo', 'bar') and there's no foo custom column, it should be converted into data->foo.

Probably requires extending the Eloquent Builder.

stancl commented 2 years ago

Closing in favor of https://github.com/archtechx/tenancy/issues/532