Hi, in my controller very simply I load an image like this:
// upload original
$path = $request->file('thumb')->store('thumbs');
The image is obviously loaded in its original form, but I would like a smaller thumbnail to be created in addition to the original but keeping its same generic ID by simply adding sdfsdf435345_thumb.ext