/imageable-laravel

Laravel package used to make work with images easier.

Primary LanguagePHPMIT LicenseMIT

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