guillaumeboussion

Results 5 comments of guillaumeboussion

I get the point, but as you just showed, it could be really useful to handle a custom operator ('SUBSTR', 'ISNULL'...) in the builder, I mean, at least for relations...

Well, looks great, but for this use I could just do a `@builder` directive I guess ? Here is my concrete business example (so that you can understand) : We're...

Looks great to me! Thanks for your work. I guess in the Offer::orderNullLast(), all I'll have to do is ```php public function orderNullLast(Builder $builder) : Builder { return $builder->orderByRaw('ISNULL(`order`) ASC,...

We're going to need the new API, so I can make a PR after editing the existing provider

Hey, any update on this ?