PHPackages                             balmjs/laravel-balm - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. balmjs/laravel-balm

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

balmjs/laravel-balm
===================

A standalone Front-End workflow for Laravel

0.1.0(5y ago)015MITPHP

Since Aug 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/balmjs/laravel-balm)[ Packagist](https://packagist.org/packages/balmjs/laravel-balm)[ Docs](https://github.com/balmjs/laravel-balm)[ RSS](/packages/balmjs-laravel-balm/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (5)Used By (0)

Laravel Balm
============

[](#laravel-balm)

> A standalone Front-End workflow for Laravel

Requirements
------------

[](#requirements)

- Laravel &gt;= 5.3.x (requires PHP)
- [BalmJS](https://balm.js.org/) &gt;= 3.x (requires Node.js)

```
npm install -g balm-core # required for balm 3.0
```

For Back-end
------------

[](#for-back-end)

### 1.1 Installation

[](#11-installation)

If you have composer installed globally you can run:

```
composer require balmjs/laravel-balm
```

Then run these commands to publish assets and config:

```
php artisan vendor:publish --provider="Balm\Runtime\BalmServiceProvider" --force
```

⚠️ `--force`: overwrite `package.json` or manual edit it:

```
{
  "scripts": {
    "dev": "balm",
    "prod": "balm -p"
  },
  "devDependencies": {
    "balm": "^3.0.0-rc.2"
  }
}
```

### 1.2 Configuration

[](#12-configuration)

You should use Laravel's global `balm` function within your **views** to load the appropriately hashed asset. The `balm` function will automatically determine the current name of the hashed file:

```

```

For Front-end
-------------

[](#for-front-end)

### 2.1 Installation

[](#21-installation)

Run the command in your project directory:

```
npm install
```

Then, you can install awesome libraries for your front-end project. (e.g. `vue`)

### 2.2 Configuration

[](#22-configuration)

Edit `balm.config.js` in your project directory, modify to your virtual host:

```
module.exports = {
  server: {
    proxy: 'your.project.local' // Target host
  }
  // More Config
};
```

### 2.3 Usage

[](#23-usage)

Run the command in your project directory:

```
# For development
npm run dev

# For production
npm run prod
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

4

Last Release

2085d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b1baaac166f23633f59d7f75f732b9191080acb3df7855f3ded2dbb9398fb7e3?d=identicon)[Elf-mousE](/maintainers/Elf-mousE)

---

Top Contributors

[![elf-mouse](https://avatars.githubusercontent.com/u/2597430?v=4)](https://github.com/elf-mouse "elf-mouse (8 commits)")

---

Tags

webworkflowappfront-endviewsbalmbalmjs

### Embed Badge

![Health badge](/badges/balmjs-laravel-balm/health.svg)

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

###  Alternatives

[symfony/workflow

Provides tools for managing a workflow or finite state machine

62842.3M170](/packages/symfony-workflow)[codexshaper/laravel-pwa

Laravel Progressive Web App

153.0k](/packages/codexshaper-laravel-pwa)

PHPackages © 2026

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