nextcloud-documentation/developer_manual/core/code-back-end.rst
Private Maker e64d91c0f6 add 'Working with ... code' docs from server/README
Signed-off-by: Private Maker <privatemaker@posteo.net>
2023-09-18 10:55:54 +00:00

14 lines
389 B
ReStructuredText

=============
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.