Is there a 'Laravel way' of writing something like this? $products = Product::select(DB::raw( 'mw_pr...
Category::whereNotNull('parent_id')->get(); That should do it. As for the other part of the ques...
The Laravel portal for problem solving, knowledge sharing and community building.
The community