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
- Host: GitHub
- URL: https://github.com/typo3/minimal
- Owner: TYPO3
- License: gpl-2.0
- Created: 2017-12-12T12:16:46.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T10:41:50.000Z (about 2 years ago)
- Last Synced: 2024-05-02T00:36:23.322Z (about 2 years ago)
- Homepage:
- Size: 42 KB
- Stars: 24
- Watchers: 9
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`