Define disk in filament ImportAction
ImportAction always failed to upload since i implemented a external storage(blob).
Is it possible to define the disk to use in the import action?
4 Replies
Up
make sure that in your env file you set FILAMENT_FILESYSTEM_DISK to the external storage
what's the difference between FILESYSTEM_DISK and FILAMENT_FILESYSTEM_DISK in the env file?
one is for laravel and another is for filament