sjaakp / yii2-illustrated-behavior

Adds image to ActiveRecord
http://www.sjaakpriester.nl/software/illustrated
MIT License
43 stars 17 forks source link

Class 'sjaakp\illustrated\Uploader' not found #11

Closed aidonsnous closed 8 years ago

aidonsnous commented 8 years ago

Hello, here are my problems First, In my view I am getting this error and I don't know what is the problem.

Second, I have an model to which I want to attach more than 2 images(each image must be stored in it normal size and small sizes(32x32,96x96,110x140)); how can I do that? Third, seeing the imgAttribute,sizeAttribute,cropeSize I really don't understand how should I use them an d, I would like to know how illustrated store these link (it generates).

sjaakp commented 8 years ago

IllustratedBehavior now supports multiple images.

aidonsnous commented 8 years ago

The extension is great but I don't know how proced with the configuration so that it works.(I've understood so far that I can use step to save one image in different sizes)?