tomsq / imageable-laravel

Laravel package used to make work with images easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imageable Laravel

Imageable Laravel is a Laravel library for dealing with images.

Installation

Use composer to require package to Your project.

composer require gause/imageable-laravel

Usage

use Gause\ImageableLaravel\Image;

$image = new Image();

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Laravel package used to make work with images easier.

License:MIT License


Languages

Language:PHP 100.0%