Posts

Showing posts from December, 2024

moving image to another folder

  // $request->validate([         //     'slip' => 'required|image|mimes:jpeg,png,jpg,gif,svg|max:2048',         // ]);         // $imageName = time() . '.' . $request->slip->extension();         // $request->slip->move(public_path('images'), $imageName);         // return back()         //     ->with('success', 'You have successfully uploaded the slip.')         //     ->with('image', $imageName);