chomenko/asset

There is no license information available for the latest version (dev-master) of this package.

Asset files

Installs: 377

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:extension

dev-master 2019-10-22 11:48 UTC

This package is auto-updated.

Last update: 2024-04-22 21:43:49 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>