May use
User::where('Project_id','')->lists('Name','ID');
Or
User::where('Project_id',0)->lists('Name','ID');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community