2017 © Pedro Peláez
 

library image

Simple Image procesing for Laravel 5 - wrapper for intervention/image

image

poznet/image

Simple Image procesing for Laravel 5 - wrapper for intervention/image

  • Tuesday, October 11, 2016
  • by j00seph
  • Repository
  • 1 Watchers
  • 2 Stars
  • 133 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Simple Image procesing for Laravel 5

Wrapper for intervention/image

SensioLabsInsight, (*1)

Bundle/Service created for simple dynamic image manipulation (resize for example). Stores manipulated images in cache for better performance., (*2)

Requirments

  • Laravel 5.0 + (this bundle is for Laravel5+ )
  • intervention/image >= 2.3

Installation

  • Add to poznet/image your composer.json

composer require poznet/image:dev-master, (*3)

  • In config/app.php register service in providers (add "Poznet\Image\PoznetImageProvider" to providers)

```' providers' => [, (*4)

    /*
     * Laravel Framework Service Providers...
     */
     ...
    'Poznet\Image\PoznetImageProvider',

], ```, (*5)

Usage

All paths is relative to /storage/app/ and it's get by Storage Facade (local), so it can be easily change to ftp/scp/Amazon/Dropbox etc., (*6)

  1. Resized image in Blade view to get resized image with widh of 450px use code below. Output is cached for 60 minutes with Cache Facade.

<img src="{{route('imagemin', ['width'=>'450','path'=>'logo.jpg'])}}">, (*7)

Licence

Intervention Imagecache Class is licensed under the MIT License. Feel free to contribute., (*8)

The Versions

11/10 2016

dev-master

9999999-dev https://github.com/poznet/laravel-smple-image

Simple Image procesing for Laravel 5 - wrapper for intervention/image

  Sources   Download

MIT

The Requires

 

laravel image gd imagick thumbnail imagine

03/01 2016

0.0.1

0.0.1.0 https://github.com/poznet/laravel-smple-image

Simple Image procesing for Laravel 5 - wrapper for intervention/image

  Sources   Download

MIT

The Requires

 

laravel image gd imagick thumbnail imagine

10/11 2015

dev-CI

dev-CI https://github.com/poznet/laravel-smple-image

Simple Image procesing for Laravel 5 - wrapper for intervention/image

  Sources   Download

MIT

The Requires

 

laravel image gd imagick thumbnail imagine