fastfony/webapp-webpack-encore-pack

An other webapp pack on top of the default skeleton with webpack-encore-bundle.

Installs: 7

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:symfony-pack

pkg:composer/fastfony/webapp-webpack-encore-pack


README

Latest Stable Version Total Downloads License

An other pack to install on top of the default Symfony skeleton with webpack-encore-bundle instead of AssetMapper.

It's a similar pack to symfony/webapp-pack but for persons would like to continue to use Webpack Encore.

Installation

After creating Symfony Applications, in your project directory:

composer remove symfony/asset-mapper symfony/stimulus-bundle symfony/ux-turbo
composer require fastfony/webapp-webpack-encore-pack
npm install

Then, start your project as usual (with Symfony CLI, Docker, etc.) and don't forget to enable watch mode with npm run watch for compile assets and automatically re-compile when files change.

Keep Going!

With webpack-encore-bundle and without AssetMapper you can also use Stimulus & Symfony UX and Turbo!

You can also complete your pack with :