]> git.mxchange.org Git - friendica.git/blobdiff - doc/Developers-Intro.md
Rename include/Scrape to include/probe
[friendica.git] / doc / Developers-Intro.md
index 5568afeb5da9e64b04eed0005ba0b1141d4717bb..3cda8ab4662b96bac0a3a5c75b3c5df025cfe9e3 100644 (file)
@@ -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