You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/general/modules.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,15 +91,15 @@ file types, including:
91
91
92
92
This is configured in the file **app/Config/Modules.php**.
93
93
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.
95
95
96
96
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**.
97
97
98
98
Enable/Disable Discover
99
99
=======================
100
100
101
101
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.
0 commit comments