Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helhum/typo3-no-symlink-install
https://github.com/helhum/typo3-no-symlink-install
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/helhum/typo3-no-symlink-install
- Owner: helhum
- Created: 2017-08-07T16:33:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T20:59:55.000Z (over 7 years ago)
- Last Synced: 2024-10-31T10:25:56.515Z (about 2 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helhum/typo3-no-symlink-install
This is a composer package that uses typo3/cms-composer-installers
to create a web directory without symlinks.This package requires typo3/cms-composer-installers, which requires PHP > 7.0
Also note, that with this package installed, only explicitly required system extension
are copied to the web directory. Require them in your root composer.json or the composer.json
of any installed package.All required system extensions are already required with this package:
```
"typo3/cms-backend": "^7.6 || ^8.7",
"typo3/cms-core": "^7.6 || ^8.7",
"typo3/cms-extbase": "^7.6 || ^8.7",
"typo3/cms-extensionmanager": "^7.6 || ^8.7",
"typo3/cms-filelist": "^7.6 || ^8.7",
"typo3/cms-fluid": "^7.6 || ^8.7",
"typo3/cms-frontend": "^7.6 || ^8.7",
"typo3/cms-install": "^7.6 || ^8.7",
"typo3/cms-lang": "^7.6 || ^8.7",
"typo3/cms-recordlist": "^7.6 || ^8.7",
"typo3/cms-saltedpassword": "^7.6 || ^8.7"
```It works with `typo3/cms` `^7.6` or `^8.7`.
## Installation
`composer require helhum/typo3-no-symlink-install`