/* $imageName = time() . '.' . request()->file("image")->getClientOriginalExtension();
request()->file("image")->move(public_path('storage/img'), $imageName);
http://localhost:8000/storage/img/1679659351.jpg */
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)