Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Nice To Know
Thanks man!
and if you want to validate the array key for e.gcolor.size => [here goes the rules, "required","in:s,m,l,xl" and so on]
ruclips.net/video/I9lcaQDU0Mg/видео.html
how did you know that the "required_array_keys" attribute exist ? where did you find the list of available attributes for validation?
from laravel documentation:laravel.com/docs/11.x/validation#available-validation-rules
What if i want color to be nullable and size will be required?How can we go about it using required_array_keys?
in this case you may make it independently for each key
Nice To Know
Thanks man!
and if you want to validate the array key for e.g
color.size => [here goes the rules, "required","in:s,m,l,xl" and so on]
ruclips.net/video/I9lcaQDU0Mg/видео.html
how did you know that the "required_array_keys" attribute exist ? where did you find the list of available attributes for validation?
from laravel documentation:
laravel.com/docs/11.x/validation#available-validation-rules
What if i want color to be nullable and size will be required?
How can we go about it using required_array_keys?
in this case you may make it independently for each key