Skip to content

Some Curator integration questions #488

Answered by awcodes
boris-glumpler asked this question in Q&A
Discussion options

You must be logged in to vote

Hey Boris,

file is coming from the saveUploadedFiles() method in src\Components\Forms\Uploader.php. it's an override to the native filament upload.

As for the curations, those are stored as a json on the curations db field.

Curator takes a different approach to handling media than we are traditionally used to. Typically you would create multiple sizes of images during the upload and storing them all to the disk. This creates a lot of files that might not ever get used and just sit there taking up space on your server for no reason. Curator's approach is to upload just the one asset and serve images, etc through Glide which dynamically creates the actual needed sizes and caching them befor…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@boris-glumpler
Comment options

Answer selected by boris-glumpler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants