PHPackages                             pawlox/laravel-scss - 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. pawlox/laravel-scss

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

pawlox/laravel-scss
===================

Adds Blade directive for compiling SCSS to CSS in templates

v0.1.1(8y ago)41.3k↑125%4MITPHP

Since Aug 10Pushed 8y ago3 watchersCompare

[ Source](https://github.com/pawlox/laravel-scss)[ Packagist](https://packagist.org/packages/pawlox/laravel-scss)[ RSS](/packages/pawlox-laravel-scss/feed)WikiDiscussions master Synced 1mo ago

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

laravel-scss
============

[](#laravel-scss)

Adds a @scss tag to Laravel's Blade templating engine.

With this package you can use SCSS syntax in Laravel's Blade templates. It will be automatically compiled to CSS in result. Example:

```

    @scss
        #menu {
            .item {
                &.active {
                    background-color: red;
                }
            }
        }
    @endscss

```

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

[](#installation)

### Get the Package

[](#get-the-package)

Install the pawlox/laravel-scss package:

```
composer require pawlox/laravel-scss

```

### Register the Service Provider

[](#register-the-service-provider)

Open up your `app.php` in your `config` folder, and add the following line to your `providers` list like:

```
'providers' => [
    ...
    Pawlox\LaravelScss\LaravelScssProvider::class
]

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

3198d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/456ac79d36e41b41fb801ae31de63d30a044c876c7844b97ba158cfbfa658848?d=identicon)[pawlox](/maintainers/pawlox)

---

Top Contributors

[![pawlox](https://avatars.githubusercontent.com/u/8789470?v=4)](https://github.com/pawlox "pawlox (2 commits)")

---

Tags

laravelbladesassscss

### Embed Badge

![Health badge](/badges/pawlox-laravel-scss/health.svg)

```
[![Health](https://phpackages.com/badges/pawlox-laravel-scss/health.svg)](https://phpackages.com/packages/pawlox-laravel-scss)
```

###  Alternatives

[radic/blade-extensions

Laravel package providing additional Blade extensions: foreach (with $loop data like twig), break, continue, set,array (multiline), etc

271321.7k5](/packages/radic-blade-extensions)[panique/php-sass

Compiles your SASS .scss files to .css every time your run your app (in development)

12280.0k](/packages/panique-php-sass)

PHPackages © 2026

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