Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hnhdigital-os/laravel-frontend-asset-loader
https://github.com/hnhdigital-os/laravel-frontend-asset-loader
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hnhdigital-os/laravel-frontend-asset-loader
- Owner: hnhdigital-os
- License: mit
- Created: 2017-12-24T03:25:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T04:10:21.000Z (over 1 year ago)
- Last Synced: 2024-12-17T00:52:33.158Z (about 2 months ago)
- Language: PHP
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Frontend Asset Loader.
Provides an ability to load frontend assets.
[![Latest Stable Version](https://poser.pugx.org/hnhdigital-os/laravel-frontend-asset-loader/v/stable.svg)](https://packagist.org/packages/hnhdigital-os/laravel-frontend-asset-loader) [![Total Downloads](https://poser.pugx.org/hnhdigital-os/laravel-frontend-asset-loader/downloads.svg)](https://packagist.org/packages/hnhdigital-os/laravel-frontend-asset-loader) [![Latest Unstable Version](https://poser.pugx.org/hnhdigital-os/laravel-frontend-asset-loader/v/unstable.svg)](https://packagist.org/packages/hnhdigital-os/laravel-frontend-asset-loader) [![License](https://poser.pugx.org/hnhdigital-os/laravel-frontend-asset-loader/license.svg)](https://packagist.org/packages/hnhdigital-os/laravel-frontend-asset-loader)
This package has been developed by H&H|Digital, an Australian botique developer. Visit us at [hnh.digital](http://hnh.digital).
## Install
Via composer:
`$ composer require hnhdigital-os/laravel-frontend-asset-loader ~4.0`
Enable the facade by editing config/app.php:
```php
'aliases' => [
...
'FrontendAsset' => HnhDigital\LaravelFrontendAssetLoader\Facade::class,
...
];
```## Usage
## Contributing
Please see [CONTRIBUTING](https://github.com/hnhdigital-os/laravel-frontend-asset-loader/blob/master/CONTRIBUTING.md) for details.
## Credits
* [Rocco Howard](https://github.com/RoccoHoward)
* [All Contributors](https://github.com/hnhdigital-os/laravel-frontend-asset-loader/contributors)## License
The MIT License (MIT). Please see [License File](https://github.com/hnhdigital-os/laravel-frontend-asset-loader/blob/master/LICENSE) for more information.