terminal42 / contao-webpack-encore
Adds Symfony Webpack Encore integration to Contao page layouts.
Fund package maintenance!
terminal42
Other
Installs: 72
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- contao/core-bundle: ^4.9
- symfony/filesystem: ^4 || ^5 || ^6
- symfony/finder: ^4 || ^5 || ^6
- symfony/webpack-encore-bundle: ^1.12
Requires (Dev)
- contao/manager-plugin: ^2.0
- terminal42/contao-build-tools: dev-main
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
README
terminal42/contao-webpack-encore
is an extension for the Contao CMS.
It allows you to integrate Encore entrypoints into Contao, either through the page layout, through .html5-Template methods or through insert tags.
If you use Twig templates, you can use the regular Symfony Encore Bundle features.
Installation
Choose the installation method that matches your workflow!
Installation via Contao Manager
Search for terminal42/contao-webpack-encore
in the Contao Manager and add it
to your installation. Apply changes to update the packages.
Manual installation
Add a composer dependency for this bundle. Therefore, change in the project root and run the following:
composer require terminal42/contao-webpack-encore
Depending on your environment, the command can differ, i.e. starting with php composer.phar …
if you do not have
composer installed globally.
Then, update the database via the contao:migrate
command or the Contao install tool.
Configuration
The Contao Manager Plugin will automatically try to detect an entrypoints.json
in your public web directory.
If none is found, or you would like to manually configure it, adjust the Symfony webpack_encore.output_path
accordingly: https://symfony.com/bundles/WebpackEncoreBundle/current/index.html
License
This bundle is released under the MIT license