Download the PHP package dustingraham/asset-manager without Composer
On this page you can find all versions of the php package dustingraham/asset-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dustingraham/asset-manager
More information about dustingraham/asset-manager
Files in dustingraham/asset-manager
Download dustingraham/asset-manager
More information about dustingraham/asset-manager
Files in dustingraham/asset-manager
Vendor dustingraham
Package asset-manager
Short Description Asset manager integrating assetic into Laravel 4
License MIT
Package asset-manager
Short Description Asset manager integrating assetic into Laravel 4
License MIT
Please rate this library. Is it a good library?
Informations about the package asset-manager
Asset Manager
Support functionality for assetic to integrate into Laravel 4 and handle configuration.
Composer
Add to your composer.json "require": { "dustingraham/asset-manager": "dev-master" },
Run composer update
Laravel
Once installed, add the service provider and alias to app/config/app.php
.
'providers' => array (
...
'Aja\AssetManager\ServiceProvider',
...
),
'aliases' => array (
...
'Asset' => 'Aja\AssetManager\Facades\Asset',
...
),
Config
Publish the config file.
> php artisan config:publish dustingraham/asset-manager
Usage
Compile production assets using
> php artisan aja:asset
Include the tags to output CSS and JS respectively.
<html>
<head>
...
...
</head>
<body>
...
...
</body>
<html>
All versions of asset-manager with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
kriswallsmith/assetic Version 1.2.*@dev
natxet/cssmin Version dev-master
oyejorge/less.php Version ~1.5
lmammino/jsmin4assetic Version 1.0.*@dev
kriswallsmith/assetic Version 1.2.*@dev
natxet/cssmin Version dev-master
oyejorge/less.php Version ~1.5
lmammino/jsmin4assetic Version 1.0.*@dev
The package dustingraham/asset-manager contains the following files
Loading the files please wait ....