Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.74 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.74 KB

TYPO3 Bootstrap: Basic installation for websites setup

Latest Stable Version Latest Unstable Version Total Downloads

This example contains TYPO3 7.6 and 2 TER extensions (coreapi and RealURL).

Use as blueprint for your starting website

Run composer create-project -sdev koninklijke-collective/typo3-skeleton my/project/dir

Detailed information

Run composer install from your command line to initiate first setup for TYPO3 environments.

Install a TER extension

Run composer require typo3-ter/<extension-key> to simply install an extension from the TER.

Questions?

Feel free to create an issue in this repository!