Hi, I have my request form for destinations, it has, id, name and location_id so depending on the lo...
I could do it like this $rules = [ 'name' => Rule::unique('price_types')->where('location_id',...
The Laravel portal for problem solving, knowledge sharing and community building.
The community