Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webchemistry/asset
https://github.com/webchemistry/asset
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/webchemistry/asset
- Owner: WebChemistry
- Created: 2020-01-04T18:29:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T15:07:47.000Z (over 1 year ago)
- Last Synced: 2024-09-15T10:06:56.705Z (3 months ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Description
Integration of symfony/asset for nette
### Installation
```
composer require webchemistry/asset
``````yaml
extensions:
asset: WebChemistry\Asset\DI\AssetExtension
```### Assets
```yaml
asset:
packages:
# first is default
default: @WebChemistry\Asset\Package\BasePathPackageFactory::create()
```### Usage in latte
```html
{asset app.css}
{asset app.css, 'default'}
``````html
```