I want to store uploaded images to my Laravel-based web app in a subdirectory of the Laravel storage
directory. It's the directory at the same hierarchy level as the 'application' and 'public' directories.
Is there a framework method for doing this? I've searched the docs but can't find one.