syntaxoops / your-sitepackage
Reusable TYPO3 project backbone
Package info
github.com/SyntaxOops/your_sitepackage
Language:HTML
Type:typo3-cms-extension
pkg:composer/syntaxoops/your-sitepackage
Requires
- php: ^8.2
- friendsoftypo3/content-blocks: ^1.6.3 || ^2.4.8
- typo3/cms-core: ^13.4.34 || ^14.3.6
- typo3/cms-felogin: ^13.4.34 || ^14.3.6
- typo3/cms-fluid: ^13.4.34 || ^14.3.6
- typo3/cms-fluid-styled-content: ^13.4.34 || ^14.3.6
- typo3/cms-frontend: ^13.4.34 || ^14.3.6
- typo3/cms-rte-ckeditor: ^13.4.34 || ^14.3.6
- typo3fluid/fluid: ^4.6.1 || ^5.3.1
Suggests
- typo3/cms-form: Adds the TYPO3 Form Framework for project forms.
- typo3/cms-seo: Adds canonical URLs, social metadata and XML sitemaps.
This package is auto-updated.
Last update: 2026-08-18 14:21:43 UTC
README
A reusable site package for TYPO3 13 LTS and TYPO3 14. It includes a Site Set, PAGEVIEW templates, backend layouts, Fluid components, RTE configuration, and a sample Hero Content Block.
Requirements
- PHP 8.2 or newer
- TYPO3 13.4.34+ or 14.3.6+
- Content Blocks 1.6.3+ or 2.4.8+
Installation
Install the extension with Composer:
composer require syntaxoops/your-sitepackage vendor/bin/typo3 extension:setup
Add the Site Set in the TYPO3 Sites module or in your site's config.yaml:
dependencies: - syntaxoops/your-sitepackage
Configure the logo, favicon, template paths, and other options in the Site Settings editor.
Customization
Before using this package for a project, replace the example package name, extension key, PHP namespace, Site Set name, labels, and branding. The included Hero Content Block can be copied as a starting point for custom content elements.
License
GPL-2.0-or-later