Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helhum/minimal-typo3-distribution
https://github.com/helhum/minimal-typo3-distribution
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/helhum/minimal-typo3-distribution
- Owner: helhum
- Created: 2017-03-08T15:37:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T15:42:18.000Z (over 6 years ago)
- Last Synced: 2024-05-02T00:34:50.517Z (8 months ago)
- Language: PHP
- Size: 25.4 KB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimum viable TYPO3 Distribution
The idea of this distribution is to provide only a basic
setup, but one that enables some features of TYPO3
and TYPO3 Console that enables a pleasant workflow.I would recommend to build things on top of it,
but not remove anything from it, unless TYPO3 or TYPO3 Console
changes some defaults.## Installation
### For a distribution that pre-sets TYPO3 7LTS
`composer create-project helhum/minimal-typo3-distribution new-project ^7`### For a distribution that pre-sets TYPO3 8LTS
`composer create-project helhum/minimal-typo3-distribution new-project ^8`