PHPackages                             qntm/laravel-materialize-sass - 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. qntm/laravel-materialize-sass

ActiveLibrary

qntm/laravel-materialize-sass
=============================

Add Materialize CSS Framework Source to Laravel

v0.97.7(9y ago)2178MITCSSPHP &gt;=5.4.0

Since Jul 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/nickgerman/laravel-materialize-sass)[ Packagist](https://packagist.org/packages/qntm/laravel-materialize-sass)[ RSS](/packages/qntm-laravel-materialize-sass/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

laravel-materialize-sass
========================

[](#laravel-materialize-sass)

This plugin installs the [Materialize CSS](http://materializecss.com/) source into the resources/assets/sass/materialize folder of your assets. This plugin also places the javascript in public/js/materialize/ directory.

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

[](#installation)

- Require this package in your composer.json and run composer update.

```
    "qntm/laravel-materialize-sass": "dev-master"

```

- After updating composer, add ServiceProvider to the providers array in config/app.php

```
    Qntm\LaravelMaterializeSass\MaterializeSassServiceProvider::class,
```

- Add Facade to the aliases array in config/app.php

```
	'MaterializeSass' => Qntm\LaravelMaterializeSass\MaterializeSassBuilder::class,
```

- Then publish the package's assets to public folder:

```
    $ php artisan vendor:publish --tag=materializesass --force

```

Updates
-------

[](#updates)

You can re-publish the assets automatically when composer updated the package:

- In your composer.json, go to **scripts** &gt; **post-update-cmd** section, add the next line:

```
    "php artisan vendor:publish --tag=materializesass --force"

```

- The code will look similar to:

```
    "post-update-cmd": [
        "php artisan optimize",
        "php artisan vendor:publish --tag=materializesass --force"
    ],

```

Usage
-----

[](#usage)

To add in the materialize JS and Jquery, place this just before the closing of the head tag.

- **includeMaterialize()**

```
    ...
    {!! MaterializeSass::includeMaterialize($minified) !!}

```

Where `$minified = true` the minified version of js will be added, otherwise the full version will be added. Default behaviour if it is not passed in is `$minified = true`

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

3579d ago

### Community

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/qntm-laravel-materialize-sass/health.svg)

```
[![Health](https://phpackages.com/badges/qntm-laravel-materialize-sass/health.svg)](https://phpackages.com/packages/qntm-laravel-materialize-sass)
```

PHPackages © 2026

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