PHPackages                             3ev/laravel-assets - 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. 3ev/laravel-assets

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

3ev/laravel-assets
==================

3ev's internal Laravel asset helpers

v1.1.1(10y ago)05571PHP

Since Apr 20Pushed 10y ago8 watchersCompare

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

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

3ev's Laravel asset helpers
===========================

[](#3evs-laravel-asset-helpers)

This library is used internally at 3ev as part of a custom Laravel asset pipeline. It's not yet ready for public use, but feel free to play around with it.

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

[](#installation)

```
$ composer require "3ev/laravel-assets:~1.0"
```

Then, you'll need to add the following service provider to your `app.php`:

```
// config/app.php

return [
    'providers' => [
        'Tev\Assets\Providers\AssetsServiceProvider'
    ]
];
```

and publish the package config:

```
$ php artisan vendor:publish --provider="Tev\Assets\Providers\AssetsServiceProvider"
```

Usage
-----

[](#usage)

The default configuration sets up assets to be loaded from `public/build/assets/`, with the revision manifest file (from [gulp-rev](https://github.com/sindresorhus/gulp-rev)) configured at `public/build/assets/rev-manifest.json`.

The library provides a simple helper method which will load a versioned or unversioned asset seemlessly from `public/build/assets/`. For example, to load a compiled CSS file you might add the following to your template:

```

```

or to load a static image you might do:

```

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

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

Total

4

Last Release

4008d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/380e5682a659dee3eb84812db8fcb0433bcf70c460b2eeafd97d79b9f1646f03?d=identicon)[3ev](/maintainers/3ev)

---

Top Contributors

[![BenConstable](https://avatars.githubusercontent.com/u/817029?v=4)](https://github.com/BenConstable "BenConstable (6 commits)")

### Embed Badge

![Health badge](/badges/3ev-laravel-assets/health.svg)

```
[![Health](https://phpackages.com/badges/3ev-laravel-assets/health.svg)](https://phpackages.com/packages/3ev-laravel-assets)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4205.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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