Je crois que like
est converti en regex de toute façon, vous pouvez donc le faire en tant que not regexp
:
$user = Comment::where('body', 'not regexp', '/spam/i'))->get();
Je crois que like
est converti en regex de toute façon, vous pouvez donc le faire en tant que not regexp
:
$user = Comment::where('body', 'not regexp', '/spam/i'))->get();