Querying does not support comparison operators
Opened this issue · 0 comments
jorbascrumps commented
Some APIs allow you to query their data with comparison operators. It would be nice if this package facilitated this by supporting operators much like Eloquent does:
Model::where('created_at', '>', Carbon::now());