I could do it like this
$rules = [ 'name' => Rule::unique('price_types')->where('location_id', \Session::get('location_id',-1)), 'location_id' => "required|numeric|min:1" ];
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community