Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
[DOCS] Apply markdown cgl
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft committed Feb 3, 2020
1 parent be46378 commit c09aae6
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ of any installed package.

All required system extensions are already required with this package:

```
```json
"typo3/cms-backend": "^8.7",
"typo3/cms-core": "^8.7",
"typo3/cms-extbase": "^8.7",
Expand Down Expand Up @@ -43,17 +43,19 @@ Put the following in your root composer.json file:
}
```

This package will then set up the web server document root inside the `public` folder
and TYPO3 inside the `private` folder. The `private` folder will look familiar and will contain
`typo3`, `typo3conf`, `fileadmin`, `typo3temp`, `uploads` folders, while `public` will only have
the entry scripts and links to `fileadmin`, `typo3temp/assets` and , `Resources/Public` of
all installed (system) extensions.
This package will then set up the web server document root inside the `public`
folder and TYPO3 inside the `private` folder. The `private` folder will look
familiar and will contain `typo3`, `typo3conf`, `fileadmin`, `typo3temp`,
`uploads` folders, while `public` will only have the entry scripts and links to
`fileadmin`, `typo3temp/assets` and , `Resources/Public` of all installed
(system) extensions.

Note that `uploads` will not be exposed by default. Depending on your setup,
you might want to consider linking some or all folders or files like sitemaps
to `public` folder as well.

## Important note

While it would still be possible to require `typo3/cms` (the complete TYPO3 package) for TYPO3 version
8.7, it is not recommended any more and won't work with TYPO3 9.
While it would still be possible to require `typo3/cms` (the complete TYPO3
package) for TYPO3 version 8.7, it is not recommended any more and won't work
with TYPO3 9.

0 comments on commit c09aae6

Please sign in to comment.