symfony-bundle static
This bundle makes it possible to load static content from Symfony bundles
kg/static
This bundle makes it possible to load static content from Symfony bundles
- Thursday, October 16, 2014
- by gonzakpo
- Repository
- 1 Watchers
- 0 Stars
- 11 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 3 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
KGStaticBundle
This bundle makes it possible to load static content from Symfony bundles.
By https://github.com/kgilden/KGStaticBundle, (*1)
Licence
This bundle is under the MIT license. See the complete license in the bundle:, (*2)
Resources/meta/LICENCE
Installation
"require": {
...
"kg/static": "2.3.*@dev",
}
Execute:, (*3)
php composer update "kg/static"
Register
new KG\StaticBundle\KGStaticBundle(),
Basic usage
{{ file(asset('imagen.jpeg')) }}