Skip to main content

Laminas Framework and Webpack integration

· One min read

If you are using Laminas MVC and want to also use Webpack to bundle and manage dependencies in your frontend Javascript, I wrote a guide that explains how to use the laminas-webpack Laminas module and php-webpack-plugin Webpack plugin to integrate and automate the bundling of frontend JS scripts in a Laminas Mvc application.

This is a replacement for zend-webpack which is now abandoned.