2017 © Pedro Peláez
 

library assets

Simple asset management for Laravel 4.

image

torann/assets

Simple asset management for Laravel 4.

  • Monday, June 2, 2014
  • by torann
  • Repository
  • 2 Watchers
  • 1 Stars
  • 296 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Asset Management for Laravel 4 - Alpha

Latest Stable Version Total Downloads, (*1)

The Torann/Assets package is meant to simplify the creation and maintenance of the essential assets of a Laravel 4 based application., (*2)


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., (*3)

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., (*4)

"torann/assets": "dev-master"

You'll then need to run composer install to download it and have the autoloader updated., (*5)

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., (*6)

Then register the service provider, (*7)

'Torann\Assets\ManagerServiceProvider'

There is no need to add the Facade, the package will add it for you., (*8)

Documentation

View the official documentation., (*9)

Change Log

v0.1.1 Alpha

  • Moved documentation to the wiki
  • Added the ability to add fingerprints to images
  • Added basic support for CDNs

The Versions

02/06 2014

dev-master

9999999-dev

Simple asset management for Laravel 4.

  Sources   Download

BSD 2-Clause

The Requires

 

laravel assets pipeline laravel4 asset pipeline asset management

02/06 2014

0.1.2-Beta

0.1.2.0-beta

Simple asset management for Laravel 4.

  Sources   Download

BSD 2-Clause

The Requires

 

laravel assets pipeline laravel4 asset pipeline asset management

27/12 2013

0.1.1-Alpha

0.1.1.0-alpha

Simple asset management for Laravel 4.

  Sources   Download

BSD 2-Clause

The Requires

 

laravel assets pipeline laravel4 asset pipeline asset management

27/12 2013

0.1.0-Alpha

0.1.0.0-alpha

Simple asset management for Laravel 4.

  Sources   Download

BSD 2-Clause

The Requires

 

laravel assets pipeline laravel4 asset pipeline asset management