PHPackages                             tinkeshwar/imager - 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. tinkeshwar/imager

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

tinkeshwar/imager
=================

This is a laravel package to create thumbs of any desired size on the fly from an existing image.

2.3.12(3y ago)41961MITPHPPHP &gt;=7.0.0

Since Mar 6Pushed 3y ago2 watchersCompare

[ Source](https://github.com/tinkeshwar/laravel-image)[ Packagist](https://packagist.org/packages/tinkeshwar/imager)[ RSS](/packages/tinkeshwar-imager/feed)WikiDiscussions master Synced today

READMEChangelog (10)DependenciesVersions (27)Used By (0)

Documentation
=============

[](#documentation)

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

[](#installation)

Use the command below to install this package to your existing laravel project.

```
composer require tinkeshwar/imager

```

After successfull installation publish the config file using one of the following commands:

> ***Install Automatically***
>
> `php artisan imager:install`

> ***Install Manually***
>
> `php artisan vendor:publish`
>
> and select **`Tinkeshwar\Imager\ImagerServiceProvider`** this will copy image.php into your app/config.
>
> Run
>
> `php artisan migrate`
>
> To migrate the image table schema into you database.

Run below command to create symbolic link

```
php artisan storage:link

```

Usage
-----

[](#usage)

##### Your model

[](#your-model)

```
