Skip to content

jlorente/yii2-model-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii2 Model Image

A Yii2 extension that allows the user to attach an image to a model and optionally resize it.

Installation

To install, either run

$ php composer.phar require jlorente/yii2-model-image "*"

or add

...
    "require": {
        // ... other configurations ...
        "jlorente/yii2-model-image": "*"
    }

to the require section of your composer.json file

Basic Usage

License

Copyright © 2015 José Lorente Martín jose.lorente.martin@gmail.com.

Licensed under the MIT license. See LICENSE.txt for details.

About

A Yii2 extension that allows the user to attach an image to a model and optionally resize it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages