From dcfa4a29d6de40f5f13a537da923eacc86c29f55 Mon Sep 17 00:00:00 2001 From: Pppery Date: Thu, 18 Dec 2025 13:06:23 -0500 Subject: [PATCH] Improve documentation for the `src/extensions` dir Test Plan: Read the file, compare with PhutilBootLoader.php to see how extensions are processed. Reviewers: O1 Blessed Committers, aklapper Reviewed By: O1 Blessed Committers, aklapper Subscribers: aklapper, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D26607 --- src/extensions/README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/extensions/README b/src/extensions/README index 5329621c2b..e9b1f077c1 100644 --- a/src/extensions/README +++ b/src/extensions/README @@ -1,2 +1,10 @@ You can add `.php` files to this directory to load classes and functions defined in them at runtime. + +Any such files are loaded automatically and unconditionally, without the need +to `arc liberate` first to update a library map. You can also extend Phorge by +creating a separate library, storing it somewhere else, and adding it to the +`load-libraries` key in configuration. + +See more documentation on how extensions work at +https://we.phorge.it/w/docs/extensions/install/ -- 2.51.2