PHPackages                             vtalbot/less - 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. [Templating &amp; Views](/categories/templating)
4. /
5. vtalbot/less

AbandonedLibrary[Templating &amp; Views](/categories/templating)

vtalbot/less
============

LESS compiler for Laravel 4

1.2(12y ago)35402MITPHP

Since Jan 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/vtalbot/less)[ Packagist](https://packagist.org/packages/vtalbot/less)[ RSS](/packages/vtalbot-less/feed)WikiDiscussions master Synced 1w ago

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

LESS Compiler for Laravel 4
===========================

[](#less-compiler-for-laravel-4)

### Installation

[](#installation)

Add to your composer.json those lines

```
"require": {
    "vtalbot/less": "1.*"
}

```

Run `php artisan config:publish vtalbot/less`

Then edit `config.php` in `app/packages/vtalbot/less` to your needs.

Update `app/config/app.php` with:

```
'providers' => array(
    ...
    'VTalbot\Less\LessServiceProvider',
),

...

'aliases' => array(
    ...
    'Less'            => 'VTalbot\Less\Facades\Less',
),

```

### Usage

[](#usage)

```

```

If `css/test.css` doesn't exists in the `public` directory, it will search for `test.less` in `app/less` (changeable in `config.php`) directory. If found, compile it if needed and return the result.

```
Less::make('file-in-less-directory');

```

### Changelog

[](#changelog)

#### 1.2

[](#12)

- Changed configuration prefix to an array to check more than one path
- Clean up

#### 1.1

[](#11)

- Check if a change has occured in imported less files

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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 ~87 days

Total

3

Last Release

4720d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cd5ebc77c8a034abfc360655e03bc390ede754e1d9fddecffe3a17fb0f356d12?d=identicon)[vtalbot](/maintainers/vtalbot)

---

Top Contributors

[![vtalbot](https://avatars.githubusercontent.com/u/1474848?v=4)](https://github.com/vtalbot "vtalbot (18 commits)")

---

Tags

laravellessilluminate

### Embed Badge

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

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

###  Alternatives

[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21313.7k3](/packages/ecotone-laravel)[ycs77/inertia-laravel-ssr-head

Simple SSR Head for Inertia Laravel

3313.0k](/packages/ycs77-inertia-laravel-ssr-head)[djl997/blade-shortcuts

Blade Shortcuts is a library of handy Laravel Blade Directives.

411.0k3](/packages/djl997-blade-shortcuts)[raftalks/form

Easy way to make Forms with PHP. Specially useful with Laravel 4.

311.1k1](/packages/raftalks-form)

PHPackages © 2026

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