PHPackages                             torann/duct - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. torann/duct

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

torann/duct
===========

Asset Duct for Laravel 4.

0.1.1(11y ago)1130BSD 2-ClausePHPPHP &gt;=5.4.0

Since Feb 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Torann/asset-duct)[ Packagist](https://packagist.org/packages/torann/duct)[ RSS](/packages/torann-duct/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

Asset Duct for Laravel 4 - Alpha
================================

[](#asset-duct-for-laravel-4---alpha)

[![Latest Stable Version](https://camo.githubusercontent.com/8796ff14cd581f4ab360b8530b17b7b9a92e1c3a2dde1a9e9081039d02e763e5/68747470733a2f2f706f7365722e707567782e6f72672f746f72616e6e2f647563742f762f737461626c652e706e67)](https://packagist.org/packages/torann/duct) [![Total Downloads](https://camo.githubusercontent.com/31ace03ab8751ae21c2545f88aaa0a239c152e9a9da2d839ca6a828a723bc40c/68747470733a2f2f706f7365722e707567782e6f72672f746f72616e6e2f647563742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/torann/duct)

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

---

Note About Laravel 5
--------------------

[](#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.

Features
--------

[](#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
------------

[](#installation)

- [Asset Duct on Packagist](https://packagist.org/packages/torann/duct)
- [Asset Duct on GitHub](https://github.com/torann/asset-duct)

To get the latest version of Asset Duct simply require it in your `composer.json` file.

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

```

You'll then need to run `composer install` to download it and have the autoloader updated.

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.

Then register the service provider

```
'Torann\Duct\ServiceProvider'
```

> There is no need to add the Facade, the package will add it for you.

### Create configuration file using artisan

[](#create-configuration-file-using-artisan)

```
$ php artisan config:publish torann/duct

```

### Add to .gitignore

[](#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.

```
public/assets/*

```

Documentation
-------------

[](#documentation)

[View the official documentation](http://lyften.com/projects/duct/).

Change Log
----------

[](#change-log)

#### v0.1.0 Alpha

[](#v010-alpha)

- First release

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~6 days

Total

2

Last Release

4094d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1406755?v=4)[Daniel Stainback](/maintainers/torann)[@Torann](https://github.com/Torann)

---

Top Contributors

[![Torann](https://avatars.githubusercontent.com/u/1406755?v=4)](https://github.com/Torann "Torann (30 commits)")

---

Tags

laravelassetspipelineasset managementasset pipelineduct

### Embed Badge

![Health badge](/badges/torann-duct/health.svg)

```
[![Health](https://phpackages.com/badges/torann-duct/health.svg)](https://phpackages.com/packages/torann-duct)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[livewire/flux

The official UI component library for Livewire.

9475.0M86](/packages/livewire-flux)[stolz/assets

An ultra-simple-to-use assets management library

296519.2k8](/packages/stolz-assets)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[fisharebest/laravel-assets

Asset management for Laravel

208.1k](/packages/fisharebest-laravel-assets)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
