ameotoko / contao-skeleton
Customized template for Contao 5 projects
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
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
Conflicts
This package is auto-updated.
Last update: 2024-10-30 01:59:40 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).