FileUpload Image with morphOne relationship
I am trying to get the FileUpload field to work with all of the image morphOne relationships I have in my program. An example of one of the relationships is included below. FileUpload is being called on SchoolResource.php. School.php is related to ProgramOperator.php via the 'entity' relationship. I am guessing I am missing something painfully obvious somewhere.
EntityImage.php
ProgramLogo.php
ProgramOperator.php
1 Reply
so what have you tried on the filament side?
also maybe you should just go with something like spatie media library instead of your own models