I'm using (and loving) the Laravel 5 form request validation so far. But now I'm stuck trying to validate related models.
Say I have a Car
model which has many Wheel
models and I'd like to validate a new car. In the CarController@store
store method I'm using the following to validate the car, but this does of course not validate the wheels.
public function store(StoreCarRequest $request)
{
// Create the car
}
What needs to be done to validate the Wheel
s of a Car
? Can this be done with form request validation?
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1PY9JCK
via IFTTT
Aucun commentaire:
Enregistrer un commentaire