An open API service indexing awesome lists of open source software.

https://github.com/typo3/minimal

Meta package for a minimal composer-based installation of TYPO3
https://github.com/typo3/minimal

Last synced: 26 days ago
JSON representation

Meta package for a minimal composer-based installation of TYPO3

Awesome Lists containing this project

README

          

# Minimal TYPO3 packages

This package provides composer requirements to the minimal set of code
(in terms of TYPO3 system extensions) that is required to run TYPO3.

## Installation

`composer require typo3/minimal`

This will install all code that is required and will set up the document root
with the required entry scripts.

Additional TYPO3 core extensions can subsequently be added with composer.

E.g.: `composer require typo3/cms-felogin`