| Package Data | |
|---|---|
| Maintainer Username: | gguney |
| Maintainer Contact: | gokhanguneygg@gmail.com (Gokhan Guney) |
| Package Create Date: | 2017-02-24 |
| Package Last Update: | 2017-10-08 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-26 03:07:22 |
| Package Statistics | |
|---|---|
| Total Downloads: | 117 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Just include Brush and use it with your Laravel project. You can decrease the size of your images and insert watermark.
$ composer require gguney/brush
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.
Gökhan Güney - gokhanguneygg@gmail.com
Brush is licensed under the MIT License - see the LICENSE file for details