2017 © Pedro Peláez
 

library laravel-optimize-images

Optimize images command for Laravel 4

image

paramonovav/laravel-optimize-images

Optimize images command for Laravel 4

  • Thursday, December 24, 2015
  • by paramonovav
  • Repository
  • 2 Watchers
  • 1 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Optimize Images

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Artisan command for Laravel 4 to optimize your images using jpegoptim and optipng., (*2)

Note: Based on and inspired by Spir/ImageOptimize., (*3)

Installation

Require this package with composer:, (*4)

composer require paramonovav/laravel-optimize-images

After updating composer, add the ServiceProvider to the providers array in app/config/app.php, (*5)

'Paramonovav\LaravelOptimizeImages\LaravelOptimizeImagesServiceProvider',

You need to publish the config from this package., (*6)

php artisan config:publish paramonovav/laravel-optimize-images

Installation "jpegoptim" and "optipng" on MacOS X

Installing with brew, (*7)

brew install jpegoptim optipng

Installation "jpegoptim" and "optipng" on CentOS with yum

Installing with yum package manager, (*8)

yum install jpegoptim optipng -y

Now you can run artisan command:, (*9)

php artisan optimize:images

Note: Be CAREFUL optimized images override/replace the original images, (*10)

The Versions

24/12 2015

dev-master

9999999-dev

Optimize images command for Laravel 4

  Sources   Download

MIT

The Requires

 

laravel command artisan images optimize

29/07 2015

1.0.0

1.0.0.0

Optimize images command for Laravel 4

  Sources   Download

MIT

The Requires

 

laravel command artisan images optimize