kg / static
This bundle makes it possible to load static content from Symfony bundles
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 4
Type:symfony-bundle
Requires
- symfony/symfony: ~2.3
This package is auto-updated.
Last update: 2024-11-10 11:37:14 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')) }}