Open xy2z opened 1 year ago
https://www.php.net/manual/en/language.operators.comparison.php
Example:
Capro::pages()->where('weight', '>=', 200)->get();
But also it could use a param to use case sensitive or not, so think that in maybe :)
https://www.php.net/manual/en/language.operators.comparison.php
Example:
But also it could use a param to use case sensitive or not, so think that in maybe :)