CTOlet / yii2-attachments

Yii2 extension for uploading and attaching the files to the models
66 stars 57 forks source link

How add new attribute to image #38

Closed dyar74 closed 8 years ago

dyar74 commented 8 years ago

I need to add attribute caption to each image file. How I do this?

CTOlet commented 8 years ago

You can fork and modify this extension by updating the migration and model or create another one table via one-to-one relationship with the attachments table and add there everything you need.