Looking to hire Laravel developers? Try LaraJobs

laravel-frontend-asset-loader maintained by hnhdigital-os

Description
Provides a simplified approach to loading assets
Author
Last update
2026/01/28 01:11 (dev-dependabot/composer/phpunit/phpunit-8.5.52)
License
Links
Downloads
4 074

Comments
comments powered by Disqus

Laravel Frontend Asset Loader.

Provides an ability to load frontend assets.

Latest Stable Version Total Downloads Latest Unstable Version License

This package has been developed by H&H|Digital, an Australian botique developer. Visit us at hnh.digital.

Install

Via composer:

$ composer require hnhdigital-os/laravel-frontend-asset-loader ~4.0

Enable the facade by editing config/app.php:

    'aliases' => [
        ...
        'FrontendAsset' => HnhDigital\LaravelFrontendAssetLoader\Facade::class,
        ...
    ];

Usage

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.