We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb6220 commit eee496cCopy full SHA for eee496c
1 file changed
user_guide_src/source/concepts/autoloader.rst
@@ -93,6 +93,9 @@ Config files are namespaced in the ``Config`` namespace, not in ``App\Config`` a
93
expect. This allows the core system files to always be able to locate them, even when the application
94
namespace has changed.
95
96
+.. note:: Since v4.5.3 appstarter, the ``Config\\`` namespace has been added to
97
+ **composer.json**'s ``autoload.psr-4``.
98
+
99
Changing App Namespace
100
----------------------
101
0 commit comments