$arrayNames = explode(',', $request->input('names');
foreach($arrayNames as $name){
Names::create($name);
}
Work now for validate the names.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community