tomc
Explore posts from serversCurator Image Not Found (Production)
Hi @Leandro Ferreira this is what I get in my console "GET https://api.littdigitalacademy.org/storage/media/7081713f-d5c1-4ebc-abf4-d550e5cb98c8.png 404 (Not Found)"
8 replies
How to get team_id when creating new record from Relation Manager
you can use the "hidden" component and pass the "team_id" (in your ConversionsRelationManager ) that worked for me,
below is my "PriceRelationManager.php" for my "CourseResource";
Do make sure to call your relations in the getRelations function within your MainResource, just my thoughts
5 replies
How I create images urls with "filament spatie media library" ?
thanks @awcodes however I switched to curator, but I don't see the media resource and also I noticed that the migration has changed to a curator, What got me interested was the factthat curator automatically generates urls/file_path upon image upload. Is there a way I can mimic that behaviour?
12 replies