ameotoko/contao-skeleton
Customized template for Contao 5 projects
Maintainers
Requires
- php: ^8.1
- contao/calendar-bundle: ^5.2
- contao/comments-bundle: ^5.2
- contao/conflicts: @dev
- contao/faq-bundle: ^5.2
- contao/listing-bundle: ^5.2
- contao/manager-bundle: 5.2.*
- contao/news-bundle: ^5.2
- contao/newsletter-bundle: ^5.2
- sentry/sentry-symfony: ^4.3
- symfony/webpack-encore-bundle: ^1.17
Requires (Dev)
- deployer/deployer: ^7.3
Suggests
None
Provides
None
Conflicts
Replaces
None
LGPL-3.0-or-later 892faab08c8e297784520f83cbe49d39c61ef72c
This package is auto-updated.
Last update: 2026-06-29 02:02:16 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).
