Files
nextcloud-docs/developer_manual/server/code-back-end.rst
2023-09-21 14:59:32 +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.