X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FDevelopers-Intro.md;h=3cda8ab4662b96bac0a3a5c75b3c5df025cfe9e3;hb=3a2988c3fdd3c0c24940ade8aaf192934ed2cd3c;hp=5568afeb5da9e64b04eed0005ba0b1141d4717bb;hpb=ee293f2ce28270e1f8e05ce38991977d41e40c27;p=friendica.git diff --git a/doc/Developers-Intro.md b/doc/Developers-Intro.md index 5568afeb5d..3cda8ab466 100644 --- a/doc/Developers-Intro.md +++ b/doc/Developers-Intro.md @@ -52,7 +52,9 @@ Friendica uses [Composer](https://getcomposer.org) to manage dependencies librar It's a command-line tool that downloads required libraries into the `vendor` folder and makes any namespaced class in `src` available through the whole application through `boot.php`. +* [Class autoloading](help/autoloader) * [Using Composer](help/Composer) +* [How To Move Classes to `src`](help/Developer-How-To-Move-Classes-to-src) ###Coding standards