gguney/brush

Image manupulation and watermark library for Laravel.

dev-master 2017-10-08 10:29 UTC

This package is auto-updated.

Last update: 2024-03-29 03:27:49 UTC


README

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