gguney/brush

Image manupulation and watermark library for Laravel.
117
Install
composer require gguney/brush
PHP:>=5.6 || 7.0
License:MIT
Last Updated:Oct 8, 2017
Links: GitHub  ·  Packagist
Maintainer: gguney

Brush - Image Manipulation Library

Just include Brush and use it with your Laravel project. You can decrease the size of your images and insert watermark.

Requirements

  • Brush works with PHP 5.6 or above.

Installation

$ composer require gguney/brush

Usage

Add package's service provider to your config/app.php

...
        GGuney\Brush\BrushServiceProvider::class,
...

Then write this line on cmd.

$ php artisan vendor:publish

This will publish brush.php config file to your app's config folder. So you can change views just by changing this config file.

Author

Gökhan Güney - gokhanguneygg@gmail.com

License

Brush is licensed under the MIT License - see the LICENSE file for details