lamotivo/assets

There is no license information available for the latest version (v1.3.1) of this package.

A Laravel asset manager

v1.3.1 2023-09-30 06:16 UTC

README

Introduction

A Laravel package to manage assets in your application.

Installation

composer require lamotivo/assets

Then, publish the config

php artisan vendor:publish --provider="Lamotivo\Assets\AssetServiceProvider" --tag=config