Skip to content

Commit 9bdbd8e

Browse files
linawolfohader
authored andcommitted
[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 164c4fa commit 9bdbd8e

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

README.md

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

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

6065
GPL-2.0 or later

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,11 @@
3939
"typo3/cms-tstemplate": "^12.4",
4040
"typo3/cms-viewpage": "^12.4",
4141
"typo3/cms-webhooks": "^12.4"
42-
}
42+
},
43+
"repositories": [
44+
{
45+
"type": "path",
46+
"url": "./packages/*"
47+
}
48+
]
4349
}

packages/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)