Skip to content

An other pack to install on top of the default Symfony skeleton, similar to symfony/webpack-pack but with Webpack instead of AssetMapper.

License

Notifications You must be signed in to change notification settings

fastfony/webapp-webpack-encore-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Webapp pack for Symfony with Webpack Encore

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 :

About

An other pack to install on top of the default Symfony skeleton, similar to symfony/webpack-pack but with Webpack instead of AssetMapper.

Resources

License

Stars

Watchers

Forks

Packages

No packages published