Validation of array form fields in laravel 4 error

前端 未结 5 1053
悲哀的现实
悲哀的现实 2020-11-29 03:56

How can we validate form fields that are arrays? Take a look at the following code

UserPhone Model:

 public         


        
5条回答
  •  独厮守ぢ
    2020-11-29 04:45

    There are now array validation rules in case this helps anybody. It doesn't appear that these have been written up in the docs yet.

    https://github.com/laravel/laravel/commit/6a2ad475cfb21d12936cbbb544d8a136fc73be97

提交回复
热议问题