t3kit project. A TYPO3 website starterkit.


Keywords
cms, typo3, starter, t3kit, t3kit10
License
GPL-2.0-or-later

Documentation

t3kit logo

t3kit

TYPO3 website starter kit

t3kit documentation

Code Guidelines

Table of contents

t3kit-starter

General info about t3kit project


About

t3kit is TYPO3 site package extension which includes everything that could be needed to develop a site based on TYPO3

What's included

  • General TYPO3 configuration
  • Content elements
  • BElayouts
  • CSS and JS files
  • Icons
  • Third-party extension configuration

Required dependencies

File structure

t3kit/
├── .github/          # github actions
├── Classes/          # Contains all PHP classes
├── Configuration/    # General configuration folder. TSconfig, TypoScript, TCA, Flexforms, BElayouts
├── Resources/        # Contains the subfolders `Public/` and `Private/`, which contain resources
└── theme/            # Front-end files. CSS, JS, and compilation scripts

Quick start

t3kit-starter