Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how can i get input id in laravel 8

$inputs = $request->input('function_count');
foreach($inputs as $id=>$value){
    // $id being the content of $item->id
    // $value being the content of value=""
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #input #id #laravel
ADD COMMENT
Topic
Name
8+4 =