carolinecennis

Results 1 comments of carolinecennis

in the Eloquent Builder Trait I added this to solve: `$dbType = Config::get('database.default');` ``` if($dbType == 'postgres'){ $clauseOperator = $not ? 'NOT ILIKE' : 'ILIKE'; } else { $clauseOperator =...