add 'Working with ... code' docs from server/README

Signed-off-by: Private Maker <privatemaker@posteo.net>
This commit is contained in:
Private Maker
2023-09-17 21:42:20 +00:00
parent 178f914d04
commit e64d91c0f6
3 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
=============
Back-end code
=============
When changing back-end PHP code, in general, no additional steps are needed before checking in.
However, if new files were created, you will need to run the following command to update the autoloader files:
.. code-block:: console
build/autoloaderchecker.sh
After that, please also include the autoloader file changes in your commits.