Skip to content

Voyteck/VAssetManager

Repository files navigation

VAssetManager ZF2 Module


Allows to manage the assets and layouts for web application.

Contains also EdpModuleLayouts from https://github.com/EvanDotPro/EdpModuleLayouts

Provides following functionality:

  • setting up templates for modules
  • setting up CSS and JS files loaded in module headers and footers
  • providing CSS and JS files using controller/action (not from public/ directory)

SETTING UP MODULE LAYOUTS

@TODO

SETTING UP CSS AND JS LINKS

Module allows to setup what kind of JS and CSS files needs to be loaded on every page. This is configured using module.config.php (or any other, customized config) file in the ['head_values'][modulename] key (where modulename is actual name of the module for which configuration is stored - e.g. Application) and allows to setup following options:

SETTING UP ASSETS MANAGEMENT

@TODO

About

No description or website provided.

Topics

Resources

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
LICENSE
BSD-3-Clause
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages