2017 © Pedro PelĂĄez
 

library assets

Manage and serve assets

image

rocket/assets

Manage and serve assets

  • Saturday, January 2, 2016
  • by onigoetz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel Asset management

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads, (*1)

__ !!! This package is in development and is not yet ready for prime time !!! __, (*2)

In any web application you need to load Javascript and CSS files to work. With more and more plugins, parts and modules, you need an optimal way to load them., (*3)

Require JS techniques are now the de-facto standard to load javascript. But I will bring it a step further, this is a require JS backend., (*4)

Install

Via Composer, (*5)

``` bash $ composer require rocket/assets, (*6)


## Usage ```php use Assetic\AssetManager; use Rocket\UI\Assets\Assetic\Asset\JsAsset; Event::listen( 'rocket.assets.js', function (AssetManager $am) { $am->set('jquery', new JsAsset(__DIR__ . '/js/jquery.js')); $am->set('jquery.tooltips', (new JsAsset(__DIR__ . '/js/jquery.tooltips.js'))->dependsOn('jquery')); } );

Testing

All the tests live in the main project., (*7)

Contributing

Please see CONTRIBUTING for details., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

02/01 2016

dev-master

9999999-dev

Manage and serve assets

  Sources   Download

MIT

The Requires

 

04/11 2014

dev-laravel4

dev-laravel4

Manage and serve assets

  Sources   Download

The Requires