EXT:t3crr_sitepackage - A example TYPO3 Sitepackage Extension
This extension was used in the T3CRR Talk "Sitepackage Einführung" in 2021!
Notice
Beware that this Sitepackage is for learning purposes only and should not be used like this as a TYPO3 Sitepackage. Use the Sitepackage as reference for your future projects!
Installation
As this package is not in the TER, clone the repository and install it through composer locally.
- git clone https://github.com/balatD/t3crr-sitepackage.git .
- edit the composer.json file
- composer update (install - optional)
- have fun!