skip to Main Content

Update data with laravel

The problem arises when I use the "save" method to save the data, as it returns as undefined, this is the code : public function profile() { return view('profile.edit', ['user' => Auth::user()]); } public function update(Request $request) { $request->validate([ 'fullName'…

VIEW QUESTION
Back To Top
Search