mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
feat(devmanual): Document PSR-0 autoloader removal
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
@@ -30,6 +30,11 @@ Removed APIs
|
||||
Back-end changes
|
||||
----------------
|
||||
|
||||
Removal of PSR-0 class loader
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Nextcloud 27 no longer loads classes in the deprecated :ref:`PSR-0 naming standard<psr0>`. :ref:`Update the structure to PSR-4<app-psr4-autoloader>` or :ref:`ship a custom autoloader<app-custom-classloader>`.
|
||||
|
||||
Added APIs
|
||||
^^^^^^^^^^
|
||||
|
||||
|
||||
@@ -7,6 +7,8 @@ Classloader
|
||||
|
||||
The classloader is provided by Nextcloud and loads all your classes automatically. See :ref:`the composer section<app-composer>` if you want to include and autoload 3rd party libraries.
|
||||
|
||||
.. _app-psr4-autoloader:
|
||||
|
||||
PSR-4 autoloading
|
||||
-----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user