Okay, I have this figured out. This was not at all intuitive to me. The following Eloquent query works:
$settings = PerformanceSetting::where('performance_participant', '=', '1')->get();
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community