Answers for "update checkbox value in laravel"

PHP
1

update checkbox value in laravel

in controller : $shop= shop::find($request['id']); $shop->update($request->all()); In edit mode When I checkbox true work correctly but when I unchecked checkbox dose not work
Posted by: Guest on May-31-2021

Browse Popular Code Answers by Language