modera/composer-symfony-web-asset-installer-plugin

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

v2.0.0 2022-01-06 09:41 UTC

This package is auto-updated.

Last update: 2024-03-14 08:15:12 UTC


README

The plugin allows to install package which have their type set to symfony-web-asset to a custom location.

Installation

This plugin can be installed by running this command:

composer require modera/composer-symfony-web-asset-installer-plugin:~1.0

Documentation

Your package needs to have its type set to symfony-web-asset in order for this plugin to install it to public directory, also by optionally specifying target_dir in your package's extra you can change a directory where its contents will be extracted to. This is how a sample package could look like:

{
    "type": "symfony-web-asset",
    "name": "acme/foo-bar",
    "extra": {
        "target_dir": "hello"
    }
}

With this extra configuration package will be installed to public/hello/acme/foo-bar.

Licensing

This plugin is under the MIT license. See the complete license in the file: LICENSE