PHPackages                             reed-jones/roller-blade - 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. reed-jones/roller-blade

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

reed-jones/roller-blade
=======================

A collection on custom blade directives that I find useful

0.0.1(7y ago)1161ISCPHP

Since Jun 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/reed-jones/roller-blade)[ Packagist](https://packagist.org/packages/reed-jones/roller-blade)[ RSS](/packages/reed-jones-roller-blade/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Roller Blade
============

[](#roller-blade)

A small collection of custom blade directives to be used with Laravel.

Tested on Laravel 5.6+

Directives
----------

[](#directives)

DirectiveOutputComment`@app```Lazy way to get started with Vuejs`@title('My App')``My App`Set the title of the page`@js('https://cdn.polyfill.io/v2/polyfill.min.js')`` `link to external js files`@js(asset('js/main.js'))```Link to internal js files (such as the ones in assets)`@dnsPrefetch('https://fonts.gstatic.com')```Prefetches dns for faster css loading`@css('https://fonts.googleapis.com/css?family=Raleway:100,600')```Links stylesheet (Could be internal, like js example)Installation
------------

[](#installation)

1. Add `"@php artisan view:clear"` to your "post-dump-autoload" script in your projects composer.json. It should be the last line, right after `"@php artisan package:discover"`.

```
"post-autoload-dump": [
  "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
  "@php artisan package:discover",
  "@php artisan view:clear"
]
```

2. `composer require reed-jones/roller-blade`

If you would prefer not to add the `view:clear` command to your composer.json file, you can simply run `php artisan view:clear` after installing (and updating, and uninstalling).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

2899d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11511864?v=4)[Reed Jones](/maintainers/reed-jones)[@reed-jones](https://github.com/reed-jones)

---

Top Contributors

[![reed-jones](https://avatars.githubusercontent.com/u/11511864?v=4)](https://github.com/reed-jones "reed-jones (6 commits)")

---

Tags

laravelblade

### Embed Badge

![Health badge](/badges/reed-jones-roller-blade/health.svg)

```
[![Health](https://phpackages.com/badges/reed-jones-roller-blade/health.svg)](https://phpackages.com/packages/reed-jones-roller-blade)
```

###  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)[electrik/slate

Slate - a Laravel Blade UI Kit is a set of anonymous blade components built using TailwindCSS v4 with built-in dark mode support for your next Laravel project

102.3k1](/packages/electrik-slate)

PHPackages © 2026

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