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

dev-master / 2.3.x-dev 2014-10-16 18:09 UTC

This package is auto-updated.

Last update: 2024-04-10 10:30:03 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')) }}