Skip to content

Commit 881fa7d

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 994403b commit 881fa7d

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
@@ -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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,11 @@
3939
"typo3/cms-tstemplate": "^13.4",
4040
"typo3/cms-viewpage": "^13.4",
4141
"typo3/cms-webhooks": "^13.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)