Alex'R
Alex'R
FFilament
Created by Lloyd on 10/22/2024 in #❓┊help
Image Postprocessing
if you want the file is public, you should use public as FILESYSTEM_DISK in your .env and use php artisan storage:link, instead you can use publicly
9 replies
FFilament
Created by Lloyd on 10/22/2024 in #❓┊help
Image Postprocessing
explore your storage folder and you get the path with storage_path() method
9 replies
FFilament
Created by Lloyd on 10/22/2024 in #❓┊help
Image Postprocessing
depends of your storage configuration
9 replies
FFilament
Created by Lloyd on 10/22/2024 in #❓┊help
Image Postprocessing
you can do it in handleRecordCreation or handleRecordEdition method : https://filamentphp.com/docs/3.x/panels/resources/creating-records#customizing-the-creation-process
9 replies
FFilament
Created by Lloyd on 10/22/2024 in #❓┊help
Image Postprocessing
Hi, your file has not yet been uploaded, it is in the temporary files. It's up to you to determine the path in which you want to store it. You can, however, retrieve the file name.
9 replies