Trying to generate a PDF using DOMPDF and then save it to a certain directory on my app.
Is it possible to specify a sub directory to store the file as part of the Storage::put method?
Storage::Put($name, $cotent)
The above defaults to Storage/App, but is it possible to store it in a specific folder such Storage/App/Folder1 dynamically rather than specifying it in the settings.