// In the Controller file DB::table('students')->where('id','=',$request->id)->update([ 'name'=>$request->input('name'), 'city'=>$request->input('city'), 'marks'=>$request->input('marks'), ]); // in Web.php file use post // in blade file use post method
Hello sir how are you ? hope will be fine. please tell us how to upload laravel project from localhost to live in cpanel. please must make a video thanks in advance.