Published
- 1 min read
laravel where is null
The solution for this is noted below
laravel where is null
Solution
DB::table('users') ->whereNull('name') ->get();
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
DB::table('users') ->whereNull('name') ->get();
Try other methods by searching on the site. That is if this doesn’t work