robsonvn / laravel-couchdb

A CouchDB based Eloquent model and Query builder for Laravel
56 stars 28 forks source link

get attachments #17

Open diegonella opened 6 years ago

diegonella commented 6 years ago

Hi @robsonvn how to get attachments from document?

robsonvn commented 6 years ago

I haven't written any sort of test for attachments. What I currently doing is convert the file to base64 and store as a simple field.

This issue is related to https://github.com/doctrine/couchdb-client/issues/81.

I feel like as soon we get that sorted we might implement something easier here.