Skip to content

Commit 9d19dd6

Browse files
committed
docs: add about Composer packages
1 parent b0db781 commit 9d19dd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/general/modules.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ file types, including:
9191

9292
This is configured in the file **app/Config/Modules.php**.
9393

94-
The auto-discovery system works by scanning for particular directories and files within psr4 namespaces that have been defined in **Config/Autoload.php**.
94+
The auto-discovery system works by scanning for particular directories and files within psr4 namespaces that have been defined in **Config/Autoload.php** and Composer packages.
9595

9696
The discovery process would look for discoverable items on that path and should, for example, find the routes file at **acme/Blog/Config/Routes.php**.
9797

9898
Enable/Disable Discover
9999
=======================
100100

101101
You can turn on or off all auto-discovery in the system with the ``$enabled`` class variable. False will disable
102-
all discovery, optimizing performance, but negating the special capabilities of your modules.
102+
all discovery, optimizing performance, but negating the special capabilities of your modules and Composer packages.
103103

104104
Specify Discovery Items
105105
=======================

0 commit comments

Comments
 (0)