[ 'required', 'min_length[3]', ], 'token' => 'in_list[{id}]', ]; protected $validationMessages = [ 'name' => [ 'required' => 'You forgot to name the baby.', 'min_length' => 'Too short, man!', ], ]; }