File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
user_guide_src/source/concepts Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,14 @@ The key of each row is the name of the class that you want to locate. The value
90
90
Composer Support
91
91
****************
92
92
93
- Composer support is automatically initialized by default. By default, it looks for Composer's autoload file at
93
+ Composer support is automatically initialized by default.
94
+
95
+ By default, it looks for Composer's autoload file at
94
96
``ROOTPATH . 'vendor/autoload.php' ``. If you need to change the location of that file for any reason, you can modify
95
97
the value defined in **app/Config/Constants.php **.
96
98
97
- .. note :: If the same namespace is defined in both CodeIgniter and Composer, CodeIgniter's autoloader will be
99
+ If the same namespace is defined in both CodeIgniter and Composer, Composer's
100
+ autoloader will be the first one to get a chance to locate the file.
101
+
102
+ .. note :: Prior to v4.5.0, if the same namespace was defined in both CodeIgniter and Composer, CodeIgniter's autoloader was
98
103
the first one to get a chance to locate the file.
You can’t perform that action at this time.
0 commit comments