juanklagos
juanklagos
FFilament
Created by juanklagos on 4/11/2024 in #❓┊help
Media library uploads the file to a digital ocean s3 bucket, but does not save to the database
In config livewire assign the disk "do" (digital ocean), it uploads the images to the bucket well, the only thing it does not do is associate it with the model in the table media
5 replies
FFilament
Created by juanklagos on 4/11/2024 in #❓┊help
Media library uploads the file to a digital ocean s3 bucket, but does not save to the database
my model has the configuration: class Module extends Model implements HasMedia { protected $connection = 'mysql'; use InteractsWithMedia;
5 replies