PHPackages                             hnhdigital-os/laravel-resources-loader - 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. hnhdigital-os/laravel-resources-loader

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

hnhdigital-os/laravel-resources-loader
======================================

Provides a simplified approach to loading assets

1.0.0(7y ago)046MITPHPPHP &gt;=7.0.0

Since Jul 25Pushed 7y agoCompare

[ Source](https://github.com/hnhdigital-os/laravel-resources-loader)[ Packagist](https://packagist.org/packages/hnhdigital-os/laravel-resources-loader)[ RSS](/packages/hnhdigital-os-laravel-resources-loader/feed)WikiDiscussions master Synced 3d ago

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

Laravel Resources Loader.
=========================

[](#laravel-resources-loader)

Provides an ability to load frontend resources. Includes various Javascript library loaders.

[![Latest Stable Version](https://camo.githubusercontent.com/6e82fc52550e139183d45ae778c126411f135135ede9e2ed0d344a6d1e9eb9c8/68747470733a2f2f706f7365722e707567782e6f72672f686e686469676974616c2d6f732f6c61726176656c2d7265736f75726365732d6c6f616465722f762f737461626c652e737667)](https://packagist.org/packages/hnhdigital-os/laravel-resources-loader) [![Total Downloads](https://camo.githubusercontent.com/005b7d94760e2f95866bb66937669cf1e74394b64e8b08c3d7a976bae2c80b1b/68747470733a2f2f706f7365722e707567782e6f72672f686e686469676974616c2d6f732f6c61726176656c2d7265736f75726365732d6c6f616465722f646f776e6c6f6164732e737667)](https://packagist.org/packages/hnhdigital-os/laravel-resources-loader) [![Latest Unstable Version](https://camo.githubusercontent.com/2b69b8144369078f88b1c30eb3b58096254539f7df03f544369169b396999f84/68747470733a2f2f706f7365722e707567782e6f72672f686e686469676974616c2d6f732f6c61726176656c2d7265736f75726365732d6c6f616465722f762f756e737461626c652e737667)](https://packagist.org/packages/hnhdigital-os/laravel-resources-loader) [![License](https://camo.githubusercontent.com/811e19a59c2e18b2a3c55de89bcd817fdb48a05a2f568460b9e567b32ad45c51/68747470733a2f2f706f7365722e707567782e6f72672f686e686469676974616c2d6f732f6c61726176656c2d7265736f75726365732d6c6f616465722f6c6963656e73652e737667)](https://packagist.org/packages/hnhdigital-os/laravel-resources-loader)

[![Build Status](https://camo.githubusercontent.com/c4ffb2b50712e96fb893a3c3ff74f60962f0713d180a2b88bc79d9ebc11dd200/68747470733a2f2f7472617669732d63692e6f72672f686e686469676974616c2d6f732f6c61726176656c2d7265736f75726365732d6c6f616465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/hnhdigital-os/laravel-resources-loader) [![StyleCI](https://camo.githubusercontent.com/db133be510fd8cfde9035191aeafe37feb2afda2831ded6cbe02852600a68181/68747470733a2f2f7374796c6563692e696f2f7265706f732f35333331383234332f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/53318243) [![Test Coverage](https://camo.githubusercontent.com/3f03c14b8e956d38759c8f6af397f244ed59a8d3e5f1f0a741d344f9f7498772/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f686e686469676974616c2d6f732f6c61726176656c2d7265736f75726365732d6c6f616465722f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/hnhdigital-os/laravel-resources-loader/coverage) [![Issue Count](https://camo.githubusercontent.com/347bdf3b67defebe169ae9afa14737a0382945a139f6e6c2b2724fa82d97ff38/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f686e686469676974616c2d6f732f6c61726176656c2d7265736f75726365732d6c6f616465722f6261646765732f69737375655f636f756e742e737667)](https://codeclimate.com/github/hnhdigital-os/laravel-resources-loader) [![Code Climate](https://camo.githubusercontent.com/c51aecd23a8256dfad05be02cf3740db0d052061e6685b314adea156084370c6/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f686e686469676974616c2d6f732f6c61726176656c2d7265736f75726365732d6c6f616465722f6261646765732f6770612e737667)](https://codeclimate.com/github/hnhdigital-os/laravel-resources-loader)

This package has been developed by H&amp;H|Digital, an Australian botique developer. Visit us at [hnh.digital](http://hnh.digital).

Install
-------

[](#install)

Via composer:

`$ composer require hnhdigital-os/laravel-resources-loader dev-master`

Enable the service provider by editing config/app.php:

```
    'providers' => [
        ...
        Bluora\LaravelResourcesLoader\ServiceProvider::class,
        ...
    ];
```

Enable the facade by editing config/app.php:

```
    'aliases' => [
        ...
        'Resource' => Bluora\LaravelResourcesLoader\Facade::class,
        ...
    ];
```

Usage
-----

[](#usage)

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/hnhdigital-os/laravel-resources-loader/blob/master/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Rocco Howard](https://github.com/therocis)
- [All Contributors](https://github.com/hnhdigital-os/laravel-resources-loader/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/hnhdigital-os/laravel-resources-loader/blob/master/LICENSE) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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

2850d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5270e3a3d1add4e39f12dfde3ce549999a26f759d7128056083ab07f475259f2?d=identicon)[bluora](/maintainers/bluora)

---

Top Contributors

[![RoccoHoward](https://avatars.githubusercontent.com/u/227896?v=4)](https://github.com/RoccoHoward "RoccoHoward (87 commits)")

---

Tags

laravelassetsilluminate

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hnhdigital-os-laravel-resources-loader/health.svg)

```
[![Health](https://phpackages.com/badges/hnhdigital-os-laravel-resources-loader/health.svg)](https://phpackages.com/packages/hnhdigital-os-laravel-resources-loader)
```

###  Alternatives

[jasonlewis/resource-watcher

Simple PHP resource watcher library.

221145.8k14](/packages/jasonlewis-resource-watcher)[digitallyhappy/assets

Dead-simple way to load CSS or JS assets only once per page, when using Laravel 8+.

13973.4k9](/packages/digitallyhappy-assets)[efficiently/jquery-laravel

This package provides jQuery and the jQuery-ujs driver for your Laravel &gt;= 6 application.

1311.0k1](/packages/efficiently-jquery-laravel)

PHPackages © 2026

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