mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
add 'Working with ... code' docs from server/README
Signed-off-by: Private Maker <privatemaker@posteo.net>
This commit is contained in:
13
developer_manual/core/code-back-end.rst
Normal file
13
developer_manual/core/code-back-end.rst
Normal 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.
|
||||
Reference in New Issue
Block a user