MrHex
MrHex
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
it doesn't work, dont know why actually
38 replies
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
that it used to preview the image by default
38 replies
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
i just want to set a default image path for a FileUpload field
38 replies
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
i have one other question, can i set a default path for the FileUpload field to previewing it?
38 replies
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
thanks for your time
38 replies
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
for e.g. we upload a foo.png so we have it with id 1 in the files table so whenever we want to use the foo.png we just need to open a modal and let the user to select between the uploaded files that is also contains the foo.png in it.
38 replies
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
no, it can be assigned to multiple models
38 replies
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
any idea to make this flow easier?
38 replies
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
so we NEED TO store it in a separated table like files and use the id via the relations...
38 replies
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
and it MUST apply to the all places that we used the file
38 replies
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
admin may changes some attributes of the uploaded File in some cases
38 replies
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
we need to track the user uploads and report them in some cases
38 replies
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
38 replies
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
ofc. ill refactor it right now
38 replies
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
its an old project and refactoring may take a long time. what do u think?
38 replies
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
Spatie?
38 replies
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
which media library you mean?
38 replies
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
@danharrin it should not upload into the PersonalInfo relation. it should upload into the File relation that is related to the PersonalInfo
38 replies
FFilament
Created by MrHex on 4/27/2023 in #❓┊help
Image upload in relations
I just used this code in the TableSchema and its correctly show the Image
ImageColumn::make('avatar.path')
->demonLabel('avatar')
->circular()
ImageColumn::make('avatar.path')
->demonLabel('avatar')
->circular()
But the image is not load in the modal or forms after re-opening them ... 😦
38 replies