PHPackages                             kunalkurhader/thumbr - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. kunalkurhader/thumbr

ActiveLibrary[Image &amp; Media](/categories/media)

kunalkurhader/thumbr
====================

A simple php package to create thumbnail on fly.

2.7(4y ago)08MITPHPPHP &gt;=5.3.3

Since Nov 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kunalkurhader/thumbr)[ Packagist](https://packagist.org/packages/kunalkurhader/thumbr)[ RSS](/packages/kunalkurhader-thumbr/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (1)Versions (10)Used By (0)

thumbr
======

[](#thumbr)

This is laravel package where you can create image thumbnail on the fly and reuse it.

Installation
------------

[](#installation)

Install thumbr with composer

```
composer require kunalkurhader/thumbr
```

Edit config/app.php file and add following line under `providers` array

```
Kurhades\Thumbr\ThumbrServiceProvider::class,
```

Now, after making changes in config/app.php, lets clear the config cache

```
php artisan config:cache
```

To copy the config file, lets publish with following command

```
php artisan vendor:publish --provider="Kurhades\Thumbr\ThumbrServiceProvider"
```

Configuration options
---------------------

[](#configuration-options)

Configuration file will be located under config folder named `thumbr.php`

```
