{"id":18310331,"url":"https://github.com/torann/asset-duct","last_synced_at":"2025-10-12T18:08:52.340Z","repository":{"id":21377737,"uuid":"24695150","full_name":"Torann/asset-duct","owner":"Torann","description":"A simplified asset pipeline to help with the creation and maintenance of the essential assets in a Laravel based applications.","archived":false,"fork":false,"pushed_at":"2018-02-01T20:04:00.000Z","size":95,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-26T07:44:57.766Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://lyften.com/projects/duct","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Torann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-01T20:57:19.000Z","updated_at":"2021-06-23T15:16:40.000Z","dependencies_parsed_at":"2022-07-30T04:07:49.892Z","dependency_job_id":null,"html_url":"https://github.com/Torann/asset-duct","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Torann/asset-duct","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Fasset-duct","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Fasset-duct/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Fasset-duct/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Fasset-duct/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Torann","download_url":"https://codeload.github.com/Torann/asset-duct/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Fasset-duct/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012491,"owners_count":26085131,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T16:14:09.023Z","updated_at":"2025-10-12T18:08:52.313Z","avatar_url":"https://github.com/Torann.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Asset Duct for Laravel 4 - Alpha\n\n[![Latest Stable Version](https://poser.pugx.org/torann/duct/v/stable.png)](https://packagist.org/packages/torann/duct) [![Total Downloads](https://poser.pugx.org/torann/duct/downloads.png)](https://packagist.org/packages/torann/duct)\n\nThe Torann/Duct package is meant to simplify the creation and maintenance of the essential assets of a Laravel based application.\n\n----------\n\n## Note About Laravel 5\nWith Laravel Elixir in Laravel 5 I'm not sure if this package will be updated to support Laravel 5. Time will tell.\n\n## Features\n\n* Out of the box supported for LESS, CSS, and JavaScript files.\n* Support for custom post processors (SCSS, CoffeeScript, etc.)\n* Combining and minifying of JavaScript and CSS\n* Organize assets into manifest files\n* Asset fingerprinting with support for images\n* Asset support inside of LESS/CSS\n\n## Installation\n\n- [Asset Duct on Packagist](https://packagist.org/packages/torann/duct)\n- [Asset Duct on GitHub](https://github.com/torann/asset-duct)\n\nTo get the latest version of Asset Duct simply require it in your `composer.json` file.\n\n~~~\n\"torann/duct\": \"0.1.*@dev\"\n~~~\n\nYou'll then need to run `composer install` to download it and have the autoloader updated.\n\nOnce 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.\n\nThen register the service provider\n\n```php\n'Torann\\Duct\\ServiceProvider'\n```\n\n\u003e There is no need to add the Facade, the package will add it for you.\n\n### Create configuration file using artisan\n\n```\n$ php artisan config:publish torann/duct\n```\n\n### Add to .gitignore\n\nThe local assets directory needs to be added to the **.gitignore** file. This reflects the `asset_dir` variable in the config file.\n\n```\npublic/assets/*\n```\n\n## Documentation\n\n[View the official documentation](http://lyften.com/projects/duct/).\n\n## Change Log\n\n#### v0.1.0 Alpha\n\n- First release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorann%2Fasset-duct","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorann%2Fasset-duct","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorann%2Fasset-duct/lists"}