Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helhum/typo3-composer-setup
https://github.com/helhum/typo3-composer-setup
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/helhum/typo3-composer-setup
- Owner: helhum
- Created: 2017-08-14T10:57:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-26T14:14:52.000Z (about 4 years ago)
- Last Synced: 2024-10-14T04:12:35.126Z (3 months ago)
- Language: PHP
- Size: 28.3 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helhum/typo3-composer-setup
This is a composer package that uses typo3/cms-composer-installers
to generate entry points for the web directory instead of symlinking them.This means no symlinks to files are required any more, not even the symlinked
autoload file inside the typo3/cms packageIn case `typo3/cms` is required instead of the individual TYPO3 core packages,
this package will also set up symlinks to all required core extensions.
No other core extensions are exposed and detected by TYPO3 except the ones
that are required by composer installed packages (including the root package).This package requires `typo3/cms-composer-installers` `^1.4`, which requires PHP > 7.0
In case you need the legacy `cli_dispatch.phpsh` entry point in TYPO3v7/v8 you can
install the [pagemachine/typo3-composer-legacy-cli](https://packagist.org/packages/pagemachine/typo3-composer-legacy-cli) package.## Installation
`composer require helhum/typo3-composer-setup`