Laravel Eloquent – How to query NOT LIKE? May 14, 2023 by Tarik Simply you can use the model to get that result User::where('username', 'not like', "%ray%")->get();