PHPackages                             eslym/laravel-blade-utils - 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. eslym/laravel-blade-utils

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

eslym/laravel-blade-utils
=========================

Some fix and utilities for blade

1.1.0(5y ago)099MITPHPPHP &gt;= 7.1

Since May 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/eslym/laravel-blade-utils)[ Packagist](https://packagist.org/packages/eslym/laravel-blade-utils)[ RSS](/packages/eslym-laravel-blade-utils/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (2)Versions (12)Used By (0)

Laravel Blade Utlities
======================

[](#laravel-blade-utlities)

Some blade utilities including fix for `@json` directive and improvement on `@each` directive

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

[](#installation)

```
composer require eslym/laravel-blade-utils ^1.0
```

Configuration
-------------

[](#configuration)

### Laravel

[](#laravel)

Let package discovery to do its job.

### Lumen

[](#lumen)

```
# bootstrap/app.php
...
$app->register(Eslym\BladeUtils\Providers\BladeUtilServiceProvider::class);
...
```

### Features

[](#features)

#### Fix for `@json` directive

[](#fix-for-json-directive)

This fix made `@json` directive supports more complex syntax.

`@json([$val1, $val2, $val3, $val4])` will be compiled to `` instead of `` by original blade directive.

#### Better `@each` directive

[](#better-each-directive)

`@each` directive will now include with variables in current scope.

#### `@js` and `@css` directives

[](#js-and-css-directives)

Syntax:

```
@js($uri, [$sri], [$crossorigin])
@css($uri, [$sri], [$crossorigin])
```

### PhpStorm

[](#phpstorm)

If you are using phpstorm, please enable custom blade settings and add these entries into `.idea/blade.xml` for type hint.

```

    ...

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Recently: every ~155 days

Total

11

Last Release

1956d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3667594?v=4)[0nepeop1e](/maintainers/eslym)[@eslym](https://github.com/eslym)

---

Top Contributors

[![eslym](https://avatars.githubusercontent.com/u/3667594?v=4)](https://github.com/eslym "eslym (22 commits)")

---

Tags

blade-utilitieslaravel

### Embed Badge

![Health badge](/badges/eslym-laravel-blade-utils/health.svg)

```
[![Health](https://phpackages.com/badges/eslym-laravel-blade-utils/health.svg)](https://phpackages.com/packages/eslym-laravel-blade-utils)
```

###  Alternatives

[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

721160.4k12](/packages/tallstackui-tallstackui)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.3k449.3k30](/packages/tightenco-jigsaw)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9772.3M122](/packages/roots-acorn)

PHPackages © 2026

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