Laravel this is not only a practical framework, it is also a programming style
With the asterisk I can validate all array items, like this:
'event_time_start.*' => 'required|date_format:G:i',
But I want apply this validation rule on all items, except the last one. How can I achive this?
Aucun commentaire:
Enregistrer un commentaire