Download the PHP package torann/assets without Composer
On this page you can find all versions of the php package torann/assets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download torann/assets
More information about torann/assets
Files in torann/assets
Package assets
Short Description Simple asset management for Laravel 4.
License BSD 2-Clause
Informations about the package assets
Asset Management for Laravel 4 - Alpha
The Torann/Assets package is meant to simplify the creation and maintenance of the essential assets of a Laravel 4 based application.
Features
- Supported asset types: LESS, CSS, and JavaScript files.
- Combining and minifying (any combination of the two) are fully supported
- Supports local (including packages) or remote assets
- Pre-compress assets with Gzip
- Organize assets into collections
- Build assets individually within your development environment to maintain debug tool friendliness.
- Asset fingerprinting (with basic support for images)
- Image asset support in LESS
I do NOT plan to add support for other asset types like Coffeescript simply because I want to keep the package footprint as small as possible.
To-Dos
- Deploy built collections to remote Content Delivery Network
- More robust support for remotely hosted assets
Installation
To get the latest version of Assets simply require it in your composer.json
file.
"torann/assets": "dev-master"
You'll then need to run composer install
to download it and have the autoloader updated.
Once Cells is installed you need to register the service provider with the application. Open up app/config/app.php
and find the providers
key.
Then register the service provider
There is no need to add the Facade, the package will add it for you.
Documentation
View the official documentation.
Change Log
v0.1.1 Alpha
- Moved documentation to the wiki
- Added the ability to add fingerprints to images
- Added basic support for CDNs
All versions of assets with dependencies
illuminate/support Version ~4.1
illuminate/console Version ~4.1
oyejorge/less.php Version ~1.5
mrclay/minify Version dev-master