Skip to content

Commit

Permalink
[FEATURE] Facilitate Site package installation (#75)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
linawolf authored and ohader committed Nov 21, 2024
1 parent 994403b commit 881fa7d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ Apache 2 or Nginx, you can instantly run the project by using PHPs` built-in
Please be aware that the built-in web server is single threaded and only meant
to be used for development.

## Next steps

* [Getting Started with TYPO3](https://docs.typo3.org/permalink/t3start:start)
* [Create a Site Package](https://docs.typo3.org/permalink/t3sitepackage:start)

## License

GPL-2.0 or later
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,11 @@
"typo3/cms-tstemplate": "^13.4",
"typo3/cms-viewpage": "^13.4",
"typo3/cms-webhooks": "^13.4"
}
},
"repositories": [
{
"type": "path",
"url": "./packages/*"
}
]
}
Empty file added packages/.gitkeep
Empty file.

0 comments on commit 881fa7d

Please sign in to comment.