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

dev-main 2023-02-10 10:24 UTC

This package is auto-updated.

Last update: 2024-04-10 12:44:35 UTC


README

LaminasSmartyWebpackIntegration is a module that integrates the Smarty Webpack Encore extension into Laminas, using SmartyModule to load them.

Installation

Composer

  1. Add "academy-team/laminas_smarty_webpack_integration": "*" to your composer.json file and run composer update.
  2. Add 'AcademyTeam\LaminasSmartyWebpack\Integration' to your config/application.config.php file under the modules key.

That's it!