Skip to content

stanogurnik/asset

 
 

Repository files navigation

Orchestra Platform Asset Component

Orchestra\Asset Component is a port of Laravel 3 Asset for Orchestra Platform.

Latest Stable Version Total Downloads Build Status Coverage Status Scrutinizer Quality Score

Quick Installation

To install through composer, simply put the following in your composer.json file:

{
	"require": {
		"orchestra/asset": "2.1.*"
	}
}

Add Orchestra\Asset\AssetServiceProvider service provider in app/config/app.php.

'providers' => array(

	// ...

	'Orchestra\Asset\AssetServiceProvider',
),

Aliases

You might want to add Orchestra\Support\Facades\Asset to class aliases in app/config/app.php:

'aliases' => array(

	// ...

	'Orchestra\Asset' => 'Orchestra\Support\Facades\Asset',
),

Resources

Packages

No packages published

Languages

  • PHP 98.7%
  • Ruby 1.3%