Looking to hire Laravel developers? Try LaraJobs

laravel-resources-loader maintained by bluora

Description
Provides a simplified approach to loading assets
Author
Last update
2018/07/25 15:17 (dev-master)
License
Links
Downloads
69

Comments
comments powered by Disqus

Laravel Resources Loader.

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

Latest Stable Version Total Downloads Latest Unstable Version License

Build Status StyleCI Test Coverage Issue Count Code Climate

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-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

Contributing

Please see CONTRIBUTING for details.

Credits

License

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