ameotoko/contao-skeleton

Customized template for Contao 5 projects

dev-main 2023-11-30 19:13 UTC

This package is auto-updated.

Last update: 2024-03-30 00:31:07 UTC


README

This is a template for projects based on Contao 5 Managed Edition, that simply has some additional tools preconfigured.

What's added?

Webpack Encore, symfony/webpack-encore-bundle and Foundation are pre-set for building frontend (don't forget to run npm install).

Additionally, Deployer is added to Composer's require-dev requirements, along with a sensible configuration example (see deploy.php). It also includes two helper tasks (database:release and database:retrieve) to help with synchronizing your dev and production databases (thanks to folks at terminal42).