not null in laravel

PHP
DB::table('users')	->whereNotNull('name')	->get();
Source

Also in PHP: