Download the PHP package anahkiasen/illuminage without Composer
On this page you can find all versions of the php package anahkiasen/illuminage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download anahkiasen/illuminage
More information about anahkiasen/illuminage
Files in anahkiasen/illuminage
Package illuminage
Short Description Wrapper for the Imagine library to hook into the Laravel framework
License MIT
Informations about the package illuminage
DEPRECATED: Use Glide instead
Illuminage
Setup
First do composer require anahkiasen/illuminage:dev-master
.
Then if you're on a Laravel app, add the following to the providers
array in app/config/app.php
:
And this in the facades
array in the same file :
And then do artisan asset:publish anahkiasen/illuminage
.
Usage
Illuminage is a wrapper for the Imagine library to hook into the Laravel framework. It implements elegant shortcuts around Imagine and a smart cache system.
What you get from those calls are not direct HTML strings but objects implementing the HtmlObject\Tag abstract, so you can use all sorts of HTML manipulation methods on them :
You can at all time access the original Imagine instance used to render the images :
All versions of illuminage with dependencies
anahkiasen/html-object Version ~1.4.0
illuminate/cache Version ~4.1
illuminate/container Version ~4.1
illuminate/config Version ~4.1
illuminate/routing Version ~4.1
illuminate/support Version ~4.1
imagine/imagine Version ~0.5.0