PHPackages                             laradic/assets - 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. laradic/assets

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

laradic/assets
==============

Laravel 5 Asset Manager. Fully featured, flexible, extendable and toroughly tested and documented.

1.0.2(9y ago)031MITPHPPHP &gt;=5.5.9

Since Mar 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/laradic/assets)[ Packagist](https://packagist.org/packages/laradic/assets)[ RSS](/packages/laradic-assets/feed)WikiDiscussions master Synced 2w ago

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

Laradic Assets
==============

[](#laradic-assets)

[![Build Status](https://camo.githubusercontent.com/ef712985479af845c6b439f22ae43f04c95bd9b74db0b5775a3e54df39c53c25/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c6172616469632f6173736574732e7376673f267374796c653d666c61742d737175617265)](https://travis-ci.org/laradic/assets)[![Scrutinizer coverage](https://camo.githubusercontent.com/68b6fb366a1717288318aa0acfd013eeb3942513b58444c442bb7c8fa56c5b8a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6c6172616469632f6173736574732e7376673f267374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/laradic/assets)[![Scrutinizer quality](https://camo.githubusercontent.com/496dbf9f4c26be714d372a2fe0039a61514b95acfb848441098bb48620514397/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6c6172616469632f6173736574732e7376673f267374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/laradic/assets)[![Source](https://camo.githubusercontent.com/9b8a3e10ec7fefca6625feb5c498f9c7e578b520c4b2d5a2ad9a010e2f3fdbb1/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d6c6172616469632f6173736574732d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/laradic/assets)[![License](https://camo.githubusercontent.com/30597ff9a350144f03bffdd9183e16468e0b3ca1193e1d08591d992622738d55/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://tldrlegal.com/license/mit-license)

Laradic Assets is a package for the Laravel 5 framework. It's made for Laravel **5.4+** and PHP **7.0+** .

The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code.

Installation
------------

[](#installation)

```
composer require laradic/assets "~1.0"
```

Alternatively, for some of the Assetic filters to work you might need one of the following:

```
{
        "leafo/lessphp": "^0.3.7",
        "leafo/scssphp": "~0.1",
        "meenie/javascript-packer": "^1.1",
        "mrclay/minify": "
