academy-team / laminas_smarty_webpack_integration
There is no license information available for the latest version (dev-main) of this package.
A short description of what your package does
Package info
github.com/academyTeam/laminas_smarty_webpack_integration
pkg:composer/academy-team/laminas_smarty_webpack_integration
dev-main
2023-02-10 10:24 UTC
Requires
- php: >=7.4
- academy-team/smarty_webpack_encore_extension: *
- laminas/laminas-modulemanager: ^2.0
- maglnet/smarty-module: ^2.0
- smarty/smarty: ^4.0
README
LaminasSmartyWebpackIntegration is a module that integrates the Smarty Webpack Encore extension into Laminas, using SmartyModule to load them.
Installation
Composer
- Add
"academy-team/laminas_smarty_webpack_integration": "*"to yourcomposer.jsonfile and runcomposer update. - Add
'AcademyTeam\LaminasSmartyWebpack\Integration'to yourconfig/application.config.phpfile under the modules key.
That's it!