2017 © Pedro Peláez
 

library duct

Asset Duct for Laravel 4.

image

torann/duct

Asset Duct for Laravel 4.

  • Thursday, February 1, 2018
  • by torann
  • Repository
  • 1 Watchers
  • 2 Stars
  • 123 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Asset Duct for Laravel 4 - Alpha

Latest Stable Version Total Downloads, (*1)

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


Note About Laravel 5

With Laravel Elixir in Laravel 5 I'm not sure if this package will be updated to support Laravel 5. Time will tell., (*3)

Features

  • Out of the box supported for LESS, CSS, and JavaScript files.
  • Support for custom post processors (SCSS, CoffeeScript, etc.)
  • Combining and minifying of JavaScript and CSS
  • Organize assets into manifest files
  • Asset fingerprinting with support for images
  • Asset support inside of LESS/CSS

Installation

To get the latest version of Asset Duct simply require it in your composer.json file., (*4)

"torann/duct": "0.1.*@dev"

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

Once Asset Duct 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\Duct\ServiceProvider'

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

Create configuration file using artisan

$ php artisan config:publish torann/duct

Add to .gitignore

The local assets directory needs to be added to the .gitignore file. This reflects the asset_dir variable in the config file., (*9)

public/assets/*

Documentation

View the official documentation., (*10)

Change Log

v0.1.0 Alpha

  • First release

The Versions

01/02 2018

dev-master

9999999-dev

Asset Duct for Laravel 4.

  Sources   Download

BSD-2-Clause BSD 2-Clause

The Requires

 

laravel assets pipeline asset pipeline asset management duct

03/03 2015

0.1.1

0.1.1.0

Asset Duct for Laravel 4.

  Sources   Download

BSD 2-Clause

The Requires

 

laravel assets pipeline asset pipeline asset management duct

24/02 2015

0.1.0

0.1.0.0

Asset Duct for Laravel 4.

  Sources   Download

BSD 2-Clause

The Requires

 

laravel assets pipeline asset pipeline asset management duct