Notes to the webmain:
- Please do not put original assets (that are not directly used for the website) in
public/
.
Create anassets/
directory or ask for ahtdocs-2021-assets
repository. - Please do not put the
vendor
directory in this repository.
We can runcomposer install
on the server whenever it's neeeded. - Put the stuff that should be reached by http in the
public
directory.
Keep all Php code that should not be directly reached inprivate/
.
If you have Php scripts inpublic/
, they can be load the libraries from../../php-include/2021/
.