kg / static
This bundle makes it possible to load static content from Symfony bundles
dev-master / 2.3.x-dev
2014-10-16 18:09 UTC
Requires
- symfony/symfony: ~2.3
This package is auto-updated.
Last update: 2026-03-10 14:21:28 UTC
README
This bundle makes it possible to load static content from Symfony bundles. By https://github.com/kgilden/KGStaticBundle
Licence
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENCE
Installation
"require": { ... "kg/static": "2.3.*@dev", }
Execute:
php composer update "kg/static"
Register
new KG\StaticBundle\KGStaticBundle(),
Basic usage
{{ file(asset('imagen.jpeg')) }}