rasim/image

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v1.0.0beta) of this package.

Intervention Image Extension URL Method for Laravel 4

Maintainers

Package info

github.com/RaSiM/image-url

Issues

pkg:composer/rasim/image

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 3

v1.0.0beta 2015-02-13 11:51 UTC

This package is not auto-updated.

Last update: 2020-08-25 13:03:47 UTC


README

Intervention Image Extension URL Method for Laravel 4

Total Downloads

Installation

  • In composer.json;

    "rasim/image": "dev-master"
  • In app.php

    'Rasim\Image\ImageServiceProvider',

Usage

  • Codes

    Image::url("image_file.png","75","75");