getUploadedFileNameForStorageUsing() on FileUpload::configureUsing() does not work :S
Using
So, doing this inside the
Not sure why this specifically is for
Note, using the exact same function on
Anyone got an idea? Is this a bug?
->getUploadedFileNameForStorageUsing() when defining defaults for file uploads, does not work.So, doing this inside the
AppServiceProvider does not work:Not sure why this specifically is for
->getUploadedFileNameForStorageUsing(). I think it would be nice defining a default way files are stored globally, instead of doing this on all FileUpload::make() everywhere.Note, using the exact same function on
Fileupload::make()->getUploadedFileNameForStorageUsing(), does work!Anyone got an idea? Is this a bug?