Laravel 11 validation requiring one one item in an array has to be one of the following
I am using form request validation and allow for vehicles to be created in the form. Each vehicle has a ref which can be A, B, C, or D. However, in each form request there must always be a single ref: “A”. There can be any amount of the others.