S/PKG/BLD
Sitepackage-Builder is your kickstarter for modern TYPO3 Theme development. Learn more about TYPO3 templating or start your own template right now.
What is a Sitepackage?
A Sitepackage is a TYPO3 Extension that containers all relevant configuration for a Website. Having all configuration stored in a package keeps it protected from unauthorized access. As Extension your Sitepackage will manage your dependencies to other Extensions and/or the TYPO3 Version. This will ease your deployment and enables you to put the configuration of your Webiste under Version Control.
Learn more about the best practices recommended from the TYPO3 Core Team.
Pros and Cons
Sitepackage | Classic | |
---|---|---|
Config files not accessible by editors | Yes | No |
Config files are protected * | Yes | No |
Autoload PageTS | Yes | No |
Autoload TypoScript | Yes | No |
Static PageTS Template | Yes | No |
Static TypoScript Template | Yes | No |
Dependency Management | Yes | No |
Distribution through TER | Yes | No |
Clean Version Control possible | Yes | No |
* Possible but not common practice
Start your own Sitepackage
About the Author
Benjamin Kott
Benjamin is Frontend-Developer at TYPO3 and worked on projects based on TYPO3 CMS from mid- to enterprise size. Since 2014 his Bootstrap Package is used as codebase for the official TYPO3 CMS Introduction Package with the goal to provide an extensive best practice example on how to create websites efficiently with TYPO3 CMS.