PHPackages                             zanemiller/less-one - 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. zanemiller/less-one

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

zanemiller/less-one
===================

Automatically creates a single .css file from a collection of .less files using lessphp

v0.2.0(12y ago)0106MITPHPPHP &gt;=5.3.0

Since Jan 12Pushed 12y ago1 watchersCompare

[ Source](https://github.com/ZaneMiller/LessOne)[ Packagist](https://packagist.org/packages/zanemiller/less-one)[ RSS](/packages/zanemiller-less-one/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

LessOne
=======

[](#lessone)

Automatically creates a single .css file from a collection of .less files using lessphp

Much thanks to *jtgrimes* for the less4laravel packages, upon which most of this package is based:

More thanks due to *leafo* for the lessphp packages, which this package would be useless without:

Installation
============

[](#installation)

Add `zanemiller/less-one` as a requirement to composer.json:

```
{
	"require": {
    	"zanemiller/less-one": "0.2.*"
	}
}
```

Run the composer update utility with `composer update` or install with `composer install`

You now register the package with Laravel. Open `app/config/app.php` and add find the *providers* section and add:

```
'Zanemiller\LessOne\LessOneServiceProvider'
```

Next find the *aliases* section and add:

```
	'LessOne' => 'Zanemiller\LessOne\LessOneFacade'
```

To use LessOne with the default settings you will also have to create three folders (if they do not already exist in your project).

In the `/app` folder create two folders called `css` and `less` respectivly.

Finally in `/public` create a folder called `css`

So your final file structure should include:

```
/app
    /css
    /less
/public
    /css

```

Configuration
=============

[](#configuration)

First publish a copy of the configuration file with Aritisan:

```
$ php artisan config:publish zanemiller/less-one

```

The settings files can now be found in `/app/config/packages/zanemiller/less-one/config.php`

The details of the configuration file can be found in:

Usage
=====

[](#usage)

LessOne couldn't be easier to use simply call:

```
LessOne::make()
```

Where you want the `` tag to be inserted in your view.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

4502d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6578f4ee531c361037a39d7b26cd91fcf2c47bd353bf6f3fa3a3897b3d36ffe7?d=identicon)[zanemiller](/maintainers/zanemiller)

---

Top Contributors

[![ZaneMiller](https://avatars.githubusercontent.com/u/3291864?v=4)](https://github.com/ZaneMiller "ZaneMiller (9 commits)")

---

Tags

laravelless

### Embed Badge

![Health badge](/badges/zanemiller-less-one/health.svg)

```
[![Health](https://phpackages.com/badges/zanemiller-less-one/health.svg)](https://phpackages.com/packages/zanemiller-less-one)
```

###  Alternatives

[barryvdh/laravel-ide-helper

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

14.9k123.0M686](/packages/barryvdh-laravel-ide-helper)[zizaco/lessy

Lessy is a simple and lean LESS compiler for Laravel

2316.7k](/packages/zizaco-lessy)[jtgrimes/less4laravel

Bringing lessphp into Laravel

193.4k](/packages/jtgrimes-less4laravel)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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