Skip to content

Commit 3bf6768

Browse files
authored
[FEATURE] Facilitate Site package installation (#75)
By providing folder "packages" by default and having it as repository in the composer.json Additionally link to getting started and site package tutorial from readme Releases: main, 13, 12
1 parent c578ec4 commit 3bf6768

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ Apache 2 or Nginx, you can instantly run the project by using PHPs` built-in
5656
Please be aware that the built-in web server is single threaded and only meant
5757
to be used for development.
5858

59+
## Next steps
60+
61+
* [Getting Started with TYPO3](https://docs.typo3.org/permalink/t3start:start)
62+
* [Create a Site Package](https://docs.typo3.org/permalink/t3sitepackage:start)
63+
5964
## License
6065

6166
GPL-2.0 or later

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,19 @@
3030
"typo3/cms-info": "dev-main",
3131
"typo3/cms-install": "dev-main",
3232
"typo3/cms-reactions": "dev-main",
33-
"typo3/cms-recycler": "dev-main",
33+
"typo3/cms-recycler": "dev-main",
3434
"typo3/cms-rte-ckeditor": "dev-main",
3535
"typo3/cms-seo": "dev-main",
3636
"typo3/cms-setup": "dev-main",
3737
"typo3/cms-sys-note": "dev-main",
3838
"typo3/cms-tstemplate": "dev-main",
3939
"typo3/cms-viewpage": "dev-main",
4040
"typo3/cms-webhooks": "dev-main"
41-
}
41+
},
42+
"repositories": [
43+
{
44+
"type": "path",
45+
"url": "./packages/*"
46+
}
47+
]
4248
}

packages/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)