twoh / twoh_kickstarter
This extension serves as a kickstart for the creation and reuse of TYPO3 projects. Additional required extensions expand your TYPO3 with performance and SEO optimizations.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
pkg:composer/twoh/twoh_kickstarter
Requires
- php: >=8.2 <8.5
- ext-dom: *
- ext-libxml: *
- apache-solr-for-typo3/solr: ^13.0
- b13/container: ^3.1
- fluidtypo3/vhs: ^7.1
- georgringer/news: ^13.0
- georgringer/numbered-pagination: ^2.1
- ichhabrecht/content-defender: ^3.5
- internetgalerie/ig-slug: ^1.1
- lochmueller/sourceopt: ^5.2
- lochmueller/staticfilecache: ^15.2
- plan2net/webp: ^13.0
- t3/min: ^3.1
- twoh/twoh_base: ^1.0.0
- twoh/twoh_tiny_png: ^1.0.0
- typo3/cms-core: ^13.4
- typo3/cms-fluid-styled-content: ^13.4
- typo3/cms-form: ^13.4
- typo3/cms-seo: ^13.4
- websedit/we-cookie-consent: ^5.1
- yoast-seo-for-typo3/yoast_seo: ^11.1
Requires (Dev)
- roave/security-advisories: dev-latest
README
Kickstart your TYPO3 projects with performance and SEO optimizations out of the box!
This extension serves as a kickstart for the creation and reuse of TYPO3 projects. Additional required extensions expand your TYPO3 with performance and SEO optimizations.
📋 Table of Contents
✨ Features
- 🎯 Quick Project Setup – Get your TYPO3 project running in minutes
- ⚡ Performance Optimizations – Built-in caching and optimization tools
- 🔍 SEO Ready – Pre-configured SEO settings with Yoast SEO integration
- 🔎 Solr Search – Apache Solr integration out of the box
- 🖼️ Image Optimization – Automatic image compression with TinyPNG
- 📦 Best Practice Configuration – TypoScript setup following TYPO3 standards
📌 Requirements
| Requirement | Version |
|---|---|
| PHP | 8.2 - 8.3 |
| Composer | ^2 |
| TYPO3 | 13.4+ |
📥 Installation
Via Composer (recommended)
composer require twoh/twoh_kickstarter
Manual Installation
- Download the extension
- Upload to
typo3conf/ext/twoh_kickstarter - Activate in Extension Manager
⚙️ Configuration
-
Include TypoScript
- Navigate to your root page
- Edit the TypoScript template
- Add
TWOH Kickstarterto the included static templates
-
Include Page TSconfig
- Navigate to your root page
- Add Page TSconfig in the page properties
-
Clear caches
vendor/bin/typo3 cache:flush
📦 Included Extensions
This kickstarter bundles the following extensions:
| Extension | Description |
|---|---|
| b13/container | Container elements for flexible layouts |
| staticfilecache | Static file caching for better performance |
| sourceopt | Source code optimization |
| twoh/twoh_base | Base configuration package |
| twoh/twoh_tiny_png | TinyPNG image compression |
| yoast_seo | Yoast SEO for TYPO3 |
| solr | Apache Solr for TYPO3 |
🆘 Support
- 🐛 Issues: GitHub Issues
- 📖 Documentation: TYPO3 Docs
- 💻 Source: GitHub Repository
👥 Authors
| Name | Role | Contact |
|---|---|---|
| Andreas Reichel | Developer | a.reichel91@outlook.com |
| Igor Smertin | Developer | igor.smertin@web.de |
📄 License
This project is licensed under the GPL-2.0-or-later license. See the LICENSE file for details.
Made with ❤️ for the TYPO3 community