2017 © Pedro Peláez
 

library thumbnail

A package to optimize the dimensions of images in your web app.

image

noisim/thumbnail

A package to optimize the dimensions of images in your web app.

  • Friday, December 8, 2017
  • by albanafmeti
  • Repository
  • 1 Watchers
  • 0 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 9 % Grown

The README.md

Thumbnail is a Laravel package that you can use to optimize the dimensions of your images on your site or web app. So every time you need an image with specific dimensions you only provide them and the image will be automatically generated for you., (*1)

How to use

This package is installed via Composer. To install, simply add it to your composer.json file:, (*2)

{
    "require": {
        "noisim/thumbnail": "dev-master"
    }
}

and run composer to update the dependencies composer update., (*3)

Then open your Laravel config file config/app.php and in the $providers array add the service provider for this package., (*4)

\Noisim\Thumbnail\ThumbnailServiceProvider::class

Finally generate the configuration file running in the console:, (*5)

php artisan vendor:publish --tag=config

The Versions

08/12 2017

dev-master

9999999-dev

A package to optimize the dimensions of images in your web app.

  Sources   Download

MIT

The Requires

 

by Alban Afmeti