chomenko/asset

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

Asset files

Maintainers

Package info

github.com/chomenko/Asset

Type:extension

pkg:composer/chomenko/asset

Statistics

Installs: 451

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.0 2024-05-31 08:03 UTC

This package is auto-updated.

Last update: 2026-03-01 00:27:39 UTC


README

Install

composer require chomenko/asset

Minimal configuration

asset:
	wwwDir: %wwwDir%
	assetDir: %wwwDir%/app-data/assets

extensions:
	asset: Chomenko\Asset\DI\AssetExtension

Use

<a n:asset="$photo">
	<img n:asset="$photo, resize, 200, 300">
</a>