t3kit/t3kit

t3kit project. A TYPO3 website starterkit.

Installs: 22 433

Dependents: 1

Suggesters: 0

Security: 0

Stars: 56

Watchers: 12

Forks: 31

Open Issues: 15

Language:CSS

Type:typo3-cms-extension


README

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