Jonathan
Jonathan
FFilament
Created by Jonathan on 5/29/2024 in #❓┊help
FileUpload::make()->directory('my/secret/sauce') Don't save full URL in DB
Found a solution that worked for me. Used Laravel to do this. Just created a new disk using Laravel that was the direct path I wanted. This solved all the issues I was having, no longer does the file name have the directory structure appended to it, and I don't need to change any paths.
5 replies