How to use Where null and Where not null eloquent query in Laravel?

Where Null Query DB::table('users')->whereNull('name')->get(); Where Not Null Query DB::table('users')->whereNotNull('name')->get();

Popular posts from this blog

Ajax Toggle(on/off) on-click Update

Yii Framework In Update Time View Image In Form