This is a template repository for the CPS Project Builder. It provides a complete template for new TYPO3 CMS projects, including a ready-to-use DDEV configuration and basic configuration for deployment with Deployer.
- Composer-based TYPO3 CMS project template
- Ready-to-use DDEV configuration
- Compatible with TYPO3 11.5 LTS and 12.4 LTS
- Support of current stable PHP versions, starting from PHP 8.1
- Static code analysis template with PHPStan
- Automatic code migration with TYPO3 Rector
- Basic Deployer deployment configuration
-
Create a new project:
composer create-project cpsit/project-builder
-
Select the package
cpsit/typo3-project-template
. -
Answer all questions and you're ready to go.
Please have a look at CONTRIBUTING.md
.
This project is licensed under GNU General Public License 3.0 (or later).