Hello all,
I have a Laravel backend working with AngularJS. Via angular service i send a POST request to my API, laravel get something like this :
{
id: 0,
name: mary,
details: [
0: {data1: true, data2: false},
1: {data1: true, data2: false}
]
}
I know how to validate id and name, but i have no idea of how to validate each entry inside the details array.
excuse me for typo.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community