academy-team / laminas_smarty_webpack_integration
A short description of what your package does
Installs: 1 965
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
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.json
file and runcomposer update
. - Add
'AcademyTeam\LaminasSmartyWebpack\Integration'
to yourconfig/application.config.php
file under the modules key.
That's it!