$page = Page::find($id); // Make sure you've got the Page model if($page) { $page->image = 'imagepath'; $page->save(); }